@charset "utf-8";
/* CSS Document */
a{ outline:none;}
*{ margin:0; padding:0;}
p{ color:#656565;}
body{ background:#FA7518 url(../img/bg_layout.jpg) repeat-x; font:.74em Arial, Helvetica, sans-serif}
#wrap{ background:url(../img/top_bg.jpg) no-repeat top center;  min-height:600px;}
#conteiner{ position:relative; width:600px; margin:auto; padding-top:27px;}
#main_info{ position:relative; background:url(../img/content.jpg) no-repeat; height:386px;}
#main_info_int{ position:relative; height:386px;}
#content{ position:relative; background:#fff; width:502px; height:260px; margin:auto; padding:10px 30px; border:3px solid #DB4D0B;}
#content ul li{ background:url(../img/dot.gif) no-repeat left 3px; padding-left:10px; list-style:none; margin-bottom:10px;}
#footer{ background:url(../img/footer.jpg) no-repeat 50px 0; height:153px; width:600px;}

/*TXT
---------------------------*/
h1{ display:none;}
h2{ font-size:1.4em; color:#fff; margin:35px 15px 10px;}
.txt_orange{ color:#F56F15;}



/*CLASS
---------------------------*/
.btn_descargar{ position:absolute; right:52px; bottom:90px; width:190px; height:31px; display:block; text-indent:-999em;}
.txt_none{ text-indent:-999em; display:block;}
.intro{ position:absolute; z-index:500px; top:-100px; width:0;}
.gradient{ position:absolute; bottom:-41px; left:-4px; background:url(../img/gradient.jpg) no-repeat; height:37px; width:574px;}


/*----------------------*/
.l_top{ position:absolute; left:-3px; top:-3px; background:url(../img/c_l_top.gif) no-repeat; width:10px; height:10px;}
.r_top{ position:absolute; right:-3px; top:-3px; background:url(../img/c_r_top.gif) no-repeat; width:10px; height:10px;}
.l_bottom{ position:absolute; left:-3px; top:97.33%; z-index:100;  background:url(../img/c_l_bottom.gif) no-repeat; width:10px; height:10px;}
.r_bottom{ position:absolute; right:-3px; top:97.33%; z-index:100; background:url(../img/c_r_bottom.gif) no-repeat; width:10px; height:10px;}


/*NAV
---------------------------*/
#nav{width:435px; margin:0 auto; overflow:auto; }
#nav li{ list-style:none; display:inline;}
#nav li a{ display:block; height:39px; float:left; text-indent:-999em;}
#nav li a.secciones{ background:url(../img/btn_secciones.jpg) no-repeat; width:86px; margin-right:5px;}
#nav li a.instrucciones{ background: url(../img/btn_instrucciones.jpg) no-repeat; width:130px; margin-right:5px;}
#nav li a.consejos{ background: url(../img/btn_consejos.jpg) no-repeat; width:208px;}

#nav li a:hover.secciones{ background:url(../img/btn_secciones.jpg) no-repeat -86px 0; margin-right:5px;}
#nav li a:hover.instrucciones{ background: url(../img/btn_instrucciones.jpg) no-repeat -130px 0; margin-right:5px;}
#nav li a:hover.consejos{ background: url(../img/btn_consejos.jpg) no-repeat -208px 0;}
.home{ position:absolute; top:28px; left:50px; z-index:10; display:block; background:url(../img/home.jpg) no-repeat; width:29px; height:27px; text-indent:-999em;}
