/*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;} */
#wrapper {width:100%;background-image: url("../img/back-wraperancho.jpg");  background-repeat: no-repeat; background-position: top; height:650px; }
#header, #content, #footer {width:800px;margin:0 auto;text-align:left;}

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

/*content*/
#content {background:#fff;border:4px solid #000; width:800px;}
.entry {width:770px;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.al10 { margin-top:10px; text-indent:0px; line-height:20px;text-indent:10px;text-align:justify; }
.texto p.masgrande { margin-top:10px; text-indent:40px; line-height:20px;text-align:justify;font-size:130%;background-color:#FFC; }
.addthis_toolbox {padding-top:16px;}
.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:#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%;}





/*
Author: Craig Erskine
Description: Dynamic Menu System - Horizontal/Vertical
*/

ul#navmenu-h { margin: 0; padding: 0; list-style: none; position: relative; }

ul#navmenu-h ul {
 width: 230px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block; }

/* Root Menu */
ul#navmenu-h a {
 border-top: 1px solid #FFF;
 border-right: 1px solid #FFF;
 padding: 6px;
 float: left;
 display: block;
 background: #fdae2b;
 color: #fff;
 font: normal 16px Arial, sans-serif;
 text-decoration: none;
 height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
 background: #333;
 color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 background: #333;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 background: #fdae2b;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
 background: #333;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
 background: #fdae2b;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 background: #333;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
 background: #fdae2b;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }
