@charset "utf-8";


body,td,th {
	font-family: tahoma, Arial, Verdana;
	font-size: 11px;	
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}


.Tipoblanca {
	font-family: tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.colorvignetas {
	color: #FF0000;
}
.bold {
	font-weight: bold;
	color: #000000;
}
.links_especiales {
	color: #000000;
	text-decoration: underline;
}
.tipo_blanca_sin_efectos {
	color: #FFFFFF;
	text-decoration: none;
}
.tipo_roja_sin_efectos {
	color: #FF0000;
	text-decoration: none;
}
.campos_form_gris {
	background-color: #FFFFFF;
	font-family: tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.Tipo_standar {
	font-family: tahoma, Arial, Verdana;
	font-size: 11px;
}
.tipo_gris {
	font-family: tahoma, Arial, Verdana;
	font-size: 11px;
	color: #999999;
}
.titulo_novedades {
	font-family: tahoma, Arial, Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.titulos_secciones {
	font-family: tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.titulos_secciones_out {
	font-family: tahoma, Arial, Verdana;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.titulos_secciones_vigneta {
	font-family: tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.descripciones {
	font-family: tahoma, Arial, Verdana;
	font-size: 10px;
	color: #666666;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 2px;
	list-style: 1;
	margin: 0;
	padding: 0;
}
.hidden {
	visibility: hidden;
	z-index: auto;
}
