/*========================= STYLES TEMPLATES / MAYO 2005 ====================================*/


/* -------------------- ESTILOS DE CONTORNO Y FONDO DE LAS TABLA GENERAL -------------------*/


/* FONDO DE LA PANTALLA */
.bgtotal {

	background-color: #FFFFCC;
}

/* BORDES LATERALES-IZQUIERDO + DERECHO */
.bordes-lat {
	border-left:  1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFFFCC;



}


/* -------------------- ESTILOS DEL H1 -------------------*/

/* FONDO DEL H1 */
.bgH1 {
	background-color: #CC0000;
	background-position: left center;



}

/* H1 */
h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 3px;
	background-position: left center;
	font-weight: bold;


}



/* -------------------- ESTILOS DEL TOP -------------------*/

/* FONDO DE LA CELDA QUE CONTIENE EL BANNER LEADER-BOARD 720X90 */
.bg-leaderboard {
	padding:5px;
	background-image: url(images/Top760x100.jpg);

	
	
}

/* FONDO DEL TOP EN DONDE SE INSERTA LA IMAGEN */
.bgtop {
	background-image: url(images/top_ruletafrancesa_730x90.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;




}

/* FONDO Y BORDES DE LA BARRA DE OPCIONES DEL TOP */
.soporte-menu-top{
	border-top:    1px solid #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}

/* ESTILOS DE VINCULOS DE LOS FAVORITOS + PÁGINA DE INICIO */
.menu_favoritos{
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #FFFFFF;
	background-color: #993399;
	background-position: center center;
	text-align: center;


}
.favoritos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
	}
a.favoritos:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}
a.favoritos:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}
a.favoritos:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}
a.favoritos:hover {
	text-decoration: none;
	color: #FFCC00;
	font-weight: normal;
}

/* ESTILOS DE VINCULOS DE LAS OPCIONES DEL TOP +  CLOSE DEL POPUP */
.sitios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
a.sitios:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
a.sitios:link {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
a.sitios:visited {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
a.sitios:hover {
	text-decoration: none;
	color: #FF3300;
	font-weight: normal;
}

/* FONDO DE LA CELDA DE LAS OPCIONES DEL TOP - NORMAL */
.clasemenuctop {
	text-align: center;
	vertical-align: middle;
	background-color: #993399;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #000000;
	background-image: url(images/fondomenuh.jpg);


}

/* FONDO DE LA CELDA DE LAS OPCIONES DEL TOP - OVER */
.clasemenuotop {
	text-align: center;
	vertical-align: middle;
	background-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #000000;
	font-size: 11px;




}

/* -------- FONDOS DE LAS 3 COLUMNAS VERTICALES - ( MENU / MIDDLE / BANNER y TOPSITES) --------*/

/* FONDO DE LA COLUMNA DEL MENU */
.bg-columna-left {
	background-color: #FD7E02;
}

/* FONDO DE LA COLUMNA DEL MIDDLE */
.bg-columna-middle {
	background-color: #FF6D00;
}
/* ESPACIO QUE CORRESPONDE A LA ALTURA ENTRE LAS CAJAS DE LA COLUMNA IZQ */
.espacio-entre-cajas {
	height: 4px;
}


/* -------------------- ESTILOS DE LA COLUMNA IZQUIERDA (MENU PRINCIPAL) -------------------*/

/*FONDO Y BORDE DEL MENU PRINCIPAL*/
.basemenu {
	
	border-bottom: 1px solid #FFFFFF;
	border-right:  solid;	
	border-left:   solid;
	background-color: #FFFFCC;
}

/* TITULO DEL MENU PRINCIPAL*/ 
.titulomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right:  0px #5D0004;
	border-left:   0px #C95454;
	background-color: #CC0000;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(images/fondomenuh.jpg);
	padding-left: 10px;




}
/* FONDO DE LA CELDA DEL MENU PRINCIPAL - COMUN */
.clasemenuc {
	text-align: left;
	vertical-align: middle;
	border-bottom:1px solid #000000;
	background-color: #CC0000;
	padding-left: 3px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;



}
/* FONDO DE LA CELDA DEL MENU PRINCIPAL - OVER */
.clasemenuo {
	text-align: left;
	vertical-align: middle;
	border-bottom:1px solid #003300;
	background-color: #FF0000;
	padding-left: 3px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;



}

/* HIPERVINCULOS DEL MENU PRINCIPAL */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	color: #FFFFFF;

}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


/* -------------------- ESTILOS DEL MIDDLE (NOTICIAS) -------------------*/

/* BORDE DE LA TABLA DE LAS NOTICIAS */ 
.borde-tabla-centro {
	background-color: #FFFFCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;

}

/* TITULO Y FONDO DE LAS CAJAS DEL CENTRO */ 
.titulocentral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: normal;
	padding-left: 10px;
	background-color: #CC9900;


}

/* SUBTITULO Y FONDO DE LAS CAJAS DEL CENTRO */ 
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-transform: normal;
	padding-left: 15px;
	background-color: #F9DF49;
}

/* CUERPO DE TEXTO DEL CENTRO */
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #321900;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

/* TEXTO DE LAS NOTICIAS (PADDING)*/
.celda-noticia {
	padding: 0px 4px 6px 8px;
}

/* COLOR DE FONDO DE LOS CUADROS DEL CENTRO (PADDING)*/
.celda-central {
	padding: 5px;
	color: #990000;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* HIPERVINCULOS GENERICOS */

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#CC0000;
	font-weight:bold;
	
	
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #CC0000;
	font-weight:bold;
	


}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #CC0000;
	font-weight:bold;
	

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FF6600;
	font-weight:bold;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;


}
.bgH2 {
	background-color: #CC0000;
	background-position: center center;
	background-image: url(images/fondomenuh.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;




}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: center center;
	padding-left: 15px;
	vertical-align: middle;
	text-align: center;


}
.bgH3 {
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	height: 20px;
	background-position: center center;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;





}
.bordeCentral {
	border: 1px solid #00FF00;
}
.fondoMenu {
	background-color: #CC0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;


}
.bordePie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.clasemenuctop2 {

	text-align: center;
	vertical-align: middle;
	background-color: #336633;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #000000;
}
.soporte-menu-top2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.zonaLinks {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 5px;
	padding: 5px;

}
.linkInterno {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a.linkInterno:link {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a.linkInterno:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.linkInterno:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.linkInterno:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.linkInternoPages {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.linkInternoPages:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a.linkInternoPages:hover {
	color: #FF3300;
	text-decoration: underline;
	font-size: 12px;

}
a.linkInternoPages:visited {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;

}
a.linkInternoPages:active {
	color: #990000;
	text-decoration: underline;
}
.bgBuscar {

	padding: 5px;
	color: #990000;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
