/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body
{
	background: url(../images/body-bg.jpg) repeat-y center;
}

form {
	margin: 0;
	padding: 0;
}
.oculto
{
	display: none;
}

.visible
{
	display: block;
}

.columna-derecha
{
	background: #F1F1F1;
}

.borde-rojo
{
	border: 1px solid #AF0917;
	padding: 2px;
}

.borde-gris
{
	border: 1px solid #DEDEDE;
}

.separador
{
	border-bottom: 1px dashed #DEDEDE;
}

.texto {
	font-size: 12px;
	color: #000000;
}

.nota-copete {
	font-size: 15px;
	color: #000000;
}

.texto-rojo, texto-rojo a {
	font-size: 12px;
	color: #AF0917;
	text-decoration: none;
}
.encabezado-texto, .encabezado-texto a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.encabezado-texto-rojo, .encabezado-texto-rojo a {
	font-size: 11px;
	color: #AF0917;
	text-decoration: none;
}

.pie-texto {
	font-size: 10px;
	font-weight: bold;
	color: #C34651;
}
.nota-titulo-1-rojo, .nota-titulo-1-rojo a {
	font-size: 20px;
	color: #AF0917;
	font-weight: bold;
	text-decoration: none;
}


.nota-titulo-1, .nota-titulo-1 a {
	font-size: 18px;
	color: #58585A;
	font-weight: bold;
	text-decoration: none;
}

.nota-titulo-2, .nota-titulo-2 a {
	font-size: 16px;
	color: #58585A;
	font-weight: bold;
	text-decoration: none;
}

.nota-volanta, .nota-volanta a {
	font-size: 14px;
	color: #C34651;
	text-decoration: none;
}

.menu {
/*	font-family:"Helvetica Condensed";
*/	font-family: Arial, Verdana,  sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 15px;
}

.menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: none;
	color: #DEDEDE;
}

td.activado {
	background: url(../images/menu-bg-active.jpg);
/*	font-family:"Helvetica Condensed", ;
*/	font-family: Arial, Verdana,  sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}

td.activado a {
	color: #FFFFFF;
	text-decoration: none;

}

.submenu, .submenu a {
/*	font-family: Helvetica Condensed, "Helvetica", sans-serif;
	font-size: 13px;
*/	color: #333333;
	font-size: 11px;
	padding: 0 5px;
	text-decoration: none;
	padding: 0 5px;
/*	font-weight: bold;
*/	
}

.submenu a:hover
{
	color:#000000;
	text-decoration: underline;
}

.borde-zocalo
{
	border-top: 1px solid #AF0917;
}

.form-textbox
{
	border: 1px solid #C6C6C6;
	background:url(../images/textbox-bg.jpg);
	height: 17px;
	font-size: 12px;
}

.ranking-titulo, .ranking-titulo a
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
 .ranking-titulo a:hover
{
	text-decoration: underline;
}

.multimedia-descripcion-bg {
	border: 1px solid #AF0917;
	padding: 2px;
}

.opacidad{
	filter:alpha(opacity=30);
	*filter:alpha(opacity=50);
	filter/*\**/:alpha(opacity=50)\9;
	opacity: .7;
	
}
.opacidad:hover{
	filter:alpha(opacity=100);
	opacity: 1;	
}
