@CHARSET "UTF-8";

/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: separate;
	width: 100%;
	margin: 0 auto 0 auto;
}

caption {
	background: #eeeeee;
	padding-bottom: 10px;
	margin: 0 3px 0 0;
	text-align: left;
	caption-side: top !important;
}

td,th {
	padding: .6em;
}

thead th,tfoot th {
	background-image: none, linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .08) 100%);
    background-position: 50% 50%;
    background-color: #fff;
    color: #004A7F;
}

thead th a{
	color: #004A7F !important;
    text-align: left !important;
    padding: 0px !important;
    margin: 0px !important;
}

tbody td a {
	background: transparent;
	text-decoration: none;
	color: #363636;
}

tbody td a:hover {
	color: #FF7300;
}

tbody th a {
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

tbody th a:hover {
	background: transparent;
	color: #FF7300;
}

tbody th,tbody td {
	vertical-align: top;
	text-align: left;
}

tfoot td {
	font: bold 12px;
	text-align: left;
	background: #EEE;
	padding-top: 3px;
}

.odd {
	background: #fff;
}

.sinHover:hover{
	background: transparent;
}


tbody tr:hover,
tbody.tablaActe tr:hover {
	background: #c9c9c9;
}

tbody tr:hover th,
tbody tr.odd:hover th {
	background: #c9c9c9;
}

.no-hover tbody tr:hover{
	background: transparent !important;
}

.tablaActe .nombre-archivo, #tablaArchivosAdjuntos .nombre-archivo, 
#listadoReferencias .nombre-archivo, #despliegueArchivos .nombre-archivo{
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.correoStyle {
	background: transparent;
}

tbody tr.correoStyle:hover {
	background: transparent;
	border: 1px solid #363636;
}

tbody tr:hover th,tbody tr.correoStyle:hover th {
	background: transparent;
}

.tEstados {
	background-color: white;
	border: 0;
}

.tEstados tr:hover {
	background-color: white;
}
/*Propiedad de Itech Soluciones Prohibida su modificación o reproducción*/