@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	padding:0;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	background-color: #666666;
}
#contenedor{
	width:782px;
	text-align:center;
	margin:0 auto;
	padding:0;
	position: relative;

}
#cabecera{
	width:782px;
	height:157px;
	background-repeat: no-repeat;
	margin: 0;
}
#cabecera img{
	float: left;
	margin-top:0px;
		margin-left:1px;
}
#menu{
	width:694px;
	color: #999999;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	margin-left:44px;
	background-image: url(img/fondo_menu.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-right: 44px;
	margin-bottom: 12px;
}
#menu a, menu a:link{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#menu a:hover{
	font-size: 11px;
	color:#00A6D0;
	text-decoration: underline;
}
#menu ul a.current{
	font-size: 11px;
	color:#00A6D0;
	text-decoration: underline;
}
#menu ul{
	height:15px;
	margin:0 auto;
	padding:0;
	position: relative;
	width: 694px;
	float: none;
	margin-top: 3px;

}

#menu ul li{
	float:left;
	width:130px;
	height:15px;
	display:block;
	margin-top: 5px;

}

#menu ul li.home{
	width:75px;
}

#medio{
	text-align: left;
	margin:0px;
	width:856px;
	
	background-image: url(img/fondo_imagen.jpg);
	background-repeat: no-repeat;


}

h3.azul{
	width:420px;
	background-color: #00A6D0;
	padding: 10px;
	font-size: 8px;
}

.blue{
	color: #00A6D0;
	font-weight: bold;
}

#izquierda{
	width:227px;
	height:479px;
	margin-right:30px;
	float: left;
	margin-left: 44px;
	
}

#izquierdaazul{
	width:227px;
	background-color: #00A6D0;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-right:30px;
	float: left;
	margin-left: 44px;
	font-size: 11px;
	color: #FFFFFF;

}

#izquierdavar{
	width:304px;
	height:479px;
	margin-right:30px;
	float: left;
	margin-left: 44px;
	
}



#derecha{
	margin:0px;
	width:440px;
	float: left;
	padding-bottom:10px;
	float: left;

}

#derechavar{
	margin:0px;
	width:370px;
	float: left;
	padding-bottom:10px;
	float: left;

}
#derecha h2, #derechavar h2{
	font-size: 13px;
	color: #00A6D0;
	background-image: url(img/fondo_encabezado.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 4px;
	font-weight: bold;
}

#derecha h3, #derechavar h3{
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom:20px;
}
#derecha h4, #derechavarh4{
	font-size: 14px;
	color: #660099;

}
#derecha p, #derechavar p{
	font-size: 12px;
}

#derecha p.sinmargen, #derechavar p.sinmargen{
	margin-top:-10px;
	margin-bottom:6px;
}


#derecha a, #derecha a:link, #derechavar a, #derechavar a:link{
color: #660099;
}
#derecha ul, #derechavar ul{
margin:0 auto;
	padding:0;
	display:block;
	padding-left:16px;
}

#derecha li, #derechavar li{
	font-size: 12px;
	list-style-type: square;
}
.titulo{
	font-size: 14px;
	font-weight: bold;
}

#izquierdascroll{
	width:319px;
	float: left;
	margin:0px;
	height: 460px;
	overflow: auto;
}
#izquierdascroll h2{
	font-size: 13px;
	color: #660099;
	background-image: url(img/fondo_encabezado.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 4px;
	font-weight: bold;
}

#izquierdascroll h3{
	font-size: 16px;
	color: #660099;
	margin-bottom:30px;
}
#izquierdascroll p{
	font-size: 12px;
}

#izquierdascroll a, #izquierda a:link{
color: #660099;
}


#pie{
	width:782px;
	text-align:center;
	margin:0 auto;
	padding:0;
	clear:both;
	position: relative;
	background-repeat: repeat-x;
}
#creditos{
	width:694px;
	height:60px;
	margin:0 auto;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	padding-top:18px;
	text-align:left;
	background-image: url(img/fondo_pie.gif);
	background-repeat: repeat-x;
	
}
#creditos img{
	float: right;
}

#creditos a, #creditos a:link {
color:#666666;
}
#creditos p{
	width:400px;
	margin:0 auto;
	float: left;
	margin-left: 0px;
	margin-top: 12px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
