/* Cuerpo del Sitio */

BODY {
	background-color: #2d424c;
	margin: 0px 0px 0px 0px;
    text-align: center;	
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
	text-align: justify;
	padding-left: 25px;
}

p.copyright {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #ffffff;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
    color: #e9730f;
	text-align: left;
}

.tabla {
	background-color: #ffffff;
	text-align: center;
	width: 600px;
	border: 0px;
	margin-top: 35px;
}

.celda_titulo {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #ffffff;
	text-align: center;
	background-color: #0b4863;
}

.celda_dia {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
	text-align: center;
	background-color: #0b4863;
}

.celda_resultado {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
	text-align: center;
	background-color: #68aac8;
}


/* Capas DIV */

#site {
    text-align: center;
    width: 765px;
	margin: auto;
}

#enlaces {
    text-align: left;
	width: 765px;
	height: 30px;
	background-color: #0b4863;
}

#texto_enlaces {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #ffffff;
    text-align: right;
	padding-right: 25px;
	padding-top: 8px;
}

#cabecera {
    text-align: left;
    width: 765px;
	height: 170px;
	background-image: url(images/cabecera.jpg);
}

#mensajes {
    text-align: right;
    width: 765px;
	height: 30px;
	background-image: url(images/bgrd_msg.png);
	background-repeat: repeat-x;
}

#fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #ffffff;
    text-align: left;
	padding-left: 25px;
	padding-top: 7px;
	float: left;
}

#hora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #ffffff;
    text-align: right;
	padding-right: 25px;
	padding-top: 7px;
	float: right;
}

#texto_mensajes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    text-align: right;
	padding-right: 25px;
	padding-top: 7px;
}

#cuerpo {
    text-align: left;
    width: 765px;
	height: 443px;
	background-image: url(images/bgrd.png);
	background-repeat: repeat-x;
}

#sorteo {
    text-align: left;
    width: 765px;
	height: 220px;
}

#base_left {
    text-align: left;
    width: 75px;
	height: 220px;
	background-image: url(images/left.png);
	float: left;
}

#base_right {
    text-align: left;
    width: 75px;
	height: 220px;
	background-image: url(images/right.png);
	float: right;
}

#base_center {
    text-align: left;
    width: 615px;
	height: 220px;
	background-image: url(images/center.png);
	background-repeat: repeat-x;
	margin-left: 75px;
}

#mediodia {
    text-align: left;
    width: 180px;
	height: 220px;
	background-image: url(images/mediodia.png);
	float: left;
}

#mediodia_a {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/mediodia_a.png);
	float: left;
}

#mediodia_b {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/mediodia_b.png);
	float: left;
}

#mediodia_signos {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/mediodia_signos.png);
	float: right;
}

#noche_a {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/noche_a.png);
	float: left;
}

#noche_b {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/noche_b.png);
	float: left;
}

#noche_signos {
    text-align: left;
    width: 145px;
	height: 220px;
	background-image: url(images/noche_signos.png);
	float: left;
}

#noche {
    text-align: left;
    width: 180px;
	height: 220px;
	background-image: url(images/noche.png);
	float: right;
}

#resultado {
    text-align: center;
	width: 145px;
	padding-top: 50px;
}

#signo {
    text-align: center;
	width: 145px;
	padding-top: 5px;
}

#footer {
	text-align: center;
	width: 765px;
	height: 100px;
	background-color: #1d2d36;
	clear: both;
}

#footer_texto {
	text-align: left;
	width: 565px;
	height: 100px;
	float: left;
}

#footer_logo {
	text-align: right;
	width: 200px;
	height: 100px;
	background-image: url(images/logo_tachira.png);
	float: right;
}


/* Enlaces */

a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #bfdef4;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}


/* Enlaces PAGINA ACTUAL */

a.actual {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.actual:link {
	text-decoration: none;
	color: #ffffff;
}

a.actual:visited {
	text-decoration: none;
	color: #ffffff;
}

a.actual:hover {
	text-decoration: none;
	color: #ffffff;
}

a.actual:active {
	text-decoration: none;
	color: #ffffff;
}


/* Enlaces COPYRIGHT */

a.copy {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.copy:link {
	text-decoration: underline;
	color: #ffffff;
}

a.copy:visited {
	text-decoration: underline;
	color: #ffffff;
}

a.copy:hover {
	text-decoration: none;
	color: #f3a132;
}

a.copy:active {
	text-decoration: underline;
	color: #ffffff;
}