/* Documento CSS*/

body {
	text-align: center;
	background:#000;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 0px;
}


A:link {text-decoration:none;color:#fff;font-weight : bold;}
A:visited {text-decoration:none;color:#fff;font-weight : bold; }
A:active {text-decoration:none;color:#ccc;font-weight : bold; }
A:hover {text-decoration:none;color:#000;font-weight : bold; background:#ffffff }


#td {
text-align:justify;
}


#titulo {
	height:90px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
}


h1 {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}


h2 {
	color:#fff;
	font-size:12px;
	text-transform:inherit;
	text-indent:10px;
	text-align: justify;
	}
	
	
h3 {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-indent:10px;
	text-align: justify;
	}
	
	
h5 {
	color:#fff;
	font-size:12px;
	text-transform:lowercase;
	:20px;
	text-indent:10px;
	text-align: justify;
	}
h5:first-letter {
	text-transform:uppercase;
	font-weight:bold;
}



p { font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;
	text-align: justify;
}


.noticia_prioritaria {
	color: #99ff00;
}




#contenedor {
	margin: 0 auto;
	text-align: center; 
	float:center;
	width:753px;
}




#cabecera {
	width:753px;
	height:200px;
	background:#A5E3F7;
}


#barra_favoritos {
	width:753px;
	background-image:url(Imagenes/fondobarra.jpg);
	height: 18px;
}


#barra_en_vivo {
	background-color:#fff;
	background-image:url(Imagenes/fondoinfo.jpg);
	font-size:10px;
	width:733px;
	color:#FFF;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	border-bottom:solid 2px #00baff;
	border-top:solid 1px #00baff;
	text-align:left;
}


#reloj {
	float:left;
	width:200px;
	height: 18px;
}


#fecha {
	color:#000;
	float:right;
	padding:3px 20px 0px 0px;
	width:240px;
	height: 16px;
}


#inicio {
	width:auto;
	text-align: left;
	height: 16px;
	float: left;
	padding-top: 3px;
}


#menu {
padding:5px 5px 10px 5px;
background : #000;
float: left;
text-align: center;
}


.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:160px;
padding:2px;
text-align:center;
font-weight:bold;
border:2px solid #ffffff;
text-transform:uppercase;
}


.menutitle_foro{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:160px;
padding:2px;
text-align:center;
font-weight:bold;
border:2px solid #ffffff;
text-transform:uppercase;
}


.submenu{
width:160px;
margin-bottom: 0.5em;
text-align:left;
font-weight:bold;
color:#fff;
text-transform:capitalize;
}


#margen_izquierdo {
	width:150px;
	background:#fff;
	float:left;
	padding:10px 5px 10px 5px;
	margin:0px 0px 5px 5px;
	text-align:left;
	color: #000;
}


#info {
	color:#fff;
	width:545px;
	min-height:650px;
	float:right;
	padding:0px 8px 10px 0px;
	margin:0px 5px 5px 0px;
	text-align:justify;
}


#cuerpo {
	width:753px;
	background-color:#000;
	background-image:url(Imagenes/fondoinfo.jpg);
}


#pie {
	color:#ccc
	height:117px
	width:553px
	padding-top:0px
	background:#fff
	background-image:url(Imagenes/pie.jpg)
	padding-right: 200px
}


#datos_del_web {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	float:center;
}


#campo_Id {
	width:0;
	heigh:0;
	overflow:hidden;
	position:absolute;
	left:-1000em;
}


	.pollTitle   {
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
	text-align: center;
	background-color: #9ADF34;
	height: 50px;
}
	.pollOptions {
	color: #fff;
	font-family: Verdana;
	font-size: 15px;
	background-color: #666;
}
	.pollPercent {background-color: #666; color: #FFF; font-family: Verdana; font-size: 15px; text-align: center;}
	.pollBar     {background-image: URL(imagenes/bar.jpg); font-size: 2px;}
 	.pollBorder  {background-color: #fff;}
 	.pollWhite   {background-color: #666;}	
