/*Estilo para la página general*/

body { 
	background-image:url("../_img/background_web.gif");
	background-position: top center;
	background-color: #ffffff;
	color: #555555;
	font-size: 13px;
	margin: 0px;
}

#pagina { 
	width: 1003px;
	margin: 0px auto;
	margin-bottom: 15px;
 	text-align: left;
	background-color: #ffffff;
	background-image:url("../_img/fondo_web.gif");
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
	
a {
	outline: 0px;
}

/* Estilos para los DIVS o CAPAS */
#cabecera { 
	width: 1003px;
	height: 64px;
	margin: 0px; 
	background-color: transparent;
	}	
	
#cabecera-left

{
	width: 270px;
	height: 64px;	
	padding: 0px;
	margin: 0px;
	float: left;
	background: url("../_img/logotipo.jpg"); 
	background-repeat: no-repeat;
	background-position: 20px 0px;
}	

#cabecera-left .logotipo
{
	width: 180px;
	height: 64px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: transparent;
	margin-left: 35px;
	cursor: pointer;
}	

#cabecera-right-top
{
	width: 733px;
	height: 30px;	
	float: left;
	background-color: transparent;
	text-align: right;
	color: #bbbaba;
	font-size: 10px;
}	

#cabecera-right-top p
{
 	padding: 0px 25px 0px 0px !important;
		padding: 2px 25px 0px 0px /**/;	
}	


#cabecera-right-bottom
{
	width: 733px;
	height: 34px;	
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: transparent;
	text-align: right;
	color: #00538e;
	font-size: 11px;
}	

#cabecera-right-bottom p
{
 	padding: 10px 15px 0px 0px !important;
 	padding: 20px 15px 0px 0px /**/;	
}	

#cabecera-right-bottom a{
	outline: 0px;
}

#cabecera-right-bottom a:link
{
	color: #00538e;
 	padding: 0px 10px 0px 10px;
	text-decoration: none;
}	

#cabecera-right-bottom a:visited
{
	color: #00538e;
 	padding: 0px 10px 0px 10px;
	text-decoration: none;
}	

#cabecera-right-bottom a:hover
{
	text-decoration: underline;
	color: #00538e;	
}	

/*Menú Superior*/

#barra_menu { 
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px auto;
	height: 50px;
	width: 983px;
	color: #FFFFFF;
	background-image:url("../_img/fondo_menu.gif");
}

/*MENU DESPLEGABLE*/

#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	float:left;
	z-index:200; 
	font-family:arial, verdana, sans-serif;
	font-size: 13px;
	width: 712px;
}

#nav li.separador {
	display:block; 
	float:left;
	height: 28px;
	margin-top: 15px;
}

#nav li.active {
	background: url("../_img/active.gif");
	background-repeat: no-repeat;
	background-position: center 11px;
	font-weight:bold;

}

#nav li.top {
	display:block; 
	float:left;
}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:30px; 
	color:#ffffff; 
	text-decoration:none; 
	padding:16px 0 0 12px; 
	cursor:pointer;	
	font-size: 13px;	
}

#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	}
	
#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:35px; 
	}

#nav li:hover a.top_link, #nav a.top_link:hover {
	color:#ffffff;
	}
	

#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down{
	padding-bottom:3px !important;
	padding-bottom:0px /**/;	
	text-decoration:underline;
	}

#nav table {
	border-collapse:collapse; 
	padding:0; 
	margin:0; 
	position:absolute; 
	left:0; 
	op:0;}

#nav li:hover {
	position:relative; 
	z-index:200;
	}

#nav a{
	outline: 0px;
}
	
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
	}

#nav :hover ul.sub {
	left:1px; 
	top:37px !important; 
	top:21px /**/;
	left: 20px;	
	background-color: #004272; 
	padding:3px; 
	border:1px solid #9dd3f5; 
	white-space:nowrap; 
	width:250px; 
	height:auto; 
	z-index:300;
	}
	
#nav :hover ul.sub li{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:250px;
	font-weight:normal;
	overflow: hidden;
}
	
#nav :hover ul.sub li a{
	display:block; 
	font-size:11px; 
	height:18px; 
	width:249px; 
	line-height:18px; 
	text-indent:5px; 
	color:#ffffff; 
	text-decoration:none;
	}

#nav :hover ul.sub li a:hover {
	background:#277fb5; 
	color:#fff; 
	}
	
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul{
	left:89px; 
	top:-4px; 
	background: #50b5d0; 
	padding:3px; 
	border:1px solid #0b4d97; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
	}

#nav ul, #nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;}

/*___________________________*/

#buscador {
	width: 252px;
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	padding: 14px 0px 0px 0px;
}

#buscador input{
	width: 112px;
	height: 15px;
	text-align: left;
	color: #004373;
	font-size: 11px;
	padding: 1px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #3598d4;
}


/*--------------------------------------------------------------------------------------------*/
ul.lista-corregida { margin-left: -10px !important; }
table.cuerpo { text-align: center; }

#migas { 
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 19px;
	width: 704px !important;
	width: 704px /**/;
	background-image:url("../_img/migas.gif");
	color: #ffffff;
	float: left;
	margin-left: 20px !important;
	margin-left: 10px /**/;
	margin-top: 10px;	
	padding: 4px 0px 0px 20px;
	}	

#migas ul	{
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#migas li	{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 12px;
	padding-left: 14px;
	}	
	
#migas .flecha 	{
	background-image:url("../_img/flecha.gif");
	background-repeat:no-repeat;
	background-position: 4px 5px;
	}
	
#migas .bullet_home 	{
	background-image:url("../_img/bullet_home.gif");
	background-repeat:no-repeat;
	background-position: 4px 5px;	
	}		

#migas p {	
	margin: 0px;
	padding: 8px 0px 0px 50px;
}
#migas a {
	color:#ffffff;
	text-decoration:none;
}
	
#migas a:link {
	color:#ffffff;
	text-decoration:none;	
}

#migas a:hover{
	text-decoration:underline;
}		

/*--------------------------------------------------------------------------------------------*/	

#flash_home { 
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px auto;
	height: 175px;
	width: 973px;
	color: #ffffff;
	background-color: #ffffff;
}	

#cabecera_interior { 
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px auto;
	height: 153px;
	width: 973px;
	color: #ffffff;
	background-color: #ffffff;
}	

#contenedor { 
	margin: 0px;
	overflow: hidden; 
	width: 983px;
	}
	
#contenedor_interior { 
	margin: 0px;
	overflow: hidden; 
	width: 983px;
	background-image: url("../_img/fondo_contenedor_interior.gif");
	background-repeat: repeat-y;
	background-position: 13px 0px;	
	}	

#home_left {
	width: 760px;
	float:left;
}

#margen-vertical {
	height: 26px;
}

#destacados_home_01 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#destacados_home_02 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#destacados_home_03 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#destacados_home_04 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#destacados_home_05 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#destacados_home_06 {
	width: 225px !important;
	width: 225px /**/;	
	height: 120px;
	float: left;
	background-color: transparent;
	margin: 0px 3px 15px 25px !important;
	margin: 0px 0px 0px 15px /**/;
	padding: 0px 0px 10px 0px !important;
	padding: 0px 0px 0px 0px /**/;
}

#home_left .titulo{
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #5e5e5e;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px !important;
	margin-top: 10px /**/;	
	height: 22px;
	background-image:url("../_img/subrayado_titulo.gif");
	background-position: 0px 13px;
	background-repeat: repeat-x;
	top:-10px;
	position: relative;
}

#home_left img{
	border: 1px solid #0e4d77;
}

#home_left p{
	margin: 0px;
	font-size: 13px;
	color: #555555;
}

#home_left .enlace{
	text-align:right;
}

#home_left a:link{
	color: #3598d4;
}

#home_left a:visited{
	color: #3598d4;
}

#home_left a:hover{
	color: #3598d4;
	text-decoration: none;
}

#barra_lateral {
	width: 210px;
	float: right;
}

#noticias {
	width:210px;
	height: 255px; 
	margin-top: 10px;
	text-align: right;
	background-image: url("../_img/fondo_noticias.gif");
	background-repeat: repeat-y;
}

#noticias .titular{
	width:210px;
	height: 27px;
	background-image: url("../_img/noticias_titulo.jpg");	
	background-repeat: no-repeat;
}

#noticias .titular_en{
	width:210px;
	height: 27px;
	background-image: url("../_img/mertramar_news.jpg");	
	background-repeat: no-repeat;
}

#noticias p{
	margin: 0px;
}

#noticias .titulo_noticia{
	width:200px;
	text-align:right;
	color: #414141;
	border-bottom: 1px solid #414141;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 0px 5px !important;
	margin: 5px 5px 0px 0px /**/;	
}

#noticias .titulo_noticia_h2{
	text-align:left;
	color: #404040;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px 0px 10px;
}

#noticias .texto_noticias{
	text-align:left;
	padding: 5px 10px 0px 10px;
	color: #555555;
}

#noticias .boton_info{
	text-align:right;
	color: #404040;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	width: 60px;
	margin: 5px 0px 0px 140px !important;	
	margin: 5px 10px 0px 10px /**/;
	border: 0px;
}

#noticias .boton_info img{
	border: 0px;
}

#noticias #noticias-laterales-contenedor p.titulo_noticia a { text-decoration: none; font-size: 0.9em; }
#noticias #noticias-laterales-contenedor a { font-size: 0.8em; text-decoration: none; }
#noticias #noticias-laterales-contenedor { height: 210px; }

#noticias .inferior{
	width:210px;
	height: 21px;
	background-image: url("../_img/noticias_pie.gif");	
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	text-align: left;
	font-size: 13px;
}

#noticias a{
	outline: 0px;
	color: #3598D4;
}

#noticias .inferior a:link{
	color: #555555;
	text-decoration: none;
}

#noticias .inferior a:visited{
	color: #555555;
	text-decoration: none;	
}

#noticias .inferior a:hover{
	color: #555555;
	text-decoration: underline;
}

#contenido {
	width: 750px;
	float:left;
}

#content .titulo{
	width: 724px;
	background-image: url("../_img/tit_content.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 45px;	
	text-align: right;
	text-transform: uppercase;
	color: #00538e;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial Black, Arial Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 45px !important;
	margin-top: 10px /**/;
	margin-bottom: 0px;	
}

#content a:link , #content a:visited{
	color: #3598d4;
	text-decoration: none;
}

#content a:hover{
	color: #3598d4;
	text-decoration: underline;
}

#content .cierre{
	width: 735px;
	background-image: url("../_img/cierre.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;	
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#content .cuerpo{
	font-size: 13px;
	color: #555555;
	margin: 0px 0px 20px 40px;
}

#content .cuerpo_titular{
	font-size: 15px;
	color: #555555;
	margin: 0px 0px 20px 40px;
}

#content .cuerpo2{
	font-size: 13px;
	color: #555555;
	margin: 0px 0px 0px 40px;
}

#content .boton_canarias{
	width: 170px;
	height: 23px;
	border:0px solid #000000;
	background-image: url("../_img/boton_canarias.gif");	
}

#content .boton_canarias:hover{
	background-image: url("../_img/boton_canarias_hover.gif");
	width: 170px;
	height: 23px;
	border:0px solid #000000;
}


#content ul{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
}

#content .titulo_linea{
	margin-left: 60px;
	margin-top: 25px;
	color: #555555;
	border-bottom: 1px solid #555555;
	width: 684px;
	font-weight: bold;
}

#content li{
	list-style-type: none;
	padding-left: 55px;
	background-image: url("../_img/flecha_gris.gif");
	background-repeat: no-repeat;
	background-position: 40px 6px;	
}

#content .td_0{
	background-color:#ffffff;
	color:#00538e;
	font-weight: bold;
}

#content .td_1{
	background-color:#bfd6ec;
	color:#00538e;
	font-weight: bold;
}

#content .td_2{
	background-color:#e1ebf7;
	color:#00538e;
}

#content .td_3{
	background-color:#dce7f3;
	color:#00538e;
}

#content .titulo_tabla{
	background-color:#bfd6ec;
	color:#00538e;
	font-size: 10px;
	font-weight:bold;
}

#content .tabla_01{
	background-color:#e1ebf7;
	color:#00538e;
	font-size: 10px;
	text-align:center;
}

#content .tabla_02{
	background-color:#ebf4fe;
	color:#00538e;
	font-size: 10px;
	text-align:center;
}

#content .tabla_01b{
	background-color:#e1ebf7;
	color:#00538e;
	font-size: 12px;
	text-align:center;
}

#content .tabla_02b{
	background-color:#ebf4fe;
	color:#00538e;
	font-size: 12px;
	text-align:center;
}

#content .img_left{
	margin: 0px 20px 5px 0px;
	float: left;
}

#content .img_left_bottom{
	margin: 0px 20px 35px 0px;
	float: left;
}

#content .img_right{
	margin: 0px 10px 5px 20px;
	float: right;
}

#content .img_ancho{
	margin: 0px 0px 20px 0px;
}

#content .swf{
	margin: 0px 0px 20px 0px !important;
	margin: 0px 0px 0px 0px /**/;	
}

#content .swf_mapa{
	margin: 0px 0px 20px 12px !important;
	margin: 0px 0px 0px 20px /**/;
	float: right;
}

#oficinas_izq_2 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}


#oficinas_dcha_2 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_3 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_3 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_4 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_4 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_5 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_5 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_6 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_6 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_7 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_7 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_8 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_8 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_9 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_9 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

#oficinas_izq_10 {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 30px !important;
	margin-top: 20px /**/;	
}

#oficinas_dcha_10 {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

.oficinas_izq {
	font-size: 13px;
	width: 350px;
	float: left;
	margin-top: 20px;
}

.oficinas_izq ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	background-image: none;
}

#oficinas_izq_2 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_2 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_3 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_3 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_4 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_4 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_5 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_5 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_6 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_6 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_7 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_7 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_8 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_8 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_9 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;	
}

#oficinas_izq_9 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}


#oficinas_izq_10 li {
	list-style-type: none;
	background-image: none;
	color: #3598d4;
	padding-left:20px;
}

#oficinas_izq_10 ul {
	background-color: #eff7fb;
	border: 3px double #a7c9e0;
	margin-left:50px;
	padding: 20px 0px 20px 0px;
}

.oficinas_dcha {
	font-size: 13px;
	width: 350px;
	float: right;
	margin: 20px 0px 0px 0px;	
}

.titular2{
	margin: 0px 0px 0px 20px;	
}

.oficinas_dcha ul{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

.oficinas_dcha li{
	list-style-type: none;
	padding-left: 40px;
	background-image: url("../_img/flecha_gris.gif");
	background-repeat: no-repeat;
	background-position: 30px 6px;	
}


#barra_lateral_interior {
	width: 190px;
	height: 100%;
	background-color:transparent;
	margin-right: 25px !important;	
	margin-right: 12px /**/;
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#barra_lateral_interior .salto{
	margin-top: 55px;
}

#barra_lateral_interior .titulo{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

#barra_lateral_interior .titulo2{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	margin-left: 10px;
}

#barra_lateral_interior ul{
	padding: 0px;
	margin: 0px;
}

#barra_lateral_interior li{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	list-style-type:none;
	margin: 20px 0px 0px 0px;
	padding-left: 20px;
	background-image: url("../_img/flecha.gif");
	background-position: 10px 5px;
	background-repeat: no-repeat;	
}


#barra_lateral_interior .nomargin{
	margin: 0px 0px 0px 0px;
}

.nomargin2{
	margin: 0px 0px 0px 0px;
}

#barra_lateral_interior a:link{
	color: #00538e;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

#barra_lateral_interior a:visited{
	color: #00538e;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

#barra_lateral_interior a:hover{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#cierre_bottom{
	width: 983px;
	background-image: url("../_img/cierre_bottom.gif");
	background-repeat: no-repeat;
	background-position: 11px bottom;	
	height: 20px;	
	margin-left: 8px;
}

#pie {
	background-repeat: no-repeat;
	height: 20px;
	width: 963px;
	color: #999999;
	text-align: left;
	margin-top:10px;
	border-top: 1px solid #dddddd;
	margin: 5px 0px 5px 15px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 10px;
}

#pie span {
	margin-right: 10px;
	margin-top: -13px;
	float: right;
}

#pie a:hover {
	color: #333;
}

#pie a:visited {
	color: #333;
}

#pie a {
	color: #333;
}

/*____________________________________*/

/*ESTILO PARA LOS FORMULARIOS*/		

#contenido .obligatorio {
	color: #FF0000;
}

form {
	width: 350px;
	border:0px  solid #000000;
	margin-left: 100px; 
	text-align:right;
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal;
	color: #00538e;	
}

.ancho{
	width: 700px;
	border:0px  solid #000000;
	margin-left: 10px; 
	text-align:right;
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal;
	color: #00538e;	
}

input {
	width: 180px;
	background: #fafbfc;
	border : 1px double #00538e;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal;
	color: #00538e;	
}

select {
	width: 179px !important;
	width: 184px /**/;	
	background: #fafbfc;
	border : 1px double #00538e;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal;
	color: #00538e;	
}

.select_peque {
	width: 54px !important;
	width: 54px /**/;	
}

.select_archivo {
	width: 88px !important;
	width: 88px /**/;	
}

input#submit {
	border: 0px solid #999999;
	background-color:#00538e;
/*	background: #F1F8F6 url('fade.png') repeat-x;*/
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;
}


input#reset {
	border: 0px solid #999999;
	background-color:#00538e;
/*	background: #F1F8F6 url('fade.png') repeat-x;*/
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;	
}

.boton {
	border: 0px solid #999999;
	background-color:#00538e;
/*	background: #F1F8F6 url('fade.png') repeat-x;*/
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;	
}


textarea {
	width: 180px;
	background: #fafbfc;
	border : 1px double #00538e;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
    font-weight: normal;
	color: #00538e;		
}

.textarea_alto {
	height: 100px;
	width: 270px;
}

.form_grande {
	height: 16px;
	width: 270px;
}



/*ESTILOS PARA LAS NOTICIAS*/

#content .titulo_noticia{
	font-size: 18px;
	color: #555555;
	margin: 0px 0px 0px 40px;
	text-transform: uppercase;
	font-weight: bold;
}

#content .subtitulo_noticia{
	font-size: 14px;
	color: #555555;
	margin: 0px 0px 20px 40px;
	font-weight: bold;
}
           
#content .fecha{
	font-size: 13px;
	color: #555555;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

#content .cuerpo_noticia{
	font-size: 13px;
	color: #555555;
	margin: 20px 0px 0px 40px;
	padding-right: 20px;
	text-align: justify;
} 

#content .cuerpo_noticia img {
	padding: 2px;
	border: 1px solid #EEE;
}

#content .info_noticia{
	font-size: 13px;
	color: #3598d4;
	margin: 0px 20px 20px 0px;
	text-align: right;
	clear:left;
	padding-right: 10px;
} 

#content .info_noticia a{
	font-size: 13px;
	color: #3598d4;
	text-decoration: underline;
} 

#content .info_noticia a:hover{
	font-size: 13px;
	color: #3598d4;
	text-decoration: none;
} 

#content .img_noticia_left{
	margin: 0px 20px 5px 0px;
	float: left;
}

.buscador_noticias{
	border: 1px solid #00548e;
	margin: 0px 0px 5px 10px;
	width: 126px;	

}


#barra_lateral_interior input#submit {
	background-image: url("../_img/ok.jpg");
	width: 30px;
	height: 20px;
}

#content .volver_noticia{
	font-size: 13px;
	color: #3598d4;
	margin: 0px 0px 20px 40px;
	float: left;
	background-image: url("../_img/noticias_volver.jpg");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;	
} 

#content .volver_noticia a{
	font-size: 13px;
	color: #3598d4;
	text-decoration: none;

} 

#content .volver_noticia a:hover{
	font-size: 13px;
	color: #3598d4;
	text-decoration: underline;
} 

#content .enlace_noticia{
	font-size: 13px;
	color: #3598d4;
	margin: 0px 20px 20px 0px;
	float: right;
	background-image: url("../_img/noticias_flecha.jpg");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;	
} 

#content .enlace_noticia a{
	font-size: 13px;
	color: #3598d4;
	text-decoration: none;

} 

#content .enlace_noticia a:hover{
	font-size: 13px;
	color: #3598d4;
	text-decoration: underline;
} 

#barra_lateral_interior .archivo_noticias{
	/*border: 3px double #a7c9e0;
	background-color: #eff7fb;*/
	font-weight: bold; 
	color: #fff;
	text-align:left;
	/*width: 300px;*/
	height: 95px;
	margin-left: -100px;
	/*margin: 40px 0px 40px 130px;*/
}

/*
#content .archivo_noticias{
	border: 3px double #a7c9e0;
	background-color: #eff7fb;
	text-align:left;
	width: 300px;
	height: 95px;
	margin: 40px 0px 40px 130px;
}
*/

.noticia_index {
	margin-right: 7px;
	height: 116px;
}

#content .campo_archivo{
	text-align:left;
	margin: 0px 0px 0px 27px;
	font-weight:bold;
}

#form-buscador { padding: 0px; margin:0px 0px 0px -30px; display: inline; }

#buscador_submit { border: 0px !important; background: transparent; color: #FFF !important; }

table.tabla_admin { width: 620px; text-align: left; display: block; padding-left: 40px; }

td.c3 			{ padding-left:30px; }
div.c2 			{ display:none;}
p.cuerpo_c1 	{ text-align: center; }
p.cuerpo_c1 img { margin: 0px 18px; }

input#titulo_noticias 			{ width: 615px; }
textarea#contenido_noticias 	{ width: 615px; }
table form 						{ width: auto; margin: 0px; padding: 0px; }

#upload-window 					{ background: #FFF; margin: 13px 10px; padding: 15px; }

form#form-upload 					{ text-align: left; padding-left: 15px; margin: 0px; }
form#form-noticias, form#form-login { width: 620px; text-align: left; }

form#form-login 				{ height: 200px; margin-top: 100px; width: 200px; }
form#form-login label 			{ display: block; float: left; width: 400px; }
form#form-login label strong 	{ width: 100px; float: left; display: block; }

.form 						{ text-align: left; width: 100%; }
.form-column 				{ width: 300px; float: left; }
.form label span 			{ display: block; margin-bottom: 5px; }
.form label 				{ text-align: left; display: block; margin: 0px; margin-top: 15px;}
.form label span.checkbox 	{ display: inline; position:relative; top: -5px; }

.checkbox 					{ width: 20px; margin-top: 10px; }

ul.paginacion 					{ float: right; list-style: none; }
ul.paginacion li 				{ display: inline; background: none !important; padding-left: 0px !important; margin-left: 10px; }
ul.paginacion li a 				{ text-decoration: none; font-weight: bold; }
ul.paginacion li a:hover 		{ text-decoration: underline; }
ul.paginacion li a.selected 	{ color: #000; font-size: 1.2em; }

#user-submit 					{ display: block; clear: both; }