body {
	font-family: Tahoma;
	font-size: 10px;

}
td
{
	font-family:Verdana;
	font-size:9px;
}
input
{
	font-family:Verdana;
	font-size:9px;
}
select
{
	font-family:Verdana;
	font-size:9px;
}
textarea
{
	font-family:Verdana;
	font-size:9px;
}

.titulo2
{
	background-color:#BA2527;
	color:white;
	font-weight:bold;
}
.titulo
{
	background-image: url(images/fondo_titulo.jpg);
	color:white;
	font-weight:bold;
}
.subtitulo
{
	background-image: url(images/fondo_subtitulo.jpg);
	color:white;
	font-weight:bold;
	background-color:blue;
}
.subsubtitulo
{
	background-image: url(images/fondo_subsubtitulo.jpg);
	color:white;
	font-weight:bold;
	background-color:blue;
}
.coleccion
{
	background-color: #CCCCCC;
	font-weight:bold;
}
.item
{
	background-color: white;
}
.detalle {
	background-color: #E8E8E8;
	color: #000000;
	font-weight: normal;
}
.subtitulo2
{
	background-color: #CA5C5F;
	color:white;
	font-weight:bold;
}
.subsubtitulo2
{
	border-bottom: 1px solid #E03030;
	border-top: 1px solid #E03030;
	background-color: #ED8989;
	color:#000000;
	font-weight:normal;
}
.datos
{
	font-weight:normal;
	size:10px;
}
.datos_gris
{
	background-color: #8D8D8D;
	color:white;
	font-weight:bold;
}
a:link { color: #CC0000; text-decoration: none;  font-size: 9px;}
a:visited { color: #CC0000; text-decoration: none;  font-size: 9px;}
a:hover { color: #CC0000; text-decoration: none;  font-size: 9px; text-decoration:underline;}
a:active { color: #CCAAAA; text-decoration: none;  font-size: 9px;}

