/* ----------------- Genéricos ----------------- */

#tabla
{
	text-align:center;
	text-align:center;
	margin:0;
}
#tabla td{
	padding:0px;
	height:20px;	
}

#tabla th {
	color:#ffffff;
	font-weight: bold;
	background-color:#015F9C;
	text-align:center;
	height:20px;
	padding:2px;
	
}
#tabla a
{
	text-decoration:underline;
	color:#005080;
}


#tabla a.boton
{
	color:#0080C0;
	margin:0px;
	display:block;
	background-color:#FFFFFF;
	border:1px solid #E5F2F9;
	padding:2px 5px;
	font-weight: bold;
	text-decoration:none;
 }

.lista{
	width: 95%;
}

.imprimir{
	background-image:url(../img/print.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:24px;
	heigth:22px;
}
.sinColor{
	background-color: #ffffff;	
}
/* ----------------- Filas Impares ----------------- */

.odd td{
	background-color:#E5F2F9;
	font-family: Arial, Helvetica, sans-serif;
	color:#005080;	
}

.odd a
{
	color:#005080;
	
}

/* ----------------- Filas Par ----------------- */
.even {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#015B92;
}

.even a
{
	color:#015B92;
}

/* ----------------- Cabecera ----------------- */

#tabla .sortable a
{
	color:white;
}


/* ----------------- Título ----------------- */
#titulo {
	color:#000000; 
	font-size:1em; 
	text-align:center; 
	margin:1em 2em 1em 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:1em;
}

/* ----------------- Pagging ----------------- */


span.pagebanner {
	margin-left : 1%;
	margin-right : 4%;
	margin-bottom: 0%;
	text-align: right;
	background-color: #ffffff;
	padding: 0px 4px 2px 4px;
	display:block;
	border-bottom: none;
	font-size:0.9em;
	color: #015B92;
}

span.pagelinks {
    text-align: right;
	background-color: #fff;
	padding: 2px 70px 2px 4px;
	margin-left : 1%;
	margin-top : 0%;
	margin-right : 0px;
	margin-bottom: 1%;
	display:block;
	border-top: none;
	margin-bottom: 10px;
	font-size: 0.9em; 
	color: #015B92; 
}



#tabla th.sortable {
 /*   background-color: #3E91BE;*/
    height:20px;
    COLOR:#ffffff;
    text-align: left;
	margin-left: 3px;
	padding-left: 3px;
}
#contenidos #textos #tabla th.sorted a, #contenidos #textos #tabla th.sortable a {
	background-position: right center;
	background-repeat:no-repeat;
	display: block;
	width: 100%;
	text-decoration: none;
	COLOR:#ffffff;
    text-align: center;
}

#tabla th.sortable a {
	background-image: url(../img/orden_off.gif);
}
#contenidos #textos #tabla th.order1 a{
	background-image: url(../img/orden_onAsc.gif);
}
#contenidos #textos #tabla th.order2 a{
	background-image: url(../img/orden_onDes.gif);
}

/* ---------------- Listas Extendidas ------------------*/

.listaExtendida
{
	border: 1px solid #71A1BC;
}

.listaExtendidaCabecera
{
	background-color:#0080C0;
	font-family: Arial, Helvetica, sans-serif;
	color:#DADADA;
}

.listaExtendidaEnlaces
{
	padding: 2px 10px 2px 10px;
	margin-bottom: 10px;
}

.listaExtendidaEnlaces a
{	
	color:#016FA9;
}

.oculto
{
	display:none;
}

.nada
{

}
span.seleccionado{
	color: #015B92;
}

span.flechas{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
}
span.resultados{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	text-align:right;
}


#contenidos #textos #textos .visitados a:visited{ 
color:#778899;

}
