body{
	margin:0px;
	margin:0px;
	background: #A1C7EB url(../img/fondo.jpg) repeat-x;
}
#contenedor{
	width:756px;
	height:1016px;
	margin:0 auto !important;
	/*background:#244A6D;*/
	border:1px solid #fff;
	z-index:1;
}
#banner{
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width: 756px;
	height:233px;
	border-bottom:2px solid #FFFFFF;
	z-index:-999;
}
#menu{
	position:absolute;
	height:36px;
	width:756px;
	background:url(../img/img_menu.jpg) repeat-x;
	z-index:15;
}
.navi {  
	list-style:none;
	margin:0px;
	padding:0px;
}
.navi ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.navi li {
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
}
.navi li a {
	display:block;
	width:126px;
	height:36px;
	line-height:300%;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-family:Arial;
	font-weight:bolder;
	color:#EEEEEE;
}
.navi li a:hover {
	color:#FFFFFF;
	background:#14293D;
	border-bottom:1px solid #ffffff;
	filter: alpha(opacity=70); opacity: .7
}
.navi li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:126px;
	line-height:120%;
	background:#999999;
}
.navi li ul li{ /* second-level lists */
	text-align:center;
	font-size:11px;
	font-family:Arial;
	font-weight:bolder;
	color:#EEEEEE;
	width:126px;
	display:block;
	background:#2F859E;
}
.navi li:hover ul, .navi li.over ul { /* lists nested under hovered list items */
	display: block;
	color:#FFFFFF;
	background:#14293D;
	filter: alpha(opacity=90); opacity: .9;
}

/***************/
#cabecera{
	background:#2A6FA8;
	line-height:100%;
	width:756px;
	height:270px;
}
#contexto{
	height:690px;
	width:756px;
	border-bottom:3px solid #71C9E3;
	-moz-border-radius: 15px 0 15px 0;
	z-index:1;
}
#left{
	background:#0B7DBF;
	height:690px;
	width:230px;
	float:left;
}
#rigth{
	background:#ffffff;
	height:690px;
	width:526px;
	float:right;
}
.subtitulo{
	padding-top:5px;
	padding-bottom:5px;
	height:23px;
	width:230px;
}
.subtit1{
	/*width:150px !important;*/ 
	height:21px;
	text-align:left; 
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF; 
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bolder;
	padding-left:15px;
	color:#FFFFFF;
	line-height:130%;
}
.subtit2{
	width:10px !important;
	height:23px;
	background:url(../img/f_submenu.jpg) no-repeat right; 
	float:left;
}
.titulo{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	height:23px;
}
.subtit_cont{
	padding-top:5px;
	padding-bottom:5px;
	height:23px;
	width:230px;
}
.texto_cont{
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	height:23px;
	width:230px;
}
.titext{
	/*width:150px !important;*/ 
	height:21px;
	text-align:left; 
	border-top:1px solid #3696C8;
	border-bottom:1px solid #3696C8; 
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bolder;
	color:#0B7DBF;
	line-height:130%;
}
.tit1{
	width:10px !important;
	height:23px;
	background:url(../img/tit_izq.jpg) no-repeat left; 
	float:left;
}
.tit2{
	width:10px !important;
	height:23px;
	background:url(../img/tit_der.jpg) no-repeat right; 
	float:left;
}
.recuadro{
	background:url(../img/f_recuadro.jpg) repeat-x top;
	width:250px;
	height:140px;
	border:1px solid #0B7DBF;
	margin-bottom:6px;
	cursor:pointer;
}
.tit_recuadro{
	font-family:Arial;
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;
	padding-left:5px;
}
.text_recuadro{
	font-family:Arial;
	font-size:10px;
/*	line-height:10px;*/
	color:#0B7DBF;
	padding-top:5px;
	padding-left:2px;
}
.text{
	font-family:Arial;
	font-size:11px;
/*	line-height:10px;*/
	color:#FFFFFF;
}
.text_contenido{
	font-family:Arial;
	font-size:11px; 
	color:#0B7DBF; 
	text-align:justify;
}
.text_contenido a{
	text-decoration:none;
	color:#0060BF;
}
.text_contenido a:hover{
	text-decoration:none;
	color:#003366;
}
.scroll{
	margin:0 auto;
	height:654px; 
	overflow:auto;
}
#pie{
	background:#ffffff;
	widows:756px;
	height:50px;
	font-family:Arial;
	font-size:9px;
	color:#666666;
	line-height:10px;
	border-top:3px solid #0F7AB7;
}
#left a{
	color:#ffffff;
}
#left a:hover{
	color:#eeeeee;
}
.clear{ clear:both; height:1px; font-size:1px;}