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

.vineta_titulo {
	background-image: url(../img/vinetas/titulo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 35px;
}

.subrayado_gris {
	border: solid #535352;
	border-width: 0 0 1px 0;
	padding: 0 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

.subrayado_naranja {
	border: solid #D3711A;
	border-width: 0 0 1px 0;
	padding: 0 0 3px 0;
}


.subrayado_naranja td {
	border: solid #D3711A;
	border-width: 0 0 1px 0;
	padding: 0 0 3px 0;
}

.fila_gris_claro td {
	background-color: #EEE;
	color: #000;
	border: solid #CCC;
	border-width: 0 0 1px 0;
}

.fila_gris_oscuro td {
	background-color: #DDD;
	color: #000;
	border: solid #CCC;
	border-width: 0 0 1px 0;
}
