@charset "utf-8";

* { 
	padding:0; margin:0; 
}

body {
	background-image: url(/images/fondo.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.4em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


#container-principal {
	width:720px;
	margin-right: auto;
	margin-left: auto;
	min-height:0;
	}
	
#encabezado {
	background-image: url(/images/background-encabezado.jpg);
	height: 148px;
	width: 720px;
	position: relative;
}

#encabezado UL {
	list-style-type: none;
	position: absolute;
	right: 10px;
	bottom: 1px;
}

#encabezado LI {
	float: left;
	width: 140px;
	height: 32px;
}
/* para el submenu nuevo */
#submenu {
	background-image: url(/images/background-contenido.gif);
	height: 50px;
	width: 720px;
	position: relative;
}
#submenu UL {
	list-style-type: none;
	position: absolute;
	left: 30px;
	top: 5px;
}

#submenu LI {
	float: left;
	width: 200px;
	height: 32px;
}
#submenu LI a:link, 
#submenu LI a:active, 
#submenu LI a:visited  {
	font-size:14px;
	color:#F86026;
	text-transform:uppercase;
}
#submenu LI a:hover  {
	color:#68af09;
}
/* -- fin del submenu --- */
#contenido {
	background-image: url(/images/background-contenido.gif);
	background-repeat: repeat-y;
	width: 720px;
}
#cierre-contenido {
	background-image: url(/images/cierre-contenido.gif);
	height: 30px;
	width: 720px;
}
#footer {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	font-size: 12px;
}
#container-cajas-promociones {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#dos-columnas {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.cajas-promociones {
	width: 200px;
	float: left;
	border: 1px solid #B6B6B6;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.margin-right-10px {
	margin-right: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}


.clear {
	clear: both;
}
#home-numeros {
	float: left;
	width: 420px;
}

#home-ganadores {
	float: left;
	width: 240px;
}
.home-titulos {
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #261f27;
	clear: left;
}
.home-titulos-borde-gris {
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #acacac;
	padding-left: 10px;
}
.fecha-sorteo {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
.nro-sorteo {
	font-weight:bold;
	font-size:15px;
	padding:5px;
	border-bottom: #acacac solid 1px;
	/*margin-bottom:10px;*/ 
	color:#000000;
}
.primer {
	background-color:#e1f580;	
}
.segundo {
	background-color:#f5d980;
}
.tercer {
	background-color:#f58080;
}
#home-numeros li {
	height: 67px;
	width: 60px;
	margin-right: 12px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 60px;
	text-align: center;
	margin-bottom: 5px;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
ul#primer-sorteo li {
	background-image: url(/images/background-bolillas-verde.gif);
}
ul#segundo-sorteo li {
	background-image: url(/images/background-bolillas-naranja.gif);
}
ul#tercer-sorteo li {
	background-image: url(/images/background-bolillas-rojo.gif);
}

.form-consulta-numeros-home {
	padding-top: 6px;
	padding-bottom: 10px;
}
.ganadores {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-left: 10px;
}
.ganadores-foto {
	background-image: url(/images/background-foto-ganadores.gif);
	height: 69px;
	width: 70px;
	float: left;
}
.ganadores-foto img {
	padding-top: 3px;
	padding-left: 4px;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
.ganadores-datos {
	padding-top: 3px;
}

.monto-premio {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #68af09;
	padding: 3px;
}
.ganadores-sorteo-fecha {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.color-destaque {
	color: #FFFFFF;
	background-color: #F86026;
	padding: 2px;
}

.fija-que-salen {
	padding-bottom:2px;
	padding-left:10px;
}
.fija-que-salen p.titulo {
	color:#a00316;
	font-weight:bold;
	padding:3px 0 0px 0;
}
ul.cartones-fija,
ul#cartones-fija {
	width:125px;
	list-style:none;
	margin:0px 10px 5px 0;
	float:left;
}
ul.cartones-fija li.ultimo,
ul#cartones-fija li.ultimo {
	border:none;
}
ul.cartones-fija li,
ul#cartones-fija li {
	border-bottom:1px solid #acacac;
	padding:4px 0 4px 0;
}
#respuesta_premio {
	font-weight:bold;
	color:green;
}
hr {
	margin:10px 0 10px 0;
}
.aciertos {
	border-bottom:1px solid #363636;
	color:#252525;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:5px 0 5px 5px;
}
.aciertos u {
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}
.aciertos b {
	font-size:12px;	
}
.aciertos b.primer-b {
	color:#005e20;
}
.aciertos b.segundo-b {
	color:#584712;
}
.aciertos b.tercer-b {
	color:#ed1b35;
}

/* --- GANADOR DEL POZO MAYOR --- */
.ganador-mal b.primer-b {
	font-size:21px;
}
.ganador-mal b.tercer-b ,
.ganador-mal b.segundo-b {
	font-size:21px;
}


/* ---- WEBS AMIGAS --- */

#webs-amigas {
	width:660px;
	margin:10px 0 0 30px;
	font-size:12px;
}
#webs-amigas a:link, 
#webs-amigas a:active, 
#webs-amigas a:visited {
	color:#333333;	
} 
#webs-amigas a:hover {
	color:#666666;
}
hr#amigas {
	width:700px;
	height:1px;
	margin:20px 0 0 10px;
	border-top:1px solid;
	border-bottom:none;
}

#direccion h1 {
	font-size:16px;
}
#direccion {
	font-size:14px;
	margin:10px 0 0 30px;
	line-height:normal;
}
