@charset "UTF-8";
/* CSS Document */
*{
    margin:0 auto;
	padding:0px;
}

header,aside,section,nav,article,footer{
	display:block;
}

body {
	width:1024px;
	height:633px;
	background-color:#FFF;
	margin:0 auto;
	
	
	}

header{
	height:100px;
	width:900px;
	padding-left:20px;
	background-image:url(img/LOGOO.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:12px;
	
}


nav{
	height:100px;
	width:920px;
	color:#000;
	font-family: "Raleway";
	text-decoration:none;
	font-size: 14px;
	margin-right:0px;
	padding-right:0px;
	font-weight:300;
}



nav ul{
	margin-left:312px;
	margin-right:0px;
	margin-top:0px;
	font-weight:300;

	}
	

nav ul li{
	
	float:left;
	list-style:none;
	max-width:150px;
	margin:20px;
	border-right:solid;
	border-right-width:thin;
	border-right-color:#000;
	padding-right:8px;
	line-height:35px;
	margin-top:60px;
	font-weight:300;
	}
	
nav ul li a{
	color:#000;
	font-family: "Raleway";
	text-decoration:none;
	font-size: 14px;
	font-weight:300;
	}

nav ul li a:hover{
	color:#F00;
	border-right-color:#F00;
	font-weight:300;
}

nav ul li:hover{
	color:#F00;
	border-right-color:#F00;
	font-weight:300;
}




section{
	margin-top:20px;

	width:920px;
	height:490px;
	background-color:#999;
	align:center;
	padding-top:0px;
}
	

#centro{
	margin-top:20px;
	width:920px;
	height:490px;
	background-color:#999;
	align:center;
	padding-top:0px;
	background-image:url(images/7b.jpg);
	background-repeat:none;
}

#centro1{
	margin-top:20px;
	width:920px;
	height:490px;
	background-color:#999;
	align:center;
	padding-top:0px;
	background-image:url(images/4b.jpg);
	background-repeat:none;
}
article{
	width:350px;
	height:400px;
    background-color:#FFF;opacity:0.8;
	opacity:50%;
	float:left;
	z-index:100;
	margin-left:45px;
	margin-top:45px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
	
	
}

label{
	display:block;
	margin-top: 20px;
	letter-spacing:2px;
	font-family: "Raleway";
	color:#000;
	font-weight:300;
	}
	
h2{
	font-family:"Raleway";
	color:#000;
	font-size:400;
	font-weight:300;
	}
	
h1{
	font-family:"Raleway";
	font-weight:300;
	color:#FFF;
	margin-right: 20px;
	margin-left:20px;
	margin-top:15px;
	padding: 0px;
	margin-bottom:0px;
	padding-top:10px;
	font-size:24px;
	text-align:center;
	}
	
h3{
	font-family:"Raleway";
	font-weight:300;
	color:#FFF;
	margin-right: 10px;
	margin-left:10px;
	padding: 0px;
	font-size:18px;
	text-align:center;
	margin-top:5px;
	}
	
h4{
	font-family: Raleway;
	font-size: 15px;
	color:#000;
	margin-right: 15px;
	margin-left:15px;
	padding: 0px;
	text-align:center;
	font-weight:300;	
	}
	
h5{
	font-family: Raleway;
	font-size: 30px;
	color:#FFF;
	margin-right: 15px;
	margin-left:15px;
	padding: 0px;
	text-align:left;
	font-weight:200;
	margin-top:0px;	
	}
	
	
#contacto{
	display:block;
	margin-top:10px;
	margin: 0 auto;
	margin-top:20px;
	width:270px;
	background-color:transparent;
	}
	
form{
	margin:o auto;
	width:100%;
	}
	
input, textarea{
	width:270px;
	height:20px;
	font-family:"Raleway";
	font-size:14px;
	font-weight:300;
	color: #000}

textarea{
	height:100px;
	font-family:"Raleway";
	font-size:16px;
	color:#666;
	}


#submit, #reset{
	width:100px;
	height:30px;
	text-align:center;
	border:none;
	vertical-align:central;
	margin-top:15px;
	cursor:pointer;
	font-weight:300;
	}


#submit:hover, #reset:hover{
	background:#999999;
	font-weight:500;
	}


footer{
	margin-top:20px;
	clear:both !important;
    width:920px;
    height:50px;
	font-family: "Raleway";
	font-size: 12px;
	font-weight:300;
	background-color:#FFFFFF;
  
}

.tabla1{ /* h1 es un tag y por eso no usa #, # se usa para indicar cuando es id */
	display: table;/* no estoy haciendo una tabla, esto quiere decir despliegate como una tabla, comportate como si fuera una tabla (2 columnas dentro de tabla) */
	top:0px;
	margin:0 auto;
	width:920px;
	height:50px;
	background-color:#FFFFFF;

	 }
	 
.cuadro1{
	display:table-cell; /* se comporta como celda o columna */
	width:400px;
	height:50px;
	margin:10px;
	background-color:#FFFFFF;
	
	}
.cuadro2{
	display:table-cell;
	width: 520px;
	height:50px;
	text-align:right;
	background-color:#FFFFFF;
	}
	
 
#cuadro1{
	display:table-cell; /* se comporta como celda o columna */
	width:400px;
	height:50px;
	margin:10px;
	background-color:#FFFFFF;
	}
	
#cuadro2{
	display:table-cell;
	width: 520px;
	height:50px;
	text-align:right;
	background-color:#FFFFFF;
	}



a{
	color:#000;
	text-decoration:none;}

body p {
	font-family: Raleway;
	font-size: 14px;
	color: #000;
	margin: 20px;
	padding: 0px;
	text-align:left;
	line-height:16.8px;
	font-weight:300;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1002;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

