*{
	margin: 0px;
	padding: 0px;
}
body, html {
	height: 100%;
}
header, section, footer, aside, nav, article, figure, ficaption, hgroup {
	display:block;
}
body {
	text-aling: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#pagina {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#logo {
	width: 600px;
	height: 605px;
	position: relative;
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}
#logo1 {
	width: 299px;
	height: 182px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#logo2 {
	width: 299px;
	height: 182px;
	float: left;
	position: absolute;
	left: 300;
	top: 0;
	z-index: 3;
}
#logo3 {
	width: 299px;
	height: 165px;
	float: left;
	position: absolute;
	left: 0;
	top: 183;
	z-index: 3;
}
#logo4 {
	width: 299px;
	height: 165px;
	float: left;
	position: absolute;
	left: 298;
	top: 183;
	z-index: 3;
}
#logo5 {
	width: 600px;
	height: 255px;
	float: left;
	position: absolute;
	left: 0;
	top: 347;
	z-index: 3;
}
logo.logo1:hover {
	opacity:.75;
	cursor: pointer; 
	color: #fff;
}
#cabecera {
	position: relative;
	height: 110px;
	width: 1000px;
	background-color: rgba(255,255,255,0.7);
	position: relative;
}
#menu {
	position: absolute;
	left: 300px;
	top: 65px;
	height:36px; 
	z-index: 1;

}
#menu .select {
	margin:0;
	padding:0;
	list-style:none;
}
#menu .select li {
	width: 140px;
	float:left;
	text-align:center; 
}
#menu .select li a {
	width: 140px;
	height: 36px;
	text-align:center;
	alignment-adjust:central; 
	line-height:16px; 
	font-size:13px;
	color:#000;
}
#menu .select li a:hover {
	width: 140px;
	height: 36px;
	text-align:center;
	cursor:pointer;
	alignment-adjust:central; 
	line-height:16px;  
	background-color: #FFF;
	color:#0098D4;
}
#menu .sub {
	display:none;
	width:140px;
	padding-top:15;
	list-style:none;
}
#menu .sub li {
	background-color: rgba(255,255,255,0.5);
	width:140px;
}
#menu .select li:hover .sub {
	display:inline;
	width:140px;
	position:relative;
	float:left;
	text-align:center;
	
}
#menu .select li:hover .sub li a {
	display:inline;
	float:left; 
	width:140px;
	white-space:wrap; 
	border-bottom: 1px solid #0098D4; 
	color:#000;
	font-size:13px;
}
#menu .select li:hover .sub li a:hover {
	color:#fff; 
	background-color: rgba(0,152,212,0.6);
	width:140px;
	padding:0 0 0 0px;
	border-bottom: 1px solid #fff; 
}
#section1 {
	clear:both;
	float: left;
	width: 970px;
	margin-bottom: 10;
	margin-rigth: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255,255,255,0.5);
}
#section2 {
	clear:both;
	float: left;
	width: 750px;
	margin-bottom: 10;
	margin-right: 0px;
}
#section3 {
	float: left;
	width: 240px;
	margin-bottom: 10;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.5);
	height: 491px;
	border-bottom: 2px solid #0098D4;
}
#columna {
	float: left;
	width: 240px;
	margin-bottom: 10;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.5);
	height: 385px;
}
article {
	background-color: rgba(255,255,255,0.5);
	margin: 0px 0px 10px 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 491px;
	border-bottom: 2px solid #0098D4;
}

#titulo{
	z-index: 1;
	position: relative;
	background-color: rgba(255,255,255,0.7);
	height: 90px;
	border-bottom: 2px solid #0098D4;
	marging-top: 5px;
	marging-left: auto;
	marging-right: auto;
	width: 1000px;
}
#pie{
	clear:both;
	z-index: 1;
	position: relative;
	background-color: rgba(255,255,255,0.7);
	height: 55px;
	border-top: 2px solid #0098D4;
	marging-top: 5px;
	marging-left: auto;
	marging-right: auto;
	width: 1000px;
}
.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #5CD053;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:715px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
