*{
	padding:0px;
	margin:0px;
}
body{
	font-family:"Trebuchet MS",Arial;
	color:#0082a4;
	font-size:12px;
	background:url(../img/bg.jpg) repeat-x;

}
textarea, input[type=text]{
	color:#303030;
	font-size:12px;
	padding:2px;
}
input[type=submit]{
	cursor:pointer;
}
b{
	color:#0082A6;
}
a{
	color:#0082A6;
}
h4{
	color:#0082A6;
	font-size:18px;
	word-spacing:10px;
}

body, html, #central{
	height:100%;
	margin:auto;
}
#tot{
	background-image:url(../img/cuadros_fondo.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:25px;

}
#central{
	width:950px;
	margin:auto;
}
/*********** menu **********/
.menu{
	width:950px;
	margin:auto;
	color:#303030;
	text-align:center;
	height:50px;
}
.menu .izquierda{
	background-image:url(../img/extremo_barra-menu.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:48px;
}
.menu .central{
	background-image:url(../img/barra_menu.png);
	background-repeat:repeat-x;
	height:48px;
	width:938px;
	margin-left:6px;
}

.menu .derecha{
	background-image:url(../img/extremo_barra_menu2.png);
	background-repeat:no-repeat;
	width:6px;
	height:48px;
	float:right;
	
}
.menu ul{
	list-style:none;
	margin:auto;
	padding-top:17px;
}
.menu ul li{
	display:inline;
	padding-left:10px;
}
.menu ul li a{
	padding-right:15px;
	color:#303030;
	text-decoration:none;
}
.menu ul li a:hover{
	color:#0082A4;
}
/**************** PORTADA ****************/
#central #destacado_superior{
	margin-top:30px;
	padding-left:30px;
	width:920px;
	clear:both;
	min-height:271px;
	margin-bottom:-120px;
}
#central #izquierda{

	float:left;
	width:440px;
	padding:30px;
	color:#303030;
	font-size:12px;
	text-align:left;
	margin-top:20px;
	font-size:13px;
	line-height:22px;
}
#central #izquierda h1{
	color:#0082A6;
	font-size:18px;
}
#central #derecha{
	margin-left:505px;
	width:445px;
	margin-top:60px;
	
}
#central #izquierda ul li{
	margin-left:30px;
	padding-bottom:35px;
}
/************** S VERTICAL *********************/
#central #vizquierda{
	float:left;
	width:264px;
	margin-left:30px;
	color:#303030;
	font-size:12px;
	text-align:left;
}
#central #vcentral{
	margin-left:344px;
	width:261px;
	color:#303030;
	font-size:12px;
	text-align:left;
}
#central #vderecha{
	width:261px;
	float:right;
	margin-right:30px;
	color:#303030;
	font-size:12px;
	text-align:left;
}


/**************** CONTACTO *^**********************/
#central #izquierda_contacto{

	float:left;
	width:340px;
	color:#303030;
	font-size:12px;
	text-align:justify;
	margin-top:20px;
	font-size:13px;
	line-height:22px;
	margin-left:10px;
	background:url(../img/contacto/cuadro_contacto.png) no-repeat;
	padding-top:120px;
}
#central #derecha_contacto{
	width:580px;
	height:100%;
	margin-left:370px;
	margin-top:20px;
	font-size:13px;
	color:#303030;
}
#central #derecha_contacto .top{
	background-image:url(../img/contacto/cuadro_formulario1.png);
	background-repeat:no-repeat;
	height:5px;
}
#central #derecha_contacto .middle{
	background-image:url(../img/contacto/cuadro_formulario3.png);
	background-repeat:repeat-y;
	min-height:460px;
	padding:20px;
}
#central #derecha_contacto .bottom{
	background-image:url(../img/contacto/cuadro_formulario2.png);
	background-repeat:no-repeat;
	height:5px;
}
#pie{
	padding-bottom:20px;
	background-image:url(../img/pie_infoactiva.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:178px;
	margin-top:40px;
}