.letra_sobre_rojo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.letra_sobre_gris {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
	text-decoration: none;
}
.letra_sobre_gris_oscuro {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/***Colores Tablas***/

table.tabla{
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
}
table.tabla tr.header {
	background-color:#af0000;
	height:15px;
	font-weight:bold;
	color:#FFFFFF;
}
table.tabla td.precio {
	background-color:#666666;
	height:15px;
	font-weight:bold;
	color:#FFFFFF;
}
table.tabla tr.detalles {
	background-color:#e5e5e5;
	height:15px;
	color:#5e5e5e;
}
table.tabla tr.detalles2 {
	background-color:#f2f2f2;
	height:15px;
	color:#5e5e5e;
}
table.tabla tr.total {
	background-color:#7e7e7e;
	height:15px;
	font-weight:bold;
	color:#FFFFFF;
}
table.tablaGrid{
	background-color:#FFFFFF;
	border:solid 1px #ffffff;
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
}
table.tablaGrid th {
	background-color:#f2f2f2;
}
table.tablaGrid td {
	background-color:#f2f2f2;
	color:#5e5e5e;
}
