@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;
}
img, fieldset {
	border: 0;
}
body, select, textarea {
	font-size: 0.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.2;
	color:#444;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	margin-left:5px;
}
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-family:Verdana, Geneva, sans-serif;
	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 ~~~~~~~~~~ */
body {
	background-color:#FFF;
}
#container {
	width:960px;
	margin: 0px auto;
	background-color:#640934;
	padding: 0 5px;
}
#header {
	height:114px;
}
#logo {
	height:90px;
	margin: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:white;
}
#sidebar {
	height:48px;
	width:720px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	background-color:white;
	padding: 5px;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
}
#sidebar ul li a {
}
#content {
	background-color:white;
	padding: 5px;
}
.leftColumn {
	width:220px;
	float:left;
}
#center {
	float:left;
	width:490px;
	padding-left: 10px;
	padding-right: 10px;
}
.rightColumn {
	width:220px;
	float:right;
}
#footer {
	height:60px;
	text-align:center;
	padding:5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	background-color: #640934;
	color:white;
	font-weight: normal;
}
#footer ul {
}
#footer ul li {
}
.bannerAutor {
	width:210px;
	padding:5px;
	min-height:56px;
	margin-bottom:6px;
	background-color:#ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.bannerAutor img {
	float: left;
	margin-right:5px;
}
.bannerAutor a {
	font-size:14px;
	color:#640934;
	font-style: italic;
	margin:2px;
	margin-top:0px;
	font-weight: normal;
	height:32px;
	text-decoration: none;
}
.bannerAutor a:hover {
	text-decoration: underline;
}
.bannerAutor p {
	font-size:12px;
	color:#333;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
}
.clear {
	clear:both;
}
/* 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-family: Verdana, Geneva, sans-serif;
	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 */

.laSeccion {
	height:24px;
	background-color: #640934;
	padding-left:5px;
	line-height: 24px;
	color:#FFF;
	font-weight: bold;
	margin-bottom:5px;
}
.elContenido {
	padding:5px;
	border: thin solid #999;
	margin-bottom:5px;
}
.elContenido img {
	float:right;
}
.elContenido ul li {
	margin: 5px;
	list-style-type: square;
	list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	font-weight: bold;
}
.llamadoIzquierdo, .llamadoDerecho {
	width:230px;
	min-height:80px;
	border: thin 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: thin;
	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: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:5px;
}
#center .llamados a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.llamados a, .llamadoDerecho a, .llamadoIzquierdo a, .elContenido a {
	color:#666;
	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;
	margin-bottom:5px;
}
/* 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;
}
#llamadoSuperior {
	width:402px;
	height:70px;
	background-color:white;
	float:left;
	border: 1px solid #999;
}
#llamadoSuperior a {
	font-weight:bold;
	color:#666;
	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-family: Verdana, Geneva, sans-serif;
	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 {
	height:84px;
	background-color:white;
	margin-bottom:5px;
}
#buscador {
	background-color:white;
	height:48px;
	padding:5px;
	width:220px;
	float:left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
#search {
	height: 48px;
	margin: 0;
	background-image:url(../images/informacion_fondo.png);
	background-repeat: repeat-x;
}
#search-input {
	width: 148px;
	height: 24px;
	border: 0;
	margin-top:15px;
	padding-left:3px;
}
#search-input, #search-submit {
	font-size: 10px;
	line-height:16px;
}
#search-input {
	height:18px;
}
#search-submit {
	width: 60px;
	height: 20px;
	color:#640934;
	border: 0;
	padding-left:20px;
	background-image:url(../images/fondo_buscador.png);
	background-repeat: no-repeat;
	background-position: left;
}
.elPartenon {
	margin-bottom: 5px;
	text-align:left;
}
#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;
	font-family:Verdana, Geneva, sans-serif;
}
#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: #e5e5e5;
	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: thin solid #999;
	padding-bottom:0px;
}

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

#elecciones {
	width: 960px;
	background-color: #eee;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	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-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	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;	
}

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 {
	font-family: "Arial Black";
	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;
}