/* 1 septiembre 2009 */

/*
* { padding:0; margin: 0 }
*/


body {
/*	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt; */
	color: #454545;
	padding:0;
	margin: 0;
}



#menu-categorias ul {  padding-left: 30px; padding-bottom:10px; font-size: 10pt; }

.paginador{
	clear:both; 
	background-position: left top;
	background-image:url('imagenes/paginador.gif');
	background-repeat:repeat-x;
	padding-left:70px;
	height:60px;
}

.combo-paginacion{
	width: 130px;
	float: right;
}

ol li {  list-style-type:decimal }

li { list-style-type: square; }

input, textarea  { border: 1px solid #aaa }
input:hover, textarea:hover  { border: 1px solid #888 }

a { color: #D4470F; text-decoration: none; background: inherit }
a:hover { text-decoration: underline }
a img { border: 0 }


input, textarea  {
	padding:2px; border:1px solid #AAAAAA; 
}

input:hover, textarea:hover  { border: 1px solid #888 }

input.text { color: #000000;	border: 1px solid #E6E6E6; background: inherit }

textarea.text { font-size: 8pt; border: 1px solid #E6E6E6 }

input:hover.text, textarea:hover.text { border: 1px solid #D6D6D6 }

form { display: inline; margin: 0; padding: 0 }

textarea{ height: 300px; }




.nombreusu{
	background-image: url('imagenes/nombreusu.gif');
	background-repeat: no-repeat; 
/*	background-position: right top; */
/*	background-position: right bottom;  */
	background-position: center top; 
	height:22px;
	width:250px;
	text-align:center;
	color:#000000;
/*	padding-top:3px; */
	padding-top:0; 
	margin-bottom:-13px 
}

.titulozona{
	border-bottom:2px solid #D4470F;
	text-transform: uppercase;
	padding-left:10px;
	margin-bottom:10px;
}

.clear{
	clear:both;
	margin-bottom:10px;
}


#donde{
	clear:both; 
	border-bottom:1px solid #051334;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	background-color:#7C96B7;
	margin:0;
	padding:3px;
}


#donde a{
	color:#FFFFFF;
	text-decoration:none;
}

#donde a:visited {
	color:#ffffff
}

#donde img{  border-width:0; float: left}

.rss {
	background-position: left bottom;
	background-image:url('imagenes/rss.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-left:17px; 
	float: right;
	width:70px;
}



/* --------------------------------- ESTILO PARA SERVICIO DE CONSULTAS --------------------------------- */

tr.pendiente {
	background-image:url('imagenes/fondopendiente.gif');
	color:#FFFFFF;
	height:26px;
	color:#BC0101;
}

td.pendiente {
	background-color:#FFCECE;
	border:#D8CACA solid 1px;
	color:#BC0101;
}

.pendiente nobr {
	color:#BC0101;
}

.pendiente  a {
	color:#BC0101;
	font-weight:bold;
	text-decoration:none;
}

.pendiente  a:visited {
	color:#BC0101;
	font-weight:bold;
	text-decoration:none;
}

.pendiente  a:hover {
	color:#F21E1E;
	font-weight:bold;
	text-decoration:none;
}

.pendiente  {
	color:#BC0101;
	font-weight:bold;
}

tr.encurso {
	background-image:url('imagenes/fondoencurso.gif');
	color:#1267B9;
	font-weight:bold;
	height:26px;
}

td.encurso {
	background-color:#DDEFFB;
	border:#D8CACA solid 1px;
	color:#1267B9;
}

.encurso nobr {
	color:#1267B9;
}

.encurso  a {
	color:#1267B9;
	font-weight:bold;
	text-decoration:none;
}

.encurso  a:visited {
	color:#1267B9;
	font-weight:bold;
	text-decoration:none;
}

.encurso  a:hover {
	color:#5D94F0;
	font-weight:bold;
	text-decoration:none;
}

.encurso td {
	color:#1267B9;
	font-weight:bold;
}

tr.borrado {
	background-image:url('imagenes/fondoborrado.gif');
	color:#FFFFFF;
	height:26px
}

td.borrado {
	background-color:#E1F4D5;
	border:#d8caca solid 1px;
}

.borrado nobr {
	color:#1267B9;
}

.borrado  a {
	color:#5B7AA4;
	font-weight:bold;
	text-decoration:none
}

.borrado  a:visited {
	color:#5b7aa4;
	font-weight:bold;
	text-decoration:none;
}

.borrado  a:hover {
	color:#7d99be;
	font-weight:bold;
	text-decoration:none;
}

.borrado td {
	color:#5b7aa4;
	font-weight:bold;
}

/* --------------------------------- FIN ESTILO PARA SERVICIO DE CONSULTAS --------------------------------- */


/* ------------------ ESTILO DE LAS TABLAS ----------------- */



/* --------------------------------- ESTILO TABLAS --------------------------------- */

th {
	color:#FFFFFF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight:bold;
	font-size: 12px; 
	padding:5px;
	background:#FFCC99 url('imagenes/fondoth.gif') repeat-x right bottom;
/*	background:#7C96B7 url('imagenes/h3bg.gif') repeat-x right bottom; */
}

th a{
	color:#FFFFFF;
}

tr.par {
	background-position: left top;
	background-image:url('imagenes/fondopar.gif');
	background-color:#F2F2F2;
	background-repeat:repeat-x;
	height:26px;
}

td.par {
	background-color:#F2F2F2;
	border:1px solid #D8CACA;
}

.par  a {
	color:#646565;
	font-weight:bold;
	text-decoration:none;
}

.par  a:visited {
	color:#646565;
	font-weight:bold;
	text-decoration:none;
}

.par  a:hover {
	color:#868686;
	font-weight:bold;
	text-decoration:none;
}

tr.impar {
	background-image:url('imagenes/fondoimpar.gif');
	background-position: left top;
	background-color:#D2DBE6;
	background-repeat:repeat-x;
	height:26px;
}

.impar td {
	color:#868686;
}

td.impar {
	background-color:#E4E8EE;
	border:1px solid #D8CACA;
}

.impar  a {
	color:#646565;
	font-weight:bold;
	text-decoration:none;
}

.impar  a:visited {
	color:#646565;
	font-weight:bold;
	text-decoration:none;
}

.impar  a:hover {
	color:#868686;
	font-weight:bold;
	text-decoration:none;
}


/* ------------------ FIN ESTILO DE LAS TABLAS ----------------- */



/* ----------------------------   MENU SERVICIOS ---------------------------- */
.servicios {   
	margin:0 10px;
	padding:10px; 
/*	padding:0; */
	font-size: 12px;
	text-align: left;
	color:#3B3B3B;
	
	}

.servicios a {
	margin:0;
	color: #D4470F;
	text-decoration: none;
	font-weight:bold;
	font-size:12px
	}

.servicios a:hover {
	margin:0;
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
	font-size:12px
	}


.servicios ul {
	margin:0;
	text-align: center;
	padding-top:0;
	padding-left:auto;
	padding-right:auto;
	padding-bottom:0
	}

.servicios li {
	padding:3px;
	display: inline;
	list-style-type: none;
	margin-left:0;
	margin-right:30px;
	margin-top:0;
	margin-bottom:0;
	}

.boton-pasivo {
	margin:0;
	border-bottom:2px solid #D4470F;  
	}

.boton-activo {
	margin:0;
	border-bottom:2px solid #061131; 
	}


.boton-activo a {
	margin:0;
	color: #061131;
	text-decoration:none;
	}

.boton-activo a:hover {
	margin:0; color: #5B7BA4;
	text-decoration:none
	}

/* ---------------------------- FIN DE MENU SERVICIOS ---------------------------- */

#menuzonas { 
	margin:0 auto;
	background-position: left top;
	font-weight:bold; 
	font-size:10px;
	padding:0;
/*	display:inline; */
	display:none;
}

#menuzonas ul { 
	margin:0 auto;
	padding:0;
	list-style-type: none; 
	float: left; 
}

#menuzonas li {
	margin:5px;
	float: left;
	border:1px solid #5B7BA4;
	list-style-type:none;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#DBE4ED;
}

#menuzonas a {
	margin:0 auto; 
/*	width:318px; */
/*	width:296px; */
	width:290px;
	float: left; 
	display: block;
	color: #333333; 
	text-decoration:none; 
	border-bottom-width: 0;
	padding:0; 
	text-align:center;
}

#menuzonas a:hover, #menuzonas a:active { 
	margin:0 auto;
	padding:0;
	color: #7B94B6;
	text-decoration:none;
	text-align:center
}

#menuzonas li.active a {
	margin:0 auto;
	padding:0;
	color: #FFFFFF; 
	text-decoration:none;
}




/* ------------------------- ENTRADA ------------------------------- */


.entrada{
	background-image:url('imagenes/fondoentrar.jpg');
	background-repeat:no-repeat;
	width: 500px;
	height:230px;
	margin:0 auto;
	padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px

}


.entrada table{
/*
	margin-left:25px;
	margin-top:20px;
*/
}

.entrar{
padding-top: 10px;
padding-bottom: 10px;
}


.entrar .boton {
	margin:10px 0;
	border:0px solid #CCCCCC;
	color: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;

	background-repeat:repeat-x;
	background-image:url('imagenes/h3bg.gif');
	background-position:   left bottom;
	background-color: #981C1E;
}

.entrada input { 
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}

.input-entrada{  width: 150px}



/* ------------------ SERVICIOS ---------------------- */


/* ---------- portada ---------- */
#contenido {

	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

	font-size:14px; 
/*	font-size: 12px; */
}



#contenido_mapaweb{

	padding-left:80px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;

	font-size:14px; 
/*	font-size: 12px; */
}

.cuerpobloque{
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0p;
	margin-bottom: 0x;
	margin-left: 5px;
	margin-right: 5px;
	background-position: left bottom;
	background-image:url('imagenes_tema/a33.gif');
	background-repeat:repeat-x;
	background-attachment:scroll;
/*	font-size:15px; */
}

#contenido blockquote{
	width: 810px; 
	margin:10px;
	border:1px solid #CECECE;
	background-color:#FEF7F4;
	background-image:url('imagenes_tema/blockquote.gif');
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#contenido blockquote img{
	padding-right: 20px;
	float:left;
}


#contenido blockquote a{
	color:#061131;
	text-decoration:underline;
}



.buscador-servicio{
	padding-top:10px;
}


#caja h3{
	padding: 0;
	margin: 10px;
}

#caja {
	text-align: left;
}

.caja ul{  
	padding-left: 20px;
	padding-bottom:5px
}


#contenido ul{  
	padding-left: 20px;
	padding-bottom:5px
}


marquee{
	height:115px
}

.caja-noticias{
	background-position: left top;
	border:1px solid #EAEAEA;
	padding:20px;
	background-image:url('imagenes/fondonoticias.gif');
	background-repeat:repeat-x; 
	
}

/* ----------- fin portada ----------- */



/* ---------------------------- CALENDARIO ---------------------------- */


.calendarios a{
	color:#FFFFFF;
}

.mesactual a{
	color:#FFFFFF;
}


.calendario-portada{
	margin:10px auto;
	width:90%;
/*	width:100%; */
}


.mesanterior {
	padding:3px;
	border:1px solid #EAEAEA;
	width:85%;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;

}

.mesactual {
	padding:3px;
	border:1px solid #EAEAEA;
	width:85%;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;

}


.messiguiente  {
	padding:3px;
	border:1px solid #EAEAEA;
	width:85%;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}



.mesanterior table{
	background: #92A7C6 url('imagenes/calendario.gif') right top;
	font-size:11px;
}

.mesactual table{
	background: #92A7C6 url('imagenes/calendario.gif') right top;
	font-size:11px;
}

.messiguiente table{
	background: #92A7C6 url('imagenes/calendario.gif') right top;	
	font-size:11px;
}

.mesanterior a{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;
	font-weight:bold;
	text-decoration:none;
}

.mesanterior a:hover{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.mesanterior a:visited{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.mesactual a{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;
	font-weight:bold;
	text-decoration:none;
}

.mesactual a:hover{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.mesactual a:visited{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.messiguiente a{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;
	font-weight:bold;
	text-decoration:none;
}

.messiguiente a:hover{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.messiguiente a:visited{
	padding:2px;
	background: #92A7C6 url('imagenes/calendario-fondo-enlace.gif') right top;	
	font-weight:bold;
	text-decoration:none;
}

.calendarios {
	width:220px;
}

.nombre-mes{
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}

.vistaeventos h1{
	margin:0;
	padding:0;
	font-size: 24px;
	font-weight:bold; 
}


.mesactual td{
	margin: 1px;
	padding-left:0;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:5px;
}
.messiguiente td{
	margin: 1px;
	padding-left:0;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:5px;
}
.mesanterior td{
	margin: 1px;
	padding-left:0;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:5px;
}

/* ---------------------------- FIN CALENDARIO ---------------------------- */



.banners{
	text-align: center;
}

.banners .img-anuncio{
	margin-top:10px;
	margin-bottom:10px;
}



.dondeestamos{
	float:left;
	width:450px

}

.recomienda{
	text-align: right;

	border-top: 1px solid #041131;
	background-color:#FFECCE;
	margin-top:10px;
	padding: 5px;

/*	background-color:#EAEAEA;

	float:right;
	width:150px; */
}


.recomienda a .img-anuncio{

	width:100px;
	float:right
}


#menu-categorias{

}

#menu-categorias ul {

background-position:   right top;
margin:0  5px;
Float: left;
width: 97%; /*Este ancho será el total que ocupen muestras columnas */
List-style-type: none;
font-size:14px;
font-weight:bold;
background-image:url('imagenes/categorias.gif');
background-repeat:repeat-x;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:20px

}


/*Definimos las propiedades para <li> a partir de las otorgadas a <ul>*/

#menu-categorias ul li{
Display:inline; /*Se declara que las propiedades serán otorgadas a cada linea*/
Float: left;
Width:24%; padding-bottom:10px

}
/*
#at15s_head{
display:none;
}
*/

#at16pf{
display:none;
}

.info {
	height: 30px;
	font-weight: bold;
	padding-left: 40px;
	background-image: url('imagenes/info.gif');
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top:10px;
}

.quiensoy{
	text-align: right;
	float:right;
	height:22px;
	width:250px;
}

.input_acceso{
	width:100px;

}

.como_blockquote{
	width: 90%; 
	margin:10px;
	border:1px solid #CECECE;
	background-color:#F2F2F2;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.como_blockquote img{
	text-align:center;
}


.como_blockquote ul{
	padding: 0;
	margin: 0;
}

.como_blockquote li{
	text-align: justify;
	padding-bottom: 10px;
}

#impresion{
	padding: 20px
}

.pie-impresion{
	border-top: 1px solid #FF6600;
	text-align:center; padding-top:20px
}

.barra-impresion{
	border-bottom: 1px solid #FF6600;
	text-align:right;

}

.cajaimpresion{

margin: 0; padding: 0}

.zonaclientes{
text-align: left;
}

.zonaclientes ul{
margin: 0;
padding: 0;
}

.zonacero{
margin: 0;
padding: 0;
}

.calendar{
z-index: 99999
}









/*-----------------------------*/

.fechas_interes marquee ul {
list-style-type: square;
padding-left: 30px;
}

.fechas_interes {
margin:0 auto;
width: 450px;
height: 150px;
border: 1px solid #FBCDB7;
padding: 20px;
background-position: left top;
background-image:url('imagenes_tema/a2.gif');
background-repeat:repeat-x;
}


.fechas_interes marquee {
margin:0 auto;
width: 100%;
height: 100%;

}


.noticias_interes ul {
list-style-type: square;
padding-left: 30px;
}

.noticias_interes
{
margin:0 auto;
width: 450px;
height: 150px;
/* border: 1px solid #FCDACA; */
border: 1px solid #FBCDB7;
padding: 20px;
background-position: left top;
background-image:url('imagenes_tema/a2.gif');
background-repeat:repeat-x;
/*
background-position: left top;
background-image:url('imagenes_tema/noticias.jpg');
background-repeat:no-repeat;
*/
}


.noticias_interes marquee {
margin:0 auto;
width: 100%;
height: 100%;

}


/* --------ALTA AUTOMATICA------- */

.textopoliticaprivacidad{margin:10px auto; padding:20px; background-position: left top; background-image:url('imagenes_tema/fondo_alta.jpg'); background-repeat:repeat-x; width:830px; background-color:#FDF0EB; } 

.altaautomaticatexto{ margin:10px auto; padding:20px; background-position: left top; background-image:url('imagenes_tema/fondo_texto_alta.jpg'); background-repeat:repeat-x; width:830px; height:120px; }
