/************************************************************************************
//Fichero: estilos.css
//Descripción: Maquetación CSS
//Autor: Antonio Binaria
//Última actualización: 26/06/2008 20:00
//Último actualizador: Manolo Bittacora
//************************************************************************************/


/****************************************
/* ESTILOS GENERALES
*****************************************/
* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
/*	text-shadow: #000 0px 0px 0px; Elimina el efecto bold en Safari */
}


ul {
	list-style: none;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
li, dd, blockquote {
	margin-left: 1em;
}
code, kbd, samp, pre, tt, var {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}
del {
	text-decoration: line-through;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a abbr, a acronym {
	border: none;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
a, a:link, a:visited, a:hover, a:active {
	/*	outline: 0;*/
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
	text-decoration: none;
}
label, button {
/*	cursor: pointer;*/
}

fieldset {
	border: none;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.escuende{
	display: none;
}
.negrita{
	font-weight: bold;	
}
.p_sangrado {
	padding-left: 50px;
	padding-top: 8px;
}

.nota {
	text-align: left;	
	margin: 10px 0 10px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 1.1em;
	color: #454545;
	font-style: oblique;
	background-color: #e5f5ff;
	border-bottom: 1px solid #ccc; 
}

.nota a{		
	text-decoration: none;
}

.nota a:hover{
	text-decoration: underline	;
}

/****************************************
/*BODY
*****************************************/

body {
	text-align: center;
	height: 100%;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
}

html, body {
	height: 100%;
	width: 100%;
	margin:0px; 
	padding:0px; 
	background-image: url(fondo.jpg);
	font-family: Tahoma;
	text-align:center;
	z-index:1;
}

/****************************************
/* FORMULARIO
*****************************************/

#formulario {
	background-image: url(forms_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: solid;
	border-color: #e1e8f5;
	border-width: 1px;	
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#formulario form {
	background: none;
	border: none;
}

#formulario label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #5e5e5e;
	text-align: left;		
}

#formulario select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #212194;	
	clear: both;
	display: block;	
	margin-bottom: 5px;
	width: auto;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #f9f9ff;		
}

#formulario input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #212194;	
	clear: both;
	display: block;
	margin-bottom: 5px;	
	width: 350px;
	background-color: #f9f9ff;
}

#formulario textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #212194;
	clear: both;
	display: block;	
	margin-bottom: 5px;	
	width: 350px;
	background-color: #f9f9ff;	
}

#formulario .boton {
	font-family:Arial;
	font-size:1.2em;
	font-weight: bold;
	color: #fff;
	background-color:	#7273c0; 
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: 120px;
	width: 110px;
	border: none;
/*	cursor:pointer;*/
	vertical-align: middle;	
	text-transform: lowercase;
	display: block;	
}

#formulario .boton:hover {
	background-color:	#5b5cb5; 
	color: #fff;
}

/*
#formulario input:focus, select:focus, textarea:focus {
	background-color: #f2f2ff;
}
*/

form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}

/* Styling for message associated with a validation error. */

form .errMsg {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC3333 !important;
	height: 10px;
	display: block;	
	margin-bottom: 5px;
}

.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
display: block;
}

#formulario .info_ok {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #5556db;	
	background-image: url(info_ok.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 200px;
	padding-top: 50px;
}

#formulario .info_error {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #CC3333;	
	background-image: url(info_error.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 200px;
	padding-top: 50px;
}

#formulario .info_error2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #CC3333;	
	background-image: url(error.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 200px;
	padding-top: 50px;
}

/****************************************
/* BUSCADOR
*****************************************/

	#resultados-busqueda {margin: 0 0 1.5em;font-size:100%;}
	#resultados-busqueda dt, #resultados-busqueda dl {margin: 0;}
	#resultados-busqueda dt {font: bold 85% arial;padding: 3px 0;}
	#resultados-busqueda li {padding: 0 0 1em; margin:0 0 0 1.2em; font: bold 145% arial;}
	#resultados-busqueda li dd {font: normal 73% arial;}
	#resultados-busqueda li dl {margin:0;}
	#resultados-busqueda dd {line-height:1.2;}
	#resultados-busqueda dd.tipocontenido, 
	#resultados-busqueda dd.fechacontenido {color:#999;display:inline;padding-right:.5em;}

/****************************************
/* TITULOS DE BLOQUES (Portada)
*****************************************/
	
.destacados_titulo{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	font-weight: bold;
	color: #133B5E;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;	
}

.destacados_subtitulo{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #133B5E;
	text-align: left;	
}

.especiales_titulo{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #fefefe;
	text-align: left;	
	padding-top: 2px;
	padding-bottom: 5px;
	
}

.boletin_titulo{
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	font-weight: bold;
	background-color: #fff;
	color: #133B5E;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;	
}

.aldia_titulo{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	font-weight: bold;
	background-color: #fff;
	color: #133B5E;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;	
}

/****************************************
/* BLOQUES DE LA PORTADA
*****************************************/

#menu_portada{
	width: 185px;
	float: left;
}

#destacados_portada{
	margin-left: 10px;
	width: 160px;
	float: left;
}
#especiales_portada{
	float: right;
	/*background-color: #133b5e;*/
	width: 400px;
	/*
	margin-left: 10px;
	margin-right:1px;
	*/
	height: 240px;
}

#noticias{
	float: left;
	width: 350px;
	/*height: 100px;
	border-right: 1px dashed #ccc;*/
}
#aldia{
	float: left;
	padding-left: 8px;
	width: 288px;
	/*border-right: 1px dashed #ccc;
	padding-left: 10px;*/
}
#icono{
	float: left;
	padding-left: 8px;
	width: 100px;
	/*border-right: 1px dashed #ccc;
	padding-left: 10px;*/
}

.mppal{

	margin-left: 50px;
}
.msec{
	background-repeat: no-repeat;
	background-position: left;
}

.especial {
	width: 377px;
	/*margin-left: 12px;*/
	/*background-color: Fuchsia;*/
	margin: auto;
}

.especial img{
	margin: 1px;
}
/*
.especial .banner:hover, .banner:link, .banner a:hover, img a:hover, img:hover{
	margin: 0px;
	border: dashed;
	border-color: #CCCCCC;
	border-width: 1px;
}
*/
/****************************************
/* TITULARES
*****************************************/

.titular_solo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.titular {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.titular a {
	text-decoration: underline;
}

.titular:hover {
	text-decoration: underline;
}


.titular_grande_solo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.titular_grande {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.titular_grande a {
	text-decoration: underline;
}

.titular_grande:hover{
	text-decoration: underline;
}

.titular_chico {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

.titular_chico a {
	text-decoration: underline;
}

.titular_chico:hover{
	text-decoration: underline;
}

/****************************************
/* CALLEJERO
*****************************************/

.callejero {
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
/*	float: left;*/
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;	
	clear: both;
}

.callejero_incidencia_izq {
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;	
	width: 270px;
	height: 270px;
	display: block;
}

.callejero_incidencia_dcha {
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	float: right;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;	
	width: 270px;
	height: 270px;
	display: block;
}

.mapfactory {
	text-align: right;	
}

.mapfactory a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #777777;
	text-align: right;		
	text-decoration: none;
}

.mapfactory a:hover{
	text-align: right;	
	text-decoration: underline	;
}

ul#tabsmapa {
text-align: left;
margin: 1em 0 1em 0;
font: bold 11px verdana, arial, sans-serif;
border-bottom: 1px solid #ccc; 
list-style-type: none;
padding: 3px 0px 3px 0px; 
}

ul#tabsmapa li { 
display: inline;
margin: 0 0 0 2px;
}

ul#tabsmapa  li.activo{ 
border-bottom: 1px solid #fff; 
background-color: #fff; 
}

ul#tabsmapa li.activo a{ 
background-color: #fff; 
color: #000; 
position: relative;
top: 1px;
padding-top: 4px; 
}

ul#tabsmapa li a { 
padding: 3px 4px; 
border: 1px solid #ccc; 
background-color: #f3f3f3; 
color: #666; 
margin-right: 0px; 
text-decoration: none;
border-bottom: none;
}

ul#tabsmapa a:hover { 
background: #fff; 
}

.catcallejero{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;		
	margin-left: 15px;
	clear: both;

}

.catcallejero ul {
	list-style-type: disc;	
}

.catcallejero li{
	display: block;
	float: left;
}

.catcallejero li a{		
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.catcallejero li a:hover{		
	text-decoration: underline;
}

/****************************************
/* TEXTOS E IMG GENERALES DE LAS SECCIONES
*****************************************/

.titulo_seccion {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #133B5E;
	text-align: left;	
	margin-bottom: 14px;
}

.texto_seccion {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	text-align: justify;
}

.texto_seccion ul {
	margin-left: 15px;
	list-style-type: disc;	
}

.texto_seccion_bold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #333;
	text-align: justify;
}

.texto_seccion_chico {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	/*color: #ff0000;*/
	color: #333;
	text-align: justify;
}

.texto_seccion_chico_bold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #333;
	text-align: justify;
}

.fecha {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #999999;
	text-align: left;		
}

.fecha_noticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #999999;
	text-align: left;		
	background-image: url(icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;	
}

.noticia_listado {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.noticia_listado img{
	margin-bottom: 10px !important;
	margin-top: 5px !important;
}


.img_bocadillo{ /*bocadillo del mapa google*/
	float: left;
	text-align: right;
	margin-right: 5px;
}

.texto_noticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #999;
	text-align: left;		
	margin-top: 5px;
	margin-bottom: 15px;	
}

.subtitulo_noticia {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #666;
	text-align: left;		
	margin-top: 5px;
	margin-bottom: 15px;	
}

.subtitulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #666;
	text-align: left;		
	margin-top: 5px;
	margin-bottom: 15px;	
}

/****************************************
/* BLOQUES PRINCIPALES
*****************************************/

#todo {
	height: auto;
	width: 800px;
	background-color: #fff;
	margin: auto;	
	padding: 0px;
}
	
#bb {
   width:770px;
	text-align: left;
	min-width: 770px;
	margin: auto;
	/*max-width:770px;*/
	/*margin: auto;*/
   /*background-color: transparent;*/
	background-color: #fff;
	padding: 0px;
}

#cabecera{	
	margin: 4px 0 0 0; 
	padding:0 0 0 0; 
	width: 770px;
	height: 100px;	
	clear: both;
	display:block;
	float: none;
	z-index: -10;
	background: transparent;
}

#idiomas{
	position:relative;
	top:14px;
	left:702px;
	width: 60px;
	height: 11px;
	z-index: 1;
	padding-left: 6px;
}
#idiomas ul{
	list-style-type: none;
	width: 60px;
	height: 11px;
	padding: 0;
	margin: 0;
}

#idiomas span{
	display: none;
}

#idiomas li{
	display: inline;

}

#idiomas li .es {
	background-image: url(es.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	text-decoration: none;
	display: inline;
	float: left;	
}
#idiomas .pt {
	margin-left: 6px;
	background-image: url(pt.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	text-decoration: none;
	display: inline;
	float: left;	
}

/****************************************
/* SEPARADORES
*****************************************/

.lineapuntos{
	float: none;
	clear: both;
	height:5px;
	width: 770px;
	background-image: url(lineapuntos770.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-top: 1px;
}

.separador{
	padding: 0px 0px 0px 0px;
	clear: both;
	display:block; 
	background: transparent; 
	background-image: url(separador.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: 0px;
	height: 5px;
	padding-left: 15px;	
}

.aclarado{
	clear: both;
	height:1px;
}

.aclarado2{
	clear: both;
	height:4px;
}

.aclarado3{
	clear: both;
	height:8px;
}

#rayasuperior{
	width: 580px;
	height: 10px;
	border-top: 1px dotted #cccccc;
	margin-top: -1px;
	background: #fff;
	float:right;
}	
#lineapuntos2{
	float: right;
	clear: both;
	height:5px;
	width: 500px;
	background-image: url(lineapuntos580.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 0;
}

/****************************************
/* MIGUITAS DE LA PORTADA
*****************************************/

#rutaportada{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	width: 770px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px 0px 3px 0px;	
	display: block;
}

#rutaportada p{
width: 362px;
margin:0; 
padding:2px 0 0 0;
float: left;
font-size: 1.1em;
font-style: oblique; 
display: inline;
/*background-color: fuchsia;*/
}

#rutaportada span{
font-weight: bold;
}

#rutaportada ul{
float: right;
list-style-type: none;
height: 24px;
padding: 0;
margin: 0;
font-size: 1.1em;
display: inline;
/*background-color: aqua;*/
/*width: 400px;*/
margin-left: 0 !important;
}

#rutaportada li{
display: inline;
margin-left: 0 !important;
}

#rutaportada a{
text-align: center;
width: 90px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
display: block;
float: left;
color: #fefefe;
margin-left: 3px;
}

#rutaportada a.imss{
background-color: #990000;
background-repeat: no-repeat;
border-left: 8px solid #ff0000;
}
#rutaportada a:hover.imss{
background-color: #ff0000;
background-repeat: no-repeat;
border-left: 8px solid #990000;
}
#rutaportada a.upb{
background-color: #339999;
background-repeat: no-repeat;
border-left: 8px solid #33cc99;
}
#rutaportada a:hover.upb{
background-color: #33cc99;
background-repeat: no-repeat;
border-left: 8px solid #339999;
}
#rutaportada a.fmd{
background-color: #009966;
background-repeat: no-repeat;
border-left: 8px solid #00cc66;
}
#rutaportada a:hover.fmd{
background-color: #00cc66;
background-repeat: no-repeat;
border-left: 8px solid #009966;
}
#rutaportada a.ifeba{
background-color: #ff6600;
background-repeat: no-repeat;
border-left: 8px solid #ffcc00;
}
#rutaportada a:hover.ifeba{
background-color: #ffcc00;
background-repeat: no-repeat;
border-left: 8px solid #ff6600;
}
#rutaportada a.ayto{
background-color: #133b5e;
background-repeat: no-repeat;
border-left: 8px solid #1E90FF;
}
#rutaportada a:hover.ayto{
background-color: #1E90FF;
background-repeat: no-repeat;
border-left: 8px solid #133b5e;
}

/****************************************
/* MIGUITAS DE LAS SECCIONES
*****************************************/

#buscador_arriba{
	width: 175px;
	height: 40px;
	float: right;
	display: inline;
	padding: 2px 0px 0px 0px;
}

#buscador_arriba input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #133B5E;
	border-style: solid;
	border-width: 1px;
	border-color: #133B5E;
	height: 14px;		
	margin: 0px;
}

#buscador_arriba .buscar{
	background-image: url(search.gif);
	background-color: #fff;
	border: 0;
	width: 16px;
	height: 16px;
}

#buscador_arriba .utiles{
	text-align: right;
	padding-top: 2px;
	display: block;
}

#ruta{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	margin: 0px;
	padding: 2px 2px 0px 0px;
	width: 590px;
	display: inline;	
	float: left;
}
#ruta p{
	margin:0; 
	padding: 0;
	float: left;
	font-style: oblique;
	height: 40px;
	max-width: 380px;
}
#ruta span{
	font-weight: bold;		
}

#ruta ul{
	float: left;
	list-style-type: none;
	width: 187px;
	height: 40px;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}
#ruta li{
	display: inline;
}
#ruta a{
	text-align: center;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	/*display: block;*/
	float: left;
	color: #fefefe;
   margin-right: 3px;
}
#ruta a.miguita:hover, #rutaportada a.miguita:hover{
	color: #000;
	text-decoration: underline;
}
#ruta a.miguita, #rutaportada a.miguita{
	color: #000;
	text-decoration: none;
	margin-left: 0;
	padding: 0;
	display: inline;
	text-align: left;
	width: auto;
	padding-right: 16px;
	margin-right: 2px;
	background: url(flechita.gif) no-repeat right;
	float: none;
}
#ruta a.ayto{
background-color: #133b5e;
background-repeat: no-repeat;
border-left: 8px solid #1E90FF;
}
#ruta a:hover.ayto{
background-color: #1E90FF;
background-repeat: no-repeat;
border-left: 8px solid #133b5e;
}
#ruta a.fmd{
margin-top: 3px;
background-color: #009966;
background-repeat: no-repeat;
border-left: 8px solid #00cc66;
}
#ruta a:hover.fmd{
background-color: #00cc66;
background-repeat: no-repeat;
border-left: 8px solid #009966;
}
#ruta a.imss{
background-color: #990000;
background-repeat: no-repeat;
border-left: 8px solid #ff0000;
}
#ruta a:hover.imss{
background-color: #ff0000;
background-repeat: no-repeat;
border-left: 8px solid #990000;
}
#ruta a.upb{
margin-top: 3px;
background-color: #339999;
background-repeat: no-repeat;
border-left: 8px solid #33cc99;
}
#ruta a:hover.upb{
background-color: #33cc99;
background-repeat: no-repeat;
border-left: 8px solid #339999;
}

#ruta a.ifeba{
margin-top: 3px;
background-color: #ff6600;
background-repeat: no-repeat;
border-left: 8px solid #ffcc00;
}
#ruta a:hover.ifeba{
background-color: #ffcc00;
background-repeat: no-repeat;
border-left: 8px solid #ff6600;
}


/****************************************
/* CONTENEDOR
*****************************************/

#contenedor {
	display:block;  
}

#contenedor .volver{	
/*
	margin-top: 5px;
	margin-bottom: 5px;		*/
	padding-top: 4px;
}
#contenedor .volver a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #FF6600;
	padding-left: 10px;
	text-align: left;
	background-image: url(atras.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
#contenedor .volver a:hover{
	text-decoration: underline;
}

#contenedor .ancla{	
	/*margin-top: 5px;
	margin-bottom: 5px;		*/
}

#contenedor .ancla a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #FF6600;
	padding-right: 10px;
	float: right;
	background-image: url(arriba.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
}
#contenedor .ancla a:hover{
	text-decoration: underline;
}

#contenedor .sombragris {
	clear: both;
	height: 20px;
	/*background-color: #F4F4F4;*/
	background-image: url(bg_points.gif);
	display: block;
	float: none;
	position: relative;

	padding: 5px;	
	
	border-bottom: solid;
	border-top: solid;
	border-color: #CCCCCC;
	border-width: 1px;		
}


#contenedor .video p{
	border: none;
	text-align: center;
	margin: auto;
	display: block;
	clear: both;
	height: 276px;
	width: 320px;
	/*padding: 5px;*/
}


#contenedor .webcam{
	border: none;
	text-align: left;
	margin: auto;
	background-image: url(bgcode.gif);
	display: block;
	clear: both;
	height: 297px;
	width: 360px;
	/*padding: 5px;*/
}



#contenedor .webcam_pie{
	border: none;
	text-align: left;
	margin: auto;
	background-image: url(bgcode.gif);
	display: block;
	clear: both;
	height: 30px;
	width: 360px;
	padding-left: 5px;
}

#contenedor .bloque{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;		
/*	float: left;*/
	padding: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque .icon_tiempo{
	border: none;
	float: left;
	margin-top: 15px;
	/*
	padding-top: 5px;
	padding-left: 50px;
	*/
}

#contenedor .bloque a {
	text-align: left;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #7171bf;
}

#contenedor .bloque a:hover {
	color: #4e4fa6;
	text-decoration: underline;
}

#contenedor .bloque_titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
	background-color: #fff;
	padding: 2px 2px 2px 12px;	
	margin-bottom: 5px;
	background-image: url(flecha.gif);
	background-repeat: no-repeat;	
}

#contenedor .bloque_titulo a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #7171bf;
}

#contenedor .bloque_titulo a:hover {
	text-decoration: underline;
}

#contenedor .bloque2{
	text-align: left;
/*	float: left;*/
	padding: 4px;
	/*margin: 5px;*/
}

#contenedor .bloque3{
	text-align: left;
	/*margin: 5px;*/
	/*height: 22px;*/
	/*
	border: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 1px 0px;
	*/
	/*text-align: left;*/
	/*float: left;*/
	font-style: italic;
	font-size: 0.9em;
}

#contenedor .bloque_ficha{
	margin-top: 10px;
}

#contenedor .bloque_ficha img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
}

#contenedor .bloque ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 1.1em;
	/*color: #ff0000;*/
	text-align: left;
	list-style-type: circle;
	color: #133B5E;	
}

#contenedor .bloque li {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 2em;
}

#contenedor .bloque .subrayado {
	border-bottom: dotted;
	border-width: 1px;
	border-color: #ccc;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

#contenedor .bloque_75{
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	/*width: 270px;*/
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque_75 img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	/*text-align: right;*/
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_75 .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

#contenedor .bloque_75 .subtitulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
	text-align: left;	
}

#contenedor .bloque_75_destacado{
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	/*width: 270px;*/
/*	max-width: 220px;*/
	border: solid;
	border-color: #8b0000;
	border-width: 1px;
	text-align: left;
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque_75_destacado img{
	border: solid;
	border-color: #8b0000;
	border-width: 1px;
	/*text-align: right;*/
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_75_destacado .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

#contenedor .bloque_75_destacado .subtitulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #8b0000;
	text-align: left;	
}

#contenedor .bloque_ancho{
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	width: 370px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque_ancho a{
	border-color: #CCCCCC;
}

#contenedor .bloque_ancho:hover{
	border-color: #7171BF;
	/*color: #7171BF;
   text-decoration: underline;*/
}

#contenedor .bloque_ancho img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	/*text-align: right;*/
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_ancho .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}


#contenedor .bloque_100{
	min-height: 110px;
	max-height: 110px;
	height: 110px;
	width: 545px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque_100 a{
	border-color: #CCCCCC;
}

#contenedor .bloque_100:hover{
	border-color: #7171BF;
	/*color: #7171BF;
   text-decoration: underline;*/
}

#contenedor .bloque_100 img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	/*text-align: right;*/
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_100 .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}



#contenedor .bloque_50{
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	width: 270px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
}

#contenedor .bloque_50 a{
	border-color: #CCCCCC;
}

#contenedor .bloque_50:hover{
	border-color: #7171BF;
	/*color: #7171BF;
   text-decoration: underline;*/
}

#contenedor .bloque_50 img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	/*text-align: right;*/
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_50 .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}
/*
#contenedor .bloque_50 .titulo a {
	text-decoration: underline;
}

#contenedor .bloque_50 .titulo:hover {
	text-decoration: underline;
}
*/

#contenedor .bloque_25{
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	width: 170px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
	display: block;
}

#contenedor .bloque_25 a{
	border-color: #CCCCCC;
}

#contenedor .bloque_25:hover{
	border-color: #7171BF;
	border-width: 1px;
	/*color: #7171BF;
	text-decoration: underline;*/
}


#contenedor .bloque_25 img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_25 .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}
/*
#contenedor .bloque_25 .titulo a {
	text-decoration: underline;
}

#contenedor .bloque_25 .titulo:hover {
	text-decoration: underline;
}
*/

#contenedor .bloque_lista{
	min-height: 25px;
	max-height: 25px;
	height: 25px;
	width: 170px;
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	text-align: left;
	float: left;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	/*background-image: url(bgcode.gif);*/
	display: block;
}

#contenedor .bloque_lista a{
	border-color: #CCCCCC;
}

#contenedor .bloque_lista:hover{
	border-color: #7171BF;
	border-width: 0 0 1px 0;
	/*color: #7171BF;
	text-decoration: underline;*/
}


#contenedor .bloque_lista .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}


#contenedor .texto {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	/*color: #ff0000;*/
	color: #333;
	text-align: left;
}

/****************************************
/* PGOU
*****************************************/

#contenedor .bloque_pgm{
	min-height: 96px;
/*	max-height: 60px;*/
	height: 96px;
/*	width: 270px;*/
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
	display: block;	
}

#contenedor .bloque_pgm a{
	border-color: #CCCCCC;
}

#contenedor .bloque_pgm:hover{
	border-color: #7171BF;
	border-width: 1px;
	/*color: #7171BF;
	text-decoration: underline;*/
}


#contenedor .bloque_pgm img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
	width: 100px;
}

#contenedor .bloque_pgm .infopdf {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
	text-align: left;	
}


#contenedor .bloque_pgm .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}



#contenedor .bloque_pgm_tm{
	min-height: 145px;
/*	max-height: 60px;*/
	height: 145px;
/*	width: 270px;*/
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
	display: block;	
}

#contenedor .bloque_pgm_tm a{
	border-color: #CCCCCC;
}

#contenedor .bloque_pgm_tm:hover{
	border-color: #7171BF;
	border-width: 1px;
	/*color: #7171BF;
	text-decoration: underline;*/
}


#contenedor .bloque_pgm_tm img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
	width: 100px;
}

#contenedor .bloque_pgm_tm .infopdf {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
	text-align: left;	
}


#contenedor .bloque_pgm_tm .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}




#contenedor .bloque_fichero_pgm{
	min-height: 60px;
/*	max-height: 60px;*/
	height: 60px;
/*	width: 170px;*/
/*	max-width: 220px;*/
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(bgcode.gif);
	display: block;	
}

#contenedor .bloque_fichero_pgm a{
	border-color: #CCCCCC;
}

#contenedor .bloque_fichero_pgm:hover{
	border-color: #7171BF;
	border-width: 1px;
	/*color: #7171BF;
	text-decoration: underline;*/
}


#contenedor .bloque_fichero_pgm img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #fff;
/*	margin-bottom: 15px;*/
}

#contenedor .bloque_fichero_pgm .infopdf {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
	text-align: left;	
}


#contenedor .bloque_fichero_pgm .titulo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #7171bf;
	text-align: left;	
}

/****************************************
/* CONTENEDOR PORTADA
*****************************************/

#contenedorportada{
	width: 770px;
	float: left;
	background: transparent;
	background-image: url(fondo_portada.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 0px;
	margin-left: 0px;
}

/****************************************
/* CONTENEDOR CON SUBMENUS
*****************************************/

#contenedor_sub_menus{
	width: 770px;
	float: left;
	background: transparent;
	background-image: url(fondo_con_submenu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#contenido_con_submenu{
	width: 380px;
	float: left;
	margin-left: 15px;
	/*background: transparent url(fondo_destacados.gif);*/
}

#contenido_con_submenu img{

	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	margin-right: 8px;	
	padding: 4px;
	
}


#contenido_con_submenu h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	height: 20px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;		
	margin-bottom: 10px;
	padding: 2px 0px 0px 12px;
	background-image: url(fondo_h1_380.jpg);
	background-repeat: no-repeat;
}

#contenido_con_submenu h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 16px;
	/*color: #999;*/
	color: #133B5E;	
	text-align: left;	
	margin-bottom: 14px;
	background-image: url(fondo_h2_380.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 12px;
}

#contenido_con_submenu .img_dcha{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: left;
	float: right;
	margin-left: 8px;	
	margin-bottom: 5px;	
	padding: 4px;
}

.submenu{		
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	float: right;
	width: 170px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bolder;	
	color: #fefeff;
	clear: right;
}

.submenu h3{	
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_h3.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo{	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_h3.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_multimedia{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_multimedia.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_pgou{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_pgou.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_pgm{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_pgm.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_ultimos_videos{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_ultimos_videos.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_ultimos_sonidos{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_ultimos_sonidos.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_modelo902{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_modelo902.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_especiales{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_especiales.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_referencias{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_referencias.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_categorias{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_categorias.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_agenda{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_agenda.jpg);
	background-repeat: no-repeat;
}

.submenu .titulo_contenidos{	
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fffffe;
	background-image: url(submenu_titulo_contenidos.jpg);
	background-repeat: no-repeat;
}

.submenu .top{	
	height: 16px;
	background-image: url(submenu_top.jpg);
	background-repeat: no-repeat;
	background-color: #184D7C;
}

.submenu .top2{	
	height: 16px;
	background-image: url(submenu_top2.jpg);
	background-repeat: no-repeat;
	background-color: #184D7C;
}



.submenu .medio{	
	background-image: url(submenu_medio.jpg);
	background-repeat: repeat-y;
}

.submenu .medio2{	
	background-image: url(submenu_medio.jpg);
	background-repeat: repeat-y;
}

.submenu .medio2 img{	
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
	margin: 1px;	
}

.submenu .bottom{	
	height: 16px;
	background-image: url(submenu_bottom.jpg);
	background-repeat: no-repeat;
}

.submenu ul{
	/*margin-top: 10px;*/
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	/*margin-right: 10px;*/
	font-size: 1.0em;
	font-weight: bold;
	/*border-style: none;*/
	margin-bottom: 0px;	
	color: #EFEFEF;
	/*margin-top: -1px;*/
}
/*
.submenu ul li {
	border-style: none none dotted none;
	border: 1px;
	border-color: Fuchsia;
}
*/
.submenu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.submenu ul li li{
	padding-left: 0px;
	margin-left: -7px;
	list-style-type: disc;
	/*color: #93B5DD;	*/
	border-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.submenu ul li li a{
	font-style: italic;
	/*color: #93B5DD;*/
}
.submenu ul li li a:hover{
	font-style: italic;
	color: #ffffdf;	
	/*text-decoration: underline;*/
}
.submenu ul li li li{
	padding-left: 0px;
	margin-left: -15px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	list-style-position: outside;
	color: #BACFE9;	
	border-style: none;
}
.submenu ul li li li a{
	font-size: 0.9em;
	font-style: italic;
	color: #BACFE9;	
}
.submenu ul li li li a:hover{
	font-style: italic;
	color: #BACFE9;	
	/*text-decoration: underline;*/
}
.submenu li{
	list-style-type: square;
	padding-bottom: 2px;
	border-style: none;
}

.submenu li a:hover{
	text-decoration: none;
}

.submenu li a:hover{
	text-decoration: underline;
}

.submenu .mini_multimedia {
	width: 22px;
	height: 22px;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	/*float: left;*/
	padding: 2px;
	margin: 1px;	
}
.submenu .mini_multimedia_noborde {
	width: 22px;
	height: 22px;
	text-align: right;
	/*float: left;*/
	/*padding: 2px;*/
	margin-right: 1px;	
	margin-bottom: 1px;
	vertical-align: middle;
}


.submenu a{	
	color: #EFEFEF;
}

.submenu a:hover{	
	color: #fffffd;	
	/*text-decoration: underline;*/
}

/****************************************
/* CONTENEDOR SIN SUBMENUS
*****************************************/

#contenedor_sin_menus{
	width: 770px;
  float: left;
  background: transparent;
  background-image: url(fondo_contenidos.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 0px;
	margin-left: 0px;
}
#contenido_sin_submenu{
	width: 574px;
	/*max-width: 550px;*/
	float: left;
	margin-left: 15px;
	/*background: transparent url(fondo_destacados.gif);*/
}

#contenido_sin_submenu img{
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align: right;
	float: left;
	margin-right: 8px;	
	padding: 4px;
	margin-bottom: 8px;
}

#contenido_sin_submenu h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	height: 20px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;		
	margin-bottom: 10px;
	padding: 2px 0px 0px 12px;
	background-image: url(fondo_h1_574.jpg);
	background-repeat: no-repeat
}

#contenido_sin_submenu h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 16px;
/*	color: #999;*/
	color: #133B5E;	
	text-align: left;	
	margin-bottom: 14px;
	background-image: url(fondo_h2_574.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 12px;
}

#contenido_sin_submenu h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	height: 16px;
/*	color: #999;*/
	color: #133B5E;	
	text-align: left;	
	margin-bottom: 14px;
	background-image: url(fondo_h3_574.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 12px;
}

#contenido_sin_submenu .titulo_mes{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 32px;
/*	color: #999;*/
	color: #FF6600;	
	text-align: left;	
/*	margin-bottom: 14px;*/
	background-image: url(titulo_mes.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 45px;
}


/****************************************
/* MAPA GOOGLE
*****************************************/

#map{ /*Para el mapa de Google*/
	width: 570px;
	height: 300px;
	float: left;
	margin-left: 15px;
	padding-left: 1px;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;	
	/*background: transparent url(fondo_destacados.gif);*/
}

/****************************************
/* PIE
*****************************************/

#abajo {
	padding: 0px 0px 0px 0px;
	clear: both;
	display:block; 
	background: transparent; 
	background-image: url(fondo_abajo.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: 0px;
	min-height: 100px;
	height: 100px;
	padding-left: 15px;
	width: 755px;
}

#abajo .fecha {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #ff0000;*/
	color: #999999;
	text-align: left;		
}

#abajo ul{
	list-style: disc;
	list-style-type: disc;
	color: #133B5E;	
}

#abajo li {
	margin-left: 2em;
}

#pieportada{
	clear: both;
	/*border-top: 1px dashed #ccc;*/
	margin: 2px 1px 10px 1px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;		
	background-color: #ffffff;
}

#pieportada .info{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #A9A9A9;
	text-align: center;
	padding-top: 2px;
	font-weight: normal;
}

#pieportada .info a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #A9A9A9;
}

#pieportada a:hover{
	text-decoration: underline;
}

#pieportada input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #133B5E;
	border-style: solid;
	border-width: 1px;
	border-color: #133B5E;
	height: 14px;		
	vertical-align: middle;
}

#pieportada .buscar{
	background-image: url(search.gif);
	background-color: #fff;
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;	
}

#pieportada .utiles{
	float: right;
}
#pieportada form{
	float: left;
}
#pieportada input{
	margin: 0px;
}
/************************************/
/*  ESTILOS GENERALES CONTENEDOR    */
/************************************/
/*
#contenedor ul{
margin-left: 5px;
	list-style-type: circle;
}
*/
/************************************/
/*  ESTILOS MENSAJES    */
/************************************/
/*
p.infomsg, p.infomsg_ok, p.infomsg_error	{
	clear: both;
	height: 20px;
	display: block;
	float: none;
	position: relative;
	padding: 5px;	
	border: 1px dashed #8DA2B1;}
p.infomsg{
	background-image: url(icon_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
form {
	font-family:Verdana, sans-serif;
	float: none;
	position: relative;
	margin:0;
	padding:0;
}
fieldset div br {
	display:none;
}
legend {
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0.5em;
}
input {
	position: relative;
	font-size:150%;
	background:#F1F1F1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
}

textarea {
	position: relative;
	padding:0;
	margin:5px auto 10px auto;
	font-size:150%;
	background:#F1F1F1;
	border:1px solid #B5CCBA;
	width:380px;
	height:140px;
}
input:hover, textarea:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}
*/
/************************************/
/*  PAGINADO                        */
/************************************/


.paginas { text-align: center; margin-bottom: 20px; margin-top: 0px; }
.paginado { font-size: 1em; padding-top: 10px; margin-left: auto; margin-right: auto;}
.paginado a{ padding: 2px 6px 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; font: 1em Arial, Helvetica; color: #133B5E; font-weight: bold;}
.paginado a:visited { padding: 2px 6px 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.paginado .pagina_actual {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 1em; vertical-align: top; background: #fff; color: #FC1E2E; }
.paginado a:hover {color: #fff; background: #7171be; border-color: #999; text-decoration: none;}

.paginas div.resultado { text-align: center; font: 1em Arial, Helvetica; color: #aaa; margin-top: 8px; }





table.tabla 
{
	background-color: #d2d7db;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
}

table.tabla a, table.tabla, table.tabla tbody, table.tabla tfoot,table.tabla tr, 
table.tabla th, table.tabla td 
{
	color: #55595c;
}

table.tabla caption
{
	border-top: 1px solid #aeb3b6;
	padding: .5em 0;
	font-size: 140%;
	font-style: italic;
	color: #d2d7db;
}

table.tabla a
{
	/*display: block;
	padding: 0.75em 2px;*/
	text-decoration: none;
	color: #589acf;
}

table.tabla a:hover, table.tabla a:focus
{
	text-decoration: underline;
}

table.tabla th a
{
	text-align: right;
	padding: 0 2px 0 0;
}

table.tabla th a:hover, table.tabla th a:focus, table.tabla tbody tr:hover th
{
	background-color: #357eb9;
	color: #fff !important;
}

table.tabla a:visited
{
	/*padding-left: 5px;
	background: url(check.gif) 2px 50% no-repeat;*/
}

table.tabla th a:visited
{
	padding-right: 5px;
	/*background: url(check.gif) 98% 0.4em no-repeat;*/
}

table.tabla thead th
{
	font-weight: bold;
	color: #fff;
	padding: 0.75em 2px;
	border: 1px solid #fff;
	background-color:#133B5F; 
}

table.tabla tbody th
{
	color: #25c1e2;
	font-style: italic;
	background-color: #fff;
	border-bottom: 1px solid #aeb3b6;
	padding: 0.75em 2px;
}

table.tabla td
{
	border: 1px dotted #fff;
	padding: 0;
	text-align: center;
}
table.tabla td img
{
	border: 0;
}
table.tabla tbody tr.odd
{
	background-color: #d7dce0;
}

table.tabla tbody tr:hover td
{
	background-color: #5f9ed1;
}

table.tabla tbody tr:hover td, table.tabla tbody tr:hover th, table.tabla tbody tr:hover a
{
	color: #fff !important;
}

.tooltip { position:relative; z-index:24; }
.tooltip span { display:none;}
.tooltip:hover {z-index:25;}
.tooltip:hover span { 
	display:block;
	position:absolute; 
	width:220px; 
	top:35px; 
	left:20px; 
	background-color:#fff; 
	border:1px solid #133B5F; 
	padding:5px;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
} 

#select_ano{
	text-align: right;
	padding: 20px;
}

#select_ano .boton {
	font-family:Arial;
	font-size:1.2em;
	font-weight: bold;
	color: #fff;
	background-color:	#7273c0; 
	text-align: center;
	margin-bottom: 0;
	width: 85px;
	border: none;
	text-transform: lowercase;
}

#select_ano .boton:hover {
	background-color:	#5b5cb5; 
	color: #fff;
}
