@charset "utf-8";

/******** Principal de Pagina *********/
*{
	margin:0;
	padding:0;	
	text-decoration:none;
	color:#767676;
}
img{
	border:none;
}
a {
	outline: none;
}
body {
	background-image: url(../img/template/fondoVert.png);
	background-position: center 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#Header {
	clear: both;
	background-image: url(../img/template/topPage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 147px;
	width: 100%;
	margin-left: -1px;
}
/********* Seccion del Menu ****************/
#Menu{
	width:974px;
	height:49px;
	margin:0 auto;
	position:relative;
	margin-top: -22px;
}

#Menu li{
	height: 49px;	
	position:absolute;
	display:block; 
	list-style: none;	
	background: url(../img/template/menu.png) 7px 0px no-repeat;	
}
#Menu a{
	height:49px; 
	display: block;
}
/* Inicio */
#Menu #MenInicio{
	width: 34px; 
	left: 0px;
}
#Menu #MenInicio a:hover{background: url(../img/template/menu.png) 7px -49px no-repeat scroll;}
#Menu #MenInicio a:active{background: url(../img/template/menu.png) 7px -49px no-repeat scroll;}
/* Ferias */
#Menu #MenGalerias{
	width:106px; 
	left: 34px;
	background-position:-27px -0px;
}
#Menu #MenGalerias a:hover{background: url(../img/template/menu.png) -27px -49px no-repeat scroll;}
#Menu #MenGalerias a:active{background: url(../img/template/menu.png) -27px -49px no-repeat scroll;}
/* WeyTV */
#Menu #MenWeyTV{
	width:117px; 
	left: 140px;
	background-position:-133px -0px;
}
#Menu #MenWeyTV a:hover{background: url(../img/template/menu.png) -133px -49px no-repeat scroll;}
#Menu #MenWeyTV a:active{background: url(../img/template/menu.png) -133px -49px no-repeat scroll;}
/* MenWeyAwards */
#Menu #MenWeyAwards{
	width:126px; 
	left: 256px;
	background-position:-249px -0px;
}
#Menu #MenWeyAwards a:hover{background: url(../img/template/menu.png) -249px -49px no-repeat scroll;}
#Menu #MenWeyAwards a:active{background: url(../img/template/menu.png) -249px -49px no-repeat scroll;}
/* MenContacto */
#Menu #MenContacto{
	width:114px; 
	left: 381px;
	background-position:-374px -0px;
}
#Menu #MenContacto a:hover{background: url(../img/template/menu.png) -374px -49px no-repeat scroll;}
#Menu #MenContacto a:active{background: url(../img/template/menu.png) -374px -49px no-repeat scroll;}
/* MenSeparador */
#Menu #MenSeparador{
	width:420px;
	left:495px;
	background-position: -488px -0px;
}
/* MenLogin */
#Menu #MenLogin{
	width:26px; 
	left: 915px;
	background-position:-908px -0px;
}
#Menu #MenLogin a:hover{background: url(../img/template/menu.png) -908px -49px no-repeat scroll;}
#Menu #MenLogin a:active{background: url(../img/template/menu.png) -908px -49px no-repeat scroll;}
/* MenBusqueda */
#Menu #MenBusqueda{
	width:26px; 
	left: 941px;
	background-position:-934px -0px;
}
#Menu #MenBusqueda a:hover{background: url(../img/template/menu.png) -934px -49px no-repeat scroll;}
#Menu #MenBusqueda a:active{background: url(../img/template/menu.png) -934px -49px no-repeat scroll;}

/*********************** Seccion de SUBMENUS ***********************/
/* Formato de Menu */
#Ubica {
	margin: 0 auto;
	position: relative;
	width: 955px;
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	height: 18px;
	padding-left: 5px;
	padding-top: 4px;
	border-bottom: solid 2px #FF3300;
}
.subMenu {
	position: absolute;
	width: 955px;
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	height: 18px;
	padding-left: 5px;
	padding-top: 4px;
	border-bottom: solid 2px #FF3300;
	top: 174px;
	visibility: hidden;
	z-index: 2;
}
.subMenu a:hover{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../img/template/flechaSM.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
/* Final de los Submenus */
/*********************** Finaliza la seccion del Menu **************************/

/*********************** Inicia el cuerpo de la pagina *************************/
#Top {
	margin: 0 auto;
	position: relative;
	width: 974px;
	height: 31px;
}
#Cuerpo {
	margin:0 auto;
	position: relative;
	width:974px;
}
#Contenido{
	clear:both;
	width:974px;	
	background-repeat: repeat-y;
	background-position:0 0;
	margin:0 auto;
	padding: 0px;
	text-align: center;
}
[id]#Contenido{
	background-image:url(../img/template/bgCuerpo.png);
}
#Informacion{
	width:950px;
}
#pre-bot{
	clear:both;
	height:40px;
}
#Bottom{
	clear: both;
	margin: 0 auto;
	height: 131px;
	width: 974px;
}
/*[id]#Bottom{
	background-image:url(../img/template/btnPage.png);
}*/
/*********************** Barras laterales **************************************/
#Barras{
	margin:0 auto;
	width:930px;
	text-align: center;
}
#BarraIzq{
	float: left;
	width: 167px;
	background-color: #08080a;
}
#BarraDer{
	float: right;
	width: 167px;
	background-color: #08080a;
}
#BarraCont{
	float: left;
	width: 547px;
	margin-left: 25px;
}
#BarraLat{
	width: 172px;
}
/********************************* Banners y otros *********************************/
/* Eventos */
#Eventos{
	background-image: url(../img/template/tit/Eventos.png);
	width: 167px;
	height: 27px;
}
#slideEventos{
	background-color: #000000;
}
/* Links para votacion */
.VotacionLinks a{
	color:#FF0000;
	font-weight:normal;
	font-size: 10px;
}
.VotacionLinks a:hover{
	color:#990000;
	font-weight:bold;
	font-size: 10px;
}
/* Anuncios hecho para BigBand */
#Avisos{
	background-image: url(../img/template/tit/Avisos.png);
	width: 167px;
	height: 27px;
}
/* Posiciones */
#Posiciones{
	background-image: url(../img/template/tit/Posiciones.png);
	width: 167px;
	height: 27px;
}
.BB-Banda{
	color: #FFFFFF;
	font-size:12px;
	font-weight: bold;
}
.BB-Universidad{
	color: #FFFFFF;
	font-size:10px;
}
.BB-Integrantes{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.BB-Nombres{
	color: #FFFFFF;
	font-size: 10px;
}
/********************* Finaliza BigBand *************************/
/* Quiniela */
#Quiniela{
	background-image: url(../img/template/tit/Quiniela.png);
	width: 167px;
	height: 27px;
}
/* Seccion de Banners Verticales */
#Patro{
	background-image: url(../img/template/tit/patrocinadores.png);
	width: 167px;
	height: 27px;
}
#btnTitPat{
	background-image: url(../img/template/tit/btnTit.png);
	width: 167px;
	height: 27px;
}
/* Seccion para busqueda y login */
#DivBuscador {
	position: absolute;
	width: 150px;
	top: 450px;
}
#Buscador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Buscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	height: 14px;
	width: 150px;
	border: solid 1px #FFFFFF;
}
#Busca {
	position: absolute;
	width: 14px;
	border: none;
	top: 450px;
}
#Login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#Usuario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	height: 14px;
	width: 100px;
	border: solid 1px #666666;
	margin-top: 26px;
	margin-left: 197px;
	vertical-align: middle;
	background: url(../img/template/userBG.jpg) no-repeat right #FFFFFF;
}
#Clave {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	height: 14px;
	width: 100px;
	margin-top: 26px;
	border: solid 1px #666666;
	margin-left: 5px;
	vertical-align: middle;
	background: url(../img/template/passBG.jpg) no-repeat right #FFFFFF;
}
#BienUser{
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 14px;
	width: 400px;
	margin-top: 27px;
	margin-left: 12px;
	text-align: center;
}
#RegRecUsu {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 17px;
	width: 164px;
	position: absolute;
	top: 170px;
	left: 800px;
	border: solid 0px #666666;
	border-top: 0px;
	z-index: 3;
	background-image: url(../img/template/bgRegRecUs.jpg);
	background-repeat: no-repeat;
}
#RegRecUsu a{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#RegRecUsu a:hover{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
/* Seccion de Banners Horizontales */
#PatroCent{
	background-image: url(../img/template/tit/centBanner.png);
	width: 547px;
	height: 27px;
}
#PatroBtnCent{
	background-image: url(../img/template/tit/centBtnBanner.png);
	width: 547px;
	height: 27px;
}
#PatroBtnCentBuscar{
	position: relative;
	background-image: url(../img/template/tit/centBtnBannerBuscar.png);
	width: 547px;
	height: 55px;
}
#bannerHorizontal{
	background-color: #08080a;
	width: 547px;
	text-align: center;
}
/* Seccion para las noticias */
#ListarNot { /* Listado de noicias en Administrador */
	position:absolute;
	top: 100px;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	background-color: #FFFFFF;
}
.Error {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TituloNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C70A0;
	border-bottom-color:#FF6600;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.FechaNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #3C70A0;
	text-align: right;
}
.Noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
}
.NavegaPaginasNoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.PaginaSeleccionada {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.textoFiltro{
	color: #000000;
	font-size: 9px;
	text-align: left;
}
/***************** Activar Cuenta ********************/
#ActivaCuenta {
	background-color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right:auto;
}
/* Contact Form */
#cssForm {
	margin-left: 0px;
}
.Form p {
	width: 390px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	text-align: left;
}
.Form label {
	font-size: 10px;
	float: left;
	margin-left: -90px; /*width of left column*/
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.Form input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.Form textarea {
	width: 250px;
	height: 150px;
}
* html .threepxfix {
	margin-left: 3px;
}
/***************** HighSlide *************************/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

