/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",Garamond,Georgia;
	padding: 0 auto;
	margin:0;	
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
h1 {
	color: #59A3AC;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-weight:bold;

}
h2 {
	color:#559098;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-weight:bold;
	letter-spacing:0.03em;
}

h3 {
	color: #666666;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-weight:bold;
}
h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#559098;
 line-height:3.0em;
 }
p {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#666666;
 line-height:1.5em;
 }
 
a:hover {color: #CCCCCC;}
a {color:#FFFFFF; text-decoration:none;}

#contenedor{
	width:800px;
	height: auto;
	margin:0 auto;
	
}
#cabecera{
	width:800px;
	height:160px;
	float:left;
}
#top{
	width:800px;
	height:142px;
	float:left;}

#botonera{
	width:800px;
	height:60px;
}
#boton_1{
	width:240px;
	height:60px;
	float:left;
}

#boton_2{
	width:560px;
	height:60px;
	float: left;
	background-color:#003366;
}
#cuerpo{
	background-image:url(img/fd_gris.jpg);
	background-repeat:repeat-y;
	width:800px;
	float:left;}

.col_1{
	float:left;
	}
.col_2{
	width:460px;
	float: left;
	padding: 8px 50px 0 35px;
	height:auto;
	}
.col_3{
	width:265px;
	float:left;
	height:400px;
	padding: 0 0 0 6px;
	}
.col_a{
	width:330px;
	float: left;
	padding: 8px 22px;
	height:auto;
}
.col_b{
	width:130px;
	float: left;
	
}
.col_4{
	width:560px;
	float:left;
	/*background-color: #C*CCCCC;*/
	}
.botones{
	width:150px;
	height:400px;
	float:left;
	margin:120px 0 0 0 ;
	
}
.cuadro{
	width:120px;
	height:100px;
	float:left;
	margin:10px 5px 5px 5px;
	border:#ccc solid 1px;
	}
#menu{
	top:313px;
	right:403px;
	width: 150px;}

.menu a {
 	display:block; 
	float:right; 
	border:none;
	background-position:left top;
	background-repeat:no-repeat; 
	width:150px;
	margin-left:1px;  
	height:270px; 
	z-index:9999;
	margin: 0 auto;
	
}
.menu a:hover{background-position: 0 -55px; text-decoration: none; }
 .menu .activo {background-position: 0 -55px; text-decoration: none;}
 .menu .alt { display:none; }
 .menu a#m1 { background-image:url(img/btn_1.jpg); width:150px; height:55px; }
 .menu a#m2 { background-image:url(img/btn_2.jpg); width:150px; height:55px;}
 .menu a#m3 { background-image:url(img/btn_3.jpg); width:150px;  height:55px; }

#pie{
	width:800px;
	height:80px;
	background-image:url(img/pie.jpg); 
	background-repeat:no-repeat;
	float:left;
	}
#pie_contacto{
	width:800px;
	height:80px;
	background-image:url(img/pie_.jpg); 
	background-repeat:no-repeat;
	float:left;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.derechos{
	width:800px;
	height:80px;
	padding: 10px 0 0 10px;
	}
.form{
	background-color:#999999;}
