@import url("reset.css");

/* ESTRUCTURA ********************/
#contenido{
	width: 860px;
	margin: auto;
}
/*********************************/

/* TEXTOS, TITULOS ***************/
h1{
	background: url(../img/img_cuadrado_negro.gif) right bottom no-repeat;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
h1.especial{
	padding-bottom: 5px;
}
h2{
	margin: 5px 10px;
	border-bottom: 1px solid #7b7b7b;
	padding-bottom: 5px;
}
p{
	font-size: 1.2em;
	margin-bottom: 10px;
}
em{
	font-style: normal;
	color: #c00;
	font-weight: bold;
}
label{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
/*********************************/

/* IMAGENES **********************/
.preloader{
	margin-top: 20px;
}
/*********************************/

/* LINKS *************************/
a, a:visited{
	color: #000;
}
#cuerpo a, #cuerpo a:visited{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
#cuerpo a:hover{
	text-decoration: underline;
}
.rss{
	background: url(../img/ico_rss.gif) left no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #666;
	margin-right: 10px;
}
/*********************************/

/* FORMULARIOS *******************/
.zzzelect{
	float: left;
	margin-left: 10px;
	width: 140px;
	position: relative;
	margin: 0;
	line-height: 26px;
}
.btn_zzzelect{
	float: left;
	width: 135px;
	height: 26px;
	background: url(../img/bg_select.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	text-align: left;
	padding: 2px 0 0 5px;
	border: none;
	cursor: pointer;
	outline: none;
}
.zzzelect .opciones_zzzelect{
	width: 138px;
	position: absolute;
	left: 0;
	top: 25px;
	background: #fff;
	border: 1px solid #999;
	border-top: 0;
	font-size: 1.1em;
}
.zzzelect .opciones_zzzelect a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-indent: 5px;
	border-top: 1px solid #999;
	color: #666 !important;
	font-weight: normal !important;
}
.zzzelect .opciones_zzzelect a:hover{
	background: #eee;
	text-decoration: none !important;
}
#buscar_juego{
	border: 0;
	width: 140px;
	height: 26px;
	background: url(../img/bg_input.gif) no-repeat;
}
#input_juego{
	float: left;
	border: 0;
	width: 113px;
	background: none;
	font-size: 1.1em;
	color: #666;
	padding: 6px 0 0 5px;
}
#submit_juego{
	float: left;
	background: url(../img/bg_submit.gif) no-repeat;
	width: 17px;
	height: 26px;
	border: 0;
	cursor: pointer;
}
/*********************************/

/* CABECERA **********************/
#cabecera{
	height: 110px;
	text-align: center;
	background: url(../img/linea_punteada_doble.gif) bottom repeat-x;
	margin-bottom: 40px;
	padding-top: 34px;
}
#lema{
	font-size: 1.8em;
	font-weight: bold;
}
/*********************************/

/* CUERPO ************************/
#cuerpo{
	padding-bottom: 30px;
}
#juego{
	width: 640px;
	height: 340px;
	float: left;
	margin-bottom: 40px;
}
#columna_principal{
	width: 640px;
	float: left;
}
#opciones{
	margin-bottom: 20px;
}
#opciones li{
	float: left;
	height: 43px;
}
#opciones #opcion1{
	width: 170px;
}
#opciones #opcion2{
	width: 170px;
	padding-left: 30px;
}
#opciones #opcion3{
	width: 252px;
}
#opciones .button{
	float: right;
	border: 1px solid #000;
	background: none;
	cursor: pointer;
	padding: 13px 18px;
	color: #000 !important;
	font-size: 1.2em;
}
#opciones .button span{
	background: url(../img/bullet.gif) right no-repeat;
	padding-right: 10px;
	border-bottom: 1px solid #b7b7b7;
}
#opciones .button:hover{
	color: #c00 !important;
	text-decoration: none;
}
#opciones .button:hover span{
	border-bottom: 1px solid #c00;
}
#informacion{
	background: #ff9;
	border: 1px solid #666;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
#contenedor_shoutbox{
	border: 1px solid #666;
	width: 428px;
	height: 196px;
	margin-bottom: 10px;
	overflow: auto;
	float: left;
	padding: 2px 5px;
}
#contenedor_shoutbox p{
	font-size: 1.1em;
	margin-bottom: 3px;
}
#contenedor_shoutbox strong{
	color: #c00;
}
#input_shoutbox{
	float: right;
	width: 190px;
	margin-bottom: 20px;
}
#input_shoutbox .bloque{
	float: left;
	margin-bottom: 10px;
}
#input_shoutbox input{
	border: 1px solid #999;
	background: none;
	color: #666;
	padding: 2px 5px;
	font-size: 1.1em;
	width: 178px;
}
#comentario_shoutbox{
	width: 178px;
	border: 1px solid #999;
	font-size: 1.1em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}
input#btn_shoutbox{
	border: none;
	font-size: 1.1em;
	padding: 2px 0;
	background: #000;
	color: #fff;
	width: 80px;
	text-align: center;
	float: right;
	cursor: pointer;
}
input#btn_shoutbox:hover{
	background: #c00;
}
/*********************************/

/* COLUMNA LATERAL *****************/
#columna_lateral{
	width: 200px;
	float: right;
	background: #ebebeb url(../img/bg_columna_lateral_inf.gif) bottom repeat-x;
	position: relative;
	overflow: hidden;
}
#calendario{
	line-height: 30px;
	background: #000;
	color: #fff;
	padding: 0 10px;
	font-size: 1.1em;
}
#columna_lateral .modulo{
	margin-top: 20px;
}
#contenedor_facebook{
	margin: 0 9px;
}
#contenedor_humor{
	text-align: center;
}
#img_humor{
	width: 178px;
	height: 142px;
	border: 1px solid #666;
}
#contenedor_horoscopo{
	padding: 0 10px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#horoscopo .anterior{
	font-weight: bold;
	background: url(../img/bullet_invertido.gif) left no-repeat;
	padding-left: 10px;
	color: #000 !important;
	float: left;
	display: inline;
	margin-left: 10px;
	font-size: 1.1em;
}
#horoscopo .siguiente{
	font-weight: bold;
	background: url(../img/bullet.gif) right no-repeat;
	padding-right: 10px;
	color: #000 !important;
	float: right;
	display: inline;
	margin-right: 10px;
	font-size: 1.1em;
}
#horoscopo .siguiente:hover, #horoscopo .anterior:hover{
	text-decoration: underline;
}
#contenedor_horoscopo p{
	font-size: 1.1em;
}
#img_signo{
	float: left;
	width: 50px;
}
#lectura{
	float: right;
	width: 120px;
}
#contenedor_clima{
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#ads{
	margin-left: 10px;
}
/*********************************/