@charset "UTF-8";
/* CSS Document */


.pictos{
	float:left;
	width:24px;
}

caption {
	font-size: 1.2em; 
	color: #F06; 
	text-align: left;
}
table {
	margin: 0; 
	padding: 0; 
	border-collapse: collapse; 
	width: 100%;
}
th{
	padding: 6px 6px;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #C0C0C0;
	
}
td {
	padding: 8px 6px; 
	border: 1px solid #E9E9E9;
	border-bottom: 1px solid #C0C0C0;
}
/*
td + td {
	border-left: 1px solid #FAFAFA; 
	color: #999;
}
td + td + td {
	color: #666; 
	border-left: none;
}
*/
td a {
	color: #4C575F; 
	text-decoration: none; 
	text-align: left;
}
td a, th a {
	display: block; 
	width: 100%;
}
td a:hover {
	color: #E4166A;
	text-decoration:underline;
}
tfoot th {text-align: left;}
th {text-align: left;}
/*
th + th {text-align: left;}
th + th + th {text-align: left;}
*/
th a {
	color: #4C575F; 
	text-decoration: none; 
	font-size: 1em;
}
th a:visited {color: #4C575F;}
th a:hover {
	color: #4C575F; 
	text-decoration: underline;
}
thead tr, tfoot tr {
	color: #4C575F; 
	font-size: 0.9em;
}
tr {
	font-size:0.8em;
	background:#FFFFFF; 
	color: #4C575F;
}
tr:hover {
	background: #E9E9E9;
	color:#4C575F;
}

/* FIN TABLAS*/

