@charset "UTF-8";
/* CSS Document */

/* 
author - Dave Woods
date - 18/02/2008
file - reset.css
*/

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */


img {
	-ms-interpolation-mode: bicubic;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/degradado_gris.png");
	background-repeat: repeat-x;
	background-color: #eaeaea;
}
img, fieldset {
	border: 0;
}
body, select, textarea {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	color:#444;
}
h1, h2, h3, h4, h5, h6 {
	padding: 5px;
	padding-bottom: 0.2em;
	line-height: 1.1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: black;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p, .llamadoElecciones p {
	padding-bottom: 1.2em;
	margin: 5px;
	font-size:0.9em;
	line-height: 1.5em;
}
.llamadoElecciones p, .llamadoElecciones-2columnas p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
li {
	list-style:none;
}
/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */
#container {
	width:960px;
	margin: 0px auto;
	padding: 0 5px;
}
#header {
	width:960px;
	background-color: white;
}
#logo {
	height:90px;
	margin: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:white;
}
#sidebar {
	height:48px;
	width:720px;
	background-color:white;
	padding: 5px;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li a {
}
#content {
	background-color:white;
	padding: 5px;
	width: 950px;
}
.leftColumn {
	width:220px;
	float:left;
}
.rightColumn {
	width:220px;
	float:right;
}
#center {
	float:left;
	width:490px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	height:60px;
	text-align:center;
	padding:5px;
	background-color: #640934;
	color:white;
	font-weight: normal;
	width: 950px;
}
#footer ul {
}
#footer ul li {
}
.sumario {
	background-color: #e6e7e8;
	padding: 5px;
	margin-bottom: 10px;
	color: black;
	font-weight: normal;
}
.multimedia {
	background-color: #e6e7e8;
	color: #640934;
	font-weight: bold;
	height: 30px;
}
.bannerAutor {
	border-width: 1px;
	border-style: solid;
	width: 210px;
	padding: 5px;
	min-height: 56px;
	margin-bottom: -1px;
	background-color: white;
	border-color: #ccc;
}
.bannerAutor img {
	float: left;
	margin-right:5px;
}
.bannerAutor a {
	font-size:12px;
	color:#333;
	margin:2px 2px 2px 0px;
	margin-top:0px;
	font-weight: normal;
	height:32px;
	text-decoration: none;
}
.bannerAutor a:hover {
	text-decoration: underline;
}
.bannerAutor p {
	font-size:10px;
	color:#640934;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}
.clear {
	clear:both;
	margin-bottom: 10px;
	line-height: 0px;
}
.sombra {
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}
/* TABS */
.maintab {
	height:22px;
}
.maintab ul {
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-bottom:0;
	font-size: 10px;/* text-transform: uppercase; */
}
.maintab li {
	display: inline;
	margin: 0;
}
.tabcontent li {
	display: inline;
	margin: 0;
	font-size: 10px;
	font-weight: normal;/* text-transform: uppercase; */
}
.maintab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	background: url(../images/menu_normal.gif);
	color: #640934;
}
.tabcontent li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #640934;
}
.maintab li a:hover, .maintab li a.current {
	color: white;
	background-color: #676767;
	background-image: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #676767;
}
.tabcontent li a:hover, .tabcontent li a.current {
	color: white;
}
.maintab li a:active {
	color: black;
}
.tabcontainer li a:active {
	color: black;
}
.tabcontainer {
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent {
	display:none;
}
.tabcontent ul {
	height:16px;
	background: #676767;
	margin-top: 0px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
/* end tabs */

/* CINTILLOS */
.llamados-pequenos {
	float: left;
	width: 226px;
	padding: 7px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.llamados-pequenos img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.llamados-pequenos a {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.llamados-pequenos p {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cintillo-llamados {
	border-bottom: solid 2px #640934;
	color: black;
	font-style: oblique;
	font-size: 11px;
	margin-bottom: 5px;
}
.laSeccion {
	height:24px;
	background-color: #640934;
	padding-left:5px;
	line-height: 24px;
	color:#FFF;
	font-weight: bold;
	margin-bottom:5px;
	font-size: 12px;
}
.seccion-rosa {
	background-color: #c72038;
}

.elPartenon {
	height:24px;
	background-color: #e6e7e8;
	padding-left:5px;
	line-height: 24px;
	color: black;
	font-weight: bold;
	margin-bottom:5px;
	width: 217px;
	font-size: 12px;
}
.elContenido {
	padding:5px;
	border: 1px solid #ccc;
	margin-bottom:5px;
}
.elContenido img {
	float:right;
}
.elContenido ul li {
	margin: 5px;
	list-style-type: square;
	list-style-position: inside;
}
.llamadoIzquierdo, .llamadoDerecho {
	width:230px;
	min-height:80px;
	border: 1px solid #999;
	margin-top:10px;
	padding:5px;
}
.llamadoIzquierdo {
	float:left;
	clear:left;
}
.llamadoDerecho {
	float:right;
	clear:right;
}
.llamadoIzquierdo p, .llamadoDerecho p {
	font-size:0.8em;
	line-height: normal;
	margin-bottom: 0px;
}
.llamadoIzquierdo a, .llamadoDerecho a {
	font-weight:bold;
}
.llamadoIzquierdo img, .llamadoDerecho img {
	float:left;
	margin-right:5px;
}
#notapornota {
	margin: 0px;
	background-image: url(../images/notaxnota.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:45px;
}
.rojo {
	color:red;
}
dd, dt {
	margin-left:10px;
}
ul {
	margin-top:8px;
}
.llamados {
	font-size:.9em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.llamados p {
	font-weight:bold;
	font-size:1em;
	padding-bottom:0px;
	margin:0;
}
#center .llamados ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:5px;
}
#center .llamados a {
	font-weight: bold;
}
.llamados a, .llamadoDerecho a, .llamadoIzquierdo a, .elContenido a {
	color: black;
	text-decoration: none;
}
.llamados a:hover, .llamadoDerecho a:hover, .llamadoIzquierdo a:hover, .elContenido a:hover {
	text-decoration: underline;
}
#galeria {
	position: relative; /*keep this intact*/
	visibility: hidden;
}
#galeria .gallerydesctext {
	text-align: left;
	padding: 2px 5px;
}
#pieFoto {
	height:50px;
	margin-right:5px;
}
#galeriaHeader {
	text-align:center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height:28px;
}
/* BANNERS SUPERIORES */
/* BANNERS SUPERIORES */
/* BANNERS SUPERIORES */
/* BANNERS SUPERIORES */
#bannerSuperiorIzquierdo {
	height:72px;
	width:260px;
	float:left;
	margin:6px;
}
#bannerSuperiorCentro {
	height:72px;
	width:398px;
	float:left;
	background-color:#03C;
	margin:6px;
}
#bannerSuperiorDerecho {
	height:72px;
	width:260px;
	float:right;
	margin:6px;
}
#bannerBroncos {
	width:220px;
	height:410px;
	background:url(../images/broncosLargo.jpg);
}
#bannerBroncosCorto {
	height:370px;
	width:220px;
	background:url(../images/broncosCorto.jpg);
}
#bannerBroncos p, #bannerBroncosCorto p {
	color:white;
	text-align:center;
	margin:0;
	padding:0;
	padding-right:5px;
	padding-left:5px;
}
.fotoBroncos {
	text-align: center;
}
#llamadoSuperior {
	width:402px;
	height:70px;
	background-color:white;
	float:left;
	border: 1px solid #999;
}
#llamadoSuperior a {
	font-weight:bold;
	color: black;
	text-decoration: none;
}
#llamadoSuperior a:hover {
	text-decoration:underline;
}
#informacion {
	height:20px;
	width:400px;
	float:right;
	margin-top:5px;
}
#informacion img {
	float:left;
}
#informacion ul {
	display:inline;
	height:15px;
	font-size: 10px;
	line-height:20px;
}
#informacion ul li {
	float:right;
	background-image:url(../images/informacion_fondo2.png);
	background-repeat: repeat-x;
	height:20px;
	margin-left:10px;
	padding-right:5px;
}
#informacion ul li a {
	text-decoration:none;
	margin:0;
	color:#640934;
}
#informacion ul li a:hover {
	text-decoration:underline;
}
.cintilloHeader {
	background-color:white;
}
#buscador {
	background-color:white;
	height:48px;
	padding:5px;
	width:220px;
	float:left;
}
#search {
	height: 48px;
	margin: 0;
	background-image:url(../images/informacion_fondo.png);
	background-repeat: repeat-x;
}
#search-input {
	width: 145px;
	height: 24px;
	border: 0;
	margin-top:15px;
	padding-left:3px;
	margin-left: 5px;
}
#search-input, #search-submit {
	font-size: 10px;
	line-height:16px;
}
#search-input {
	height:18px;
}
#search-submit {
	width: 60px;
	height: 20px;
	color:#640934;
	border: 0;
	background-image:url(../images/fondo_buscador.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: hand;
	padding-left:20px;
}
#fecha {
	position:relative;
	left: 5px;
	top: 35px;
	width: 180px;
}
.textoLlamados {
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	height:40px;
}
#clock {
	float: left;
	height:20px;
	margin-top:4px;
	color: white;
}
#llamadosExtras {
	padding-top:10px;
	clear: both;
}
/*** set the width and height to match your images **/

.slideshow {
	position: relative;
	background: #fafafa;
	width: 468px;
	height: 394px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-left: 4px;
}
.slideshow img {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 10;
	background: #fff;
}
ul.recentlist {
	position: absolute;
	bottom: 12px;
	right: 4px;
	list-style: none;
	z-index: 20;
}
ul.recentlist li {
	display: inline;
}
ul.recentlist li a, ul.recentlist li a:visited {
	display: block;
	float: left;
	background: #e6e7e8;
	padding: 4px 8px;
	margin-right: 1px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
ul.recentlist li a:hover, ul.recentlist li a:visited:hover {
	background: #666;
	color: #fff;
}
ul.recentlist li a.current {
	background: #f00;
	color: #fff;
}
#publicidadIzquierda {
	padding:9px;
	border: 1px solid #999;
	padding-bottom:0px;
}

#publicidadIzquierda img, .llamadoElecciones img {
	margin-bottom:5px;
}

#elecciones {
	width: 950px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 100px;
	padding: 5px;
}
.marco {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.marco-derecho {
	border-right: solid 1px #cccccc;
	overflow: hidden;
}

#elecciones p {
	font-size: 11px;
	margin-top: 0px;
}
.sumario-elecciones {
	font-weight: bold;
}
.una-columna-elecciones, .una-columna-elecciones-central, .dos-columnas-elecciones {
	float: left;
	padding: 5px;
}
.una-columna-elecciones {
	width: 200px;
	min-height: 100px;
}
.una-columna-elecciones-central {
	width: 245px;
	min-height: 100px;
}
.izquierda {
	float: left;
}
.derecha {
	float: right;
}
.dos-columnas-elecciones {
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-left-width: 1px;
	width: 515px;
	min-height: 100px;
	overflow: hidden;
}
.llamadoElecciones {
	width: 230px;
	float: left;
	margin: 5px;
}
.llamados-elecciones {
	width: 950px;
	margin: 5px;
}
.llamados-elecciones .llamados ul {
	width: 230px;
	float: left;
	margin: 3px;
}

.llamadoEleccionesPrincipal img, .llamadoElecciones-2columnas img {
	float: left;
	margin-right: 10px;
}
.llamadoEleccionesPrincipal {
	width: 950px;
	margin: 5px;
	clear: both;
}
.llamadoElecciones-2columnas {
	width: 470px;
	float: left;
	margin: 5px;
}

.llamadoElecciones a, .llamadoEleccionesPrincipal a, .llamadoElecciones-2columnas a, .llamados-elecciones a {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #640934;
	margin: -5px 2px 5px 2px;
	padding-bottom: 5px;
}
.llamadoEleccionesPrincipal a {
	font-size: 24px;
	line-height: 26px;
}

.llamadoElecciones a:hover, .llamadoEleccionesPrincipal a:hover, .llamadoElecciones-2columnas a:hover, .llamados-elecciones a:hover {
	text-decoration: underline;
}

#resultados {
	background-color: white;	
}
.preliminares {
	width: 316px;
	height: 260px;
	float: left;
	text-align: center;
	font-size: 11px;
	overflow: visible;
}
table {	
	text-align: center;
	margin: 0 auto;
	width: 350px;
}
tr {
	text-align: center;
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc; 
}
td p {
	margin-top: 0px;
	color: #640934;
}
td span {
	color: #640934;
	font-size: 46px;
}
.resultado {
	text-align: center;
	background-color: white;
	clear: both;
	overflow: hidden;
}

table img {
	float: none;
	text-align: center;
}

.slim {
	width: 80px;
}

.hover {
	background-color: #eee;
}

.invertido {
	background-color: #640934;
	vertical-align: middle;
}
.invertido p, .invertido span {	
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cintillo-gris {
	background-color: #e6e7e8;
	width: 100%;
	height: 80px;
}
.multimedia ul {
	height: 22px;
}
.multimedia ul li {
	list-style-type: none;
	float: left;
	height: 22px;
}
.multimedia ul li a {
	color: #640934;
	text-decoration: none;
}
.multimedia ul li a:hover {
	color: #c72038;
	text-decoration: none;
}
.multimedia ul li.audio, .multimedia ul li.video, .multimedia ul li.texto {
	background-repeat: no-repeat;
	padding-left: 21px;
	height: 22px;
	line-height: 18px;
	margin-right: 10px;
}

.multimedia ul li.audio {
	background-image: url("../images/icono-audio.png");
}
.multimedia ul li.video {
	background-image: url("../images/icono-video.png");
}
.multimedia ul li.texto {
	background-image: url("../images/icono-texto.png");
}
.fondo-gris {
	background-color: #e6e7e8;
}
.fondo-blanco {
	background-color: white;
}
#navbar {
	height: 58px;
	background-color: black;
}
.cintillo-partidos {
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	text-shadow: 1px 1px 1px black;
	background-position: right;
	background-image: url(../images/fondo-elecciones-2010.jpg);
	height:29px;
	line-height: 14px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.cintillo-emergencia {
	padding-left:5px;
	padding-right: 2px;
	text-align: left;
	text-shadow: 1px 1px 1px black;
	background-position: right;
	background-image: url(../images/emergencia-tamaulipas.png);
	height:34px;
	line-height: 32px;
	color: yellow;
	font-weight: bold;
	font-size: 14px;
}
.cintillo-partidos-largo {
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	text-shadow: 1px 1px 1px black;
	background-position: right;
	background-image: url(../images/fondo-elecciones-2010-largo.jpg);
	height:29px;
	line-height: 14px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.tamano-lados {
	width: 196px;
}
.tamano-2-columnas {
	width: 511px;
}

.cintillo-partidos img {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 {
	font-weight: normal;
}
h4 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
h4 a {
	text-decoration: none;
	color: black;
}
h4 a:hover {
	text-decoration: underline;
}
.abajo {
  position: relative;
}
img.rightbottom{
  position: absolute;
  bottom: 0;
  right: 0;
}
#politicos {
	margin-left: 156px;
}