/*Horoscopo de Tauro 22/09/09*/

/*default*/
html *{padding:0;margin:0;}
body{font-size:90%;font-family:Tahoma;line-height:1.1em;background:#343434 url(../img/back-body.gif) top repeat-x;}
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;}
#header, #content, #footer {width:750px;margin:0 auto;text-align:left;}

/*header*/
#header {padding:10px 0;}
#header h1{font-size:220%;letter-spacing:-2px;}
#header h1 a{color:#fff;text-transform:uppercase;}
#header h1 span{color:#539ccb;}

/*content*/
#content {background:#fff;border:4px solid #000; width:750px;}
.entry {width:520px;float:left;padding-bottom:10px;}
.entry h2{margin-top:15px;}
.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; }

.sidebar{width:200px;float:right;margin-top:10px;padding-bottom:10px;}
.horoscopes{display:block;clear:both;}
.signo{float:left;margin:5px 10px;}
.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;}

/*horoscopes*/
.horoscopes{width:736px;display:block;clear:both;background:#222222;height:23px;border:2px solid #fff;height:70px;}
.horoscopes ul li{float:left;width:60px;list-style:none;text-align:center;font-size:9px;height:70px;background:#222222;}
.horoscopes ul li.aries {background: url(../img/aries.gif) bottom no-repeat; }
.horoscopes ul li.tauro{background: url(../img/tauro.gif) bottom no-repeat;}
.horoscopes ul li.geminis{background: url(../img/geminis.gif) bottom no-repeat;}
.horoscopes ul li.cancer{background: url(../img/cancer.gif) bottom no-repeat;}
.horoscopes ul li.leo{background: url(../img/leo.gif) bottom no-repeat;}
.horoscopes ul li.virgo{background: url(../img/virgo.gif) bottom no-repeat;}
.horoscopes ul li.libra{background: url(../img/libra.gif) bottom no-repeat;}
.horoscopes ul li.escorpio{background: url(../img/escorpio.gif) bottom no-repeat;}
.horoscopes ul li.sagitario{background: url(../img/sagitario.gif) bottom no-repeat;}
.horoscopes ul li.capricornio{background: url(../img/capricornio.gif) bottom no-repeat;}
.horoscopes ul li.acuario{background: url(../img/acuario.gif) bottom no-repeat;}
.horoscopes ul li.piscis{background: url(../img/piscis.gif) bottom no-repeat;}
/*actives*/
.horoscopes ul li.aries_active {background: url(../img/aries_active.gif) bottom no-repeat;}
.horoscopes ul li.tauro_active{background: url(../img/tauro_active.gif) bottom no-repeat;}
.horoscopes ul li.geminis_active{background: url(../img/geminis_active.gif) bottom no-repeat;}
.horoscopes ul li.cancer_active{background: url(../img/cancer_active.gif) bottom no-repeat;}
.horoscopes ul li.leo_active{background: url(../img/leo_active.gif) bottom no-repeat;}
.horoscopes ul li.virgo_active{background: url(../img/virgo_active.gif) bottom no-repeat;}
.horoscopes ul li.libra_active{background: url(../img/libra_active.gif) bottom no-repeat;}
.horoscopes ul li.escorpio_active{background: url(../img/escorpio_active.gif) bottom no-repeat;}
.horoscopes ul li.sagitario_active{background: url(../img/sagitario_active.gif) bottom no-repeat;}
.horoscopes ul li.capricornio_active{background: url(../img/capricornio_active.gif) bottom no-repeat;}
.horoscopes ul li.acuario_active{background: url(../img/acuario_active.gif) bottom no-repeat;}
.horoscopes ul li.piscis_active{background: url(../img/piscis_active.gif) bottom no-repeat;}
.horoscopes ul li a {color:#fff} 



/*sidebar navmenu*/
ul#navmenu-v,ul#navmenu-v li,ul#navmenu-v ul { width: 190px; /* Menu Width */ margin: 0; list-style: none; }
ul#navmenu-v li { float: right; position: relative; width: 100%; }
ul#navmenu-v li.iehover { z-index: 1000; /* IE z-index bugfix */ }
ul#navmenu-v ul { display: none; position: absolute; top: 0; right: 100%; z-index: 9999; }
/* Root Menu */
ul#navmenu-v a { border-top: 1px solid #FFF; border-right: 1px solid #FFF; padding: 6px; display: block; background: #fdae2b; color: #fff; font: normal 11px Arial, sans-serif; text-decoration: none; height: 1%; }
/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,ul#navmenu-v li:hover a,ul#navmenu-v li.iehover a { background: #333; color: #FFF; }
/* 2nd Menu */
ul#navmenu-v li:hover li a,ul#navmenu-v li.iehover li a { float: none; background: #333; }
/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,ul#navmenu-v li:hover li:hover a,ul#navmenu-v li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover a { background: #a18800; }
/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li a { background: #a18800; }
/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,ul#navmenu-v li:hover li:hover li:hover a,ul#navmenu-v li.iehover li.iehover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover a { background: #666; }
/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,ul#navmenu-v li.iehover li.iehover li.iehover li a { background: #333; }
/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,ul#navmenu-v li.iehover li.iehover li.iehover li a:hover { background: #a18800; }
/* Hover Function - Do Not Move */
ul#navmenu-v li:hover ul ul,ul#navmenu-v li:hover ul ul ul,ul#navmenu-v li.iehover ul ul,ul#navmenu-v li.iehover ul ul ul { display: none; }
ul#navmenu-v li:hover ul,ul#navmenu-v ul li:hover ul,ul#navmenu-v ul ul li:hover ul,ul#navmenu-v li.iehover ul,ul#navmenu-v ul li.iehover ul,ul#navmenu-v ul ul li.iehover ul { display: block; }


/*footer*/
#footer{font-size:75%; color:#aaa;padding-bottom:10px; width:750px;}
#footer span{display:block;color:#fff;font-weight:bold;}
#footer a{color:#fff;text-transform:uppercase;}
#footer .info { text-align:right; }
.adfooter{margin:5px 0;text-align:center}
.adfooter .ad{margin:0 auto;}


/*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%;}