@charset "utf-8";
/* tablas de datos easd alcoi */

/* TABLAS */
#table{
	width:100%;
}
#table, #table td{
	border-collapse: collapse;	
}
#table{
	margin: 20px 0;
	background:#FFFFFF;
	border-bottom:2px solid #EBEBEB;
}
#table thead th, #table tbody th{
	background            : #EBF2F8;
	color                 : #2E609C;  
	padding               : 5px 10px;
	border 		          : 1px solid #F5F5F5;
	text-align:left;
}
#table tbody th{
	background:#FFFFFF;
	border-top            : 1px solid #CCC;
	text-align            : left;
	font-weight           : normal;
	color: #2E609C;
}
#table tbody tr td{
	padding               : 6px 10px;
	color                 : #5A8FCF;
	
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #F9FAFC;
}
#table tbody tr:hover{
	background            : #FFF799;
}
#table tbody th:hover{
	background            : #FFF799;
}
#table tbody tr:hover td{
	color                 : #454545;
}
#table tbody .td_alterno{
	background-color:#F9F9F9;
}
#table tfoot td, #table tfoot th{
	border-left           : none;
	border-top            : 1px solid #CCC;
	padding               : 4px;
	background            : #FFF url(../imagenes/tablas/foot_bck.gif) repeat;
	color                 : #5A8FCF;
}
#table caption{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #5A8FCF;
}
/*#table a:link{
	color                 : #5A8FCF;
}
#table a:visited{
	color                 : #5A8FCF;
}
#table a:hover{
	color                 : #003366;
	text-decoration       : none;
}
#table a:active{
	color                 : #003366;
}*/
/* FIN TABLAS */
