/* CSS Document */

table {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	border-bottom: 1px solid #60371b; /* color #dos*/
}

.odd {
	background-color: #f3e8b0; /* color #tres*/
}

.checkArchivado {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0a4b75; /* color #uno */
	padding-top: 20px;
	list-style: none;
}

.checkArchivado input {
	background-color: transparent!important;
	margin-right: .4em;
	text-decoration: none;
	background-image: none!important;
	}

ths {
	padding: 1% 4px 1% 4px !important;
	text-align: center;
	vertical-align: top;
}


.displaytable{
	text-align: center;
}

tbody {
	font-size: 1em;
}

tbody a {
	text-decoration: underline;
	font-weight: bold!important;
	}

thead tr {
	background-color: #e5ac5d; /* color #dos*/
}


th {
	padding: 1% 4px 1% 4px !important;
	font-weight: bold;
	text-transform: uppercase;
}


th.sorted a,th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	width: 95%;
	padding-right:7px;
	display: block;
}

th.sortable {
	background-position: 94% 50%;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_off.gif);
}

th.order1 {
	background-position-y: 50%;
	background-position-x: 94%;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_down.gif);
}

th.order2 {
	background-position-y: 50%;
	background-position-x: 94%;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_up.gif);
}

td {
	padding: 5px 2px 5px 2px;
}

td a{
	color: #0a4b75; /* color #uno */
	font-weight: bold;
}

span.pagebanner {
	background-color: #f3e8b0; /* color #tres*/
	border: 1px solid #60371b; /* color #dos*/
	padding: 1em;
	width: 60%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
    font-size: .88em;
	text-align: center;
}

span.pagelinks {
	background-color: #f3e8b0; /* color #tres*/ 
	border: 1px solid #60371b; /* color #dos*/
	padding: 1em;
	width: 60%;
	display: block;
	border-top: none;
	margin-bottom: 0px;
    font-size: .88em;
	text-align: center;
}

span.pagelinks a{
	color: #2B6431;
}

/****************************************** Tabla Histórico de Expedientes ********************************/

table#t_anidada thead{
	visibility: hidden;
}

table#t_anidada td {
	background: none;
}

/****************************************** Tabla Detalle de Documentos *********************************/
table#detalle{
	background-color: #ffffff;
}

table#detalle tr{
	color: #0a4b75; /* color #uno */
	font-family: Arial;
	font-size: .8em;
	text-align: left;
	font-weight: bold;

}

/****************************************** Tabla Documentos de Salida **********************************/

table#docSalida thead{
	visibility: hidden;
}

/****************************************** Tabla Documentos de Interesado ******************************/


/******* DOCUMENTOS DESTACADOS *************/
table#docSalida {
	background-image: url(../images/fondo_info.gif);
	background-color: #d4d4d4;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	background-position: right;
	border: 1px solid #3c3c3c;
}

	
table#docSalida td {
	width: 100%;
	float: left;
	}
	
table#docSalida .even, table#docSalida .odd {
	background-color: transparent!important;
	}

table#t_anidada .even, table#t_anidada .odd  {
	background-color: transparent!important;
	}
	
table#t_anidada {
	border: 0 none!important;
	}
	

/****************************************** Tabla Edictos **********************************/

table#edictos {
	width: 100%;
	margin: auto auto 2em;
	text-align: center;
	}

table#edictos thead th {
	color: white;
	background-color: #A35412;
	}

table#edictos tbody td {
	color: #A35412 !important;
	background-color: #F6EC96;
	}
