img {
	border: 0;
	}
	
a{
	text-decoration:none
	}
a:hover{
	text-decoration:underline
	}
	
body {
	background: #fff;
	text-align: left;
	font-family:Verdana;
	margin:0px;padding:0px;
	background-image: url(../img/click.png);
	}

#clear{
	clear:both;
	_clear:none !important
	}
	
/*------- CAPAS CONTENEDORAS PRINCIPALES -------- */

#container {
	margin: 0 auto 0;
	background:white;
	padding:0px;
	width:980px;
	}
	
#header {
	padding: 0px;
	width:980px;
	margin: 0px;
	height: 110px;
	background: #fafafa;
	background-image: url(../img/fondo-header.gif);
	}
#logo {
	margin: 0px;
	position: relative;
	top: 5px;
	left: 10px;
	width: 380px;
	height: 110px;
}
#sorteo {
	position: relative;
	left: 650px;
	margin-top: -110px;
	height: 112px;
	width: 110px;
}
#estrella {
	width: 112px;
	height:110px;
}
#numero {
	position: relative;
	margin-top: -80px;
	margin-left: 13px;
	height: 52px;
	width: 85px;
}
#timer {
	margin-top: -55px;
	position: relative;
	font-family: verdana, Georgia, Times New Roman, Serif;
	left: 530px;
	height: 50px;
	width: 110px;
	font-size: 38px;
	color: #F86707;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 0px;
}
#ayuda {
	position: relative;
	left: 760px;
	top: -150px;
	height: 80px;
	width: 65px;
}
#barra {
	clear: both;
	padding: 3px 3px 5px 125px;
	width: 852px;
	background-color: #999;
	color:#fff;
	height: 15px;
}

#principal {
	width: 470px;
	background:white;
	float:left;
	padding: 0px 10px 0px 10px;
    }

#principal-largo {
	width: 605px;
	background:white;
	float:left;
	padding: 0px 10px 0px 10px;
    }
    
.anuncios {
	width: 290px;
	padding: 0px 5px 0px 5px;
	font-size:12px;
	background:#FED196;
	border:2px solid #F86707;
	margin: 25px 10px 10px 15px;
	}
	
.derecha{
	width:340px;
	padding-left:15px;
	float:left;
	margin:0;padding:0;
	}

.opciones{
	width: 300px;
	font-size:12px;
	color:#F86707;
	margin: 0px 10px 20px 15px;
	}
	
.opciones ul li{
	margin-top:5px;
	}
	
.categorias {
	display: inline;
	float: left;
	width: 55%;
	}
	
.meses {
	display: inline;
	float: right;
	width: 45%;
	}
	
#izquierda{
	width:125px;
	float:left;
	text-align:center;
	padding:24px 0 0 10px;
	margin:0px;
	}
	
#footer {
	padding:13px 0 13px 0;
	font:normal 10px Verdana;
	color:#fff;
    background: #F86707;
    margin: 0px;
    text-align: center;
	width:100%;
}

#footer a {
	color: #fff;
	font:bold 10px Verdana;
	font-weight: bold;
	}
	
#footer a:hover {
	text-decoration: none;
	color: black;
	}


#principal h3, #principal-largo h3 {
	font-size: 26px;
	font-family:helvetica;
	margin:0;
	padding:0;
	font-weight: normal;
	letter-spacing: -1px;
	}

.itemtext h3 {
	font-size: 2em;
	display: block;
	padding: 15px 0 0;
	}

h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #F86707;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	text-decoration: none;
	}
	
#principal h3 a:hover, #principal-largo h3 a:hover{ 
	color:#032dfc;
	}

#principal .item, #principal-largo .item { /* Capa contenedora de cada post */
	margin: 0px;
	padding: 0px;
	}
	
#principal .item img, #principal-largo .item img{
	border:1px solid #F86707;
	margin: 2px;
	}
#principal .item a:hover img, #principal-largo .item a:hover img{
	border:1px solid #032dfc;
	}
	
#principal, #principal-largo {
    font-size: 0.8em;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, 	sans-serif;
	text-align: justify;
	}
.peque {
	font-size: 11px;
	color: #888;
}
a.peque {
	font-weight: bold;
	border-bottom:1px dotted #F86707;
}
a.peque:hover {
	font-weight: bold;
	color: #032dfc;
	text-decoration: none;
}
.caja {
	margin: 0pt;
	padding: 10px 10px 0pt;
}
.presentacion { /* Cabecera del post */
	margin: 25px 0 0;
	background:#fafafa;
	padding:5px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	}
.presentacion .fecha {
	float: left;
	padding: 5px 5px 2px 0px;
	text-align: center;
	color: #fff;
	height: 68px;
	width: 57px;
	font-weight:bold;
	font-size: 14px;
	background-repeat: no-repeat;
}
.presentacion .feed {
	float: right;
	padding: 2px 5px 2px 5px;
}
.presentacion h3 {
	float: left;
	padding: 2px 5px 2px 5px;
}
/*------- ENLACES -------- */

h2 a:hover, h2 span a:hover {
	color:#032dfc;
	}
	
.anuncios a{
	font-weight:bold
	}

/*------- TAGS Y CLASES VARIOS PARA USAR EN LOS POSTS -------- */

#principal .itemtext img, #principal-largo .itemtext img {
	max-width: 100%;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 20px;
	color: #333;
	background: #ddd;
	border: none;
	}

hr {
	border: 1px dashed #ccc;
	height: 1px;
	padding: 0px;
	width: 75%;
	}

/*------- LISTAS -------- */
	
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext a, #principal a {
	color: #F86707;
	border-bottom:1px dotted #F86707;
	}
.itemtext a:hover, #principal a:hover {
	color: #032dfc;
	text-decoration: none;
}
.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.opciones ul {
	margin: 5px 0 0;
	list-style-type:none;
	padding-left: 0;
	}

ol li {
	list-style: decimal outside;
	}

.opciones ul {
	margin:0 0 1.5em;
	padding-bottom: 1em;
	list-style:none;
}

.opciones ul ul {
	margin:0 0 1.5em;
	padding-bottom: 1em;
	list-style:none;
	margin-bottom: -12px;
}
  
.opciones li {
	margin:0;
	padding:0 0 .25em 10px;
	text-indent:-15px;
}
.opciones li a {
	color: #F86707;
}
.opciones li a:hover {
	color: #032dfc;
}
.opciones li.titulo {
	text-indent:-10px;
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
	margin-right: 2em;
	color: #555;
	font-weight: bold;
}
  
h2 {
	font-size:78%;
	color: #F86707;
}

.itemtext p {
	padding-bottom:10px;
}

div.itemtext ul {
	padding-bottom:15px;
}
ul.social { width: 590px; padding: 0px; margin: auto;}
ul.social li {
	background: none;
	display: inline;
	list-style-type: none;
}
ul.social li a img.noborder {
	border: 0px;
}