/*default*/
html *{padding:0;margin:0;}
body{font-size:90%;font-family:Tahoma;line-height:1.1em;background:#fff;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited {color:#aaa;}
h1,h2,h3,h4,h5,h6 {font-family:"Trebuchet MS";margin:5px 0;color:#6e4b00;}
small{color:#aaa;font-size:90%;}

/*layout*/
/*#wrapper {width:100%;background:url(../img/back-wraper.gif) no-repeat top;text-align:center;height:650px;} */
#wrapper {width:100%;background-image: url("img/fondo.jpg");  background-repeat: no-repeat; background-position: top; height:824px; }
#header, #content, #footer {width:583px;margin:0 auto;text-align:left;}

/*header*/
#header {padding:10px 0;}
#header h1{font-size:220%;letter-spacing:1px;line-height:0px;text-align:center;}
#header h1 a{color:#fff;text-transform:uppercase;}
#header h1 span{color:#CE091D;}
#header h2{font-size:220%;letter-spacing:1px;line-height:0px;text-align:center;}
#header h2 a{color:#fff;text-transform:uppercase;}
#header h2 span{color:#539ccb;}

/*content*/
#content { }
#content a{text-decoration:none;color:#333;}
#content a:hover{text-decoration:underline;color:#333;}
#content a:visited {color:#333;}
.entry {width:550px;float:left;padding-bottom:10px;}
.entry h1{margin-top:15px;line-height:20px;}
.entry h2{margin-top:15px;line-height:20px;}
.entry .texto{margin:10px; font-size:90%;}

.texto a{text-decoration:none;color:#333;}
.texto a:hover{text-decoration:underline;color:#333;}
.texto a:visited {color:#333;}
.texto p { margin-top:10px; text-indent:40px; line-height:20px;text-align:justify; }
.texto p.al { margin-top:10px; text-indent:0px; line-height:20px;text-align:justify; }
.texto p.masgrande { margin-top:10px; text-indent:0px; line-height:20px;text-align:justify;font-size:130%;background-color:#FFC; }
.addthis_toolbox {padding-top:16px;}
.publicidad{width:200px;float:right;margin-top:10px;padding-bottom:10px;}
.sidebar{width:200px;float:right;margin-top:10px;padding-bottom:10px;}
.horoscopes{display:block;clear:both;}
.signo{float:left;margin:5px 10px;}
.imgcentro{margin:5px 5px 5px 5px;}
.menucontext {display:block;clear:both;text-align:center;}
.menucontext a{color:#6e4b00;font-size:75%;word-spacing:-1px;}
.menucontext ul{margin:0 auto;width:550px;}
.menucontext li{display:inline;list-style:none;padding:0 5px; }
/* .menucontext li{display:inline;;list-style:none;padding:0 5px; border-right:1px solid #ccc;} */
.adcontent{margin:10px;text-align:center;}

/*footer*/
#footer{font-size:75%; color:#515151;padding-bottom:10px; width:550px;}
#footer span{
	display:block;
	color:#515151;
	font-weight:bold;
}
#footer a{color:#515151;text-transform:uppercase;}
#footer .info { text-align:right; color:#515151; }
.adfooter{margin:5px 0;text-align:center}
.adfooter .ad{margin:0 auto;}

.formulario {
border:1px inset #CE091D;
color:#CE091D;
font:1em "Trebuchet MS",Arial,sans-serif;
margin:5px 5px 1px 0;
padding:5px;
width:70%;
}
#submit {
background-color:#CE091D;
border:1px outset #BBBBBB;
color:#FFFFFF;
float:center;
margin:5px 5px 1px 0;
padding:5px;
font-size:30px;
}

/*clearfix*/
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
