@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}
html, body{height:100px;}
body{background-position: top center;}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #996633;
}

/* PLAYER */
.wrap_player{width:975px; padding-left:20px; margin:0 auto;}
.top{width:477px; height:181px; margin:0 auto;}
.humo{width:240px; height:614px; float:left;}
.center{height:532px; float:left;} 
.player{width:476px; height:351px; padding-top:12px;}
.fire{width:257px; height:580px; float:right;}

/* FIN PLAYER */
.top_img{width:932px; margin:0 auto;}
.menu{background:url(../images/bg_menu.jpg) repeat-x; height:58px; padding-top:1px; }

.nav{height:52px; list-style:none; width:932px; margin:0 auto;}
.nav li{ display:inline; float:left;}
.nav li a{display:block; height:31px; padding:21px 10px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; text-decoration:none;}
.nav li a:hover{ background:url(../images/menu_hover.jpg) repeat-x;}

.content{width:932px; height:auto !important; margin:0 auto;}

#god_with_us{height:60px;}
#banner_flash{width:932px; height:247px;}


#btns{height:auto !important; padding:10px 0;}
#btns a{display:block; width:297px; float:left;}

.info_botton{width:297px; height:265px; float:left;}
.info_boot{background:url(../images/info_bottom.jpg) repeat-x; height:230px; border:1px solid #00aeff; width:297px; float:left; padding-top:10px;}
.img_infoot{width:276px; margin:0 auto;}
.txt_infoot{width:276px; margin:0 auto; height:110px;}
.txt_infoot h1{font-family:Verdana, Arial, Helvetica, sans-serif; color:#0080ab; font-size:16px; padding:6px 0;}
.txt_infoot p{font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:12px; padding:6px 0; }
.btn{width:166px; height:48px; position:relative; float:right;}

/* CONTENIDO */
#contenido{width:912px; padding:10px; background:#ece3c2;}
#cont_left{width:601px; float:left;}
#tittle_cont{width:601px; height:208px; margin-bottom:15px;}

#cont_right{width:291px; float:right;}
.btn_right{width:291px; height:148px; margin-bottom:15px; display:block;}



#copy_rights{width:932px; margin:0 auto; height:100px;}
/* FUENTES */
p{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-align:justify;}
/* CLASES
--------------------------------------------------------------*/
.clear{clear:both;}
.align_l{float:left;}
.align_r{float:right;}
a img{border:none;}

/* ESQUINAS REDONDAS */
.curvyall {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.curvytop{
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
}
.curvyleft{
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
}
.curvyright{
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-bottomright:5px;
}
.curvybottom{
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
}
/* FIN ESQUINAS REDONDAS */

/* formulario de peticiones */
.contacto{ width:550px; margin:0 auto; padding:5px; border:1px solid #5E0002; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:12px;}
.txt_form{ width:150px; float:left; padding:2px;}
.textbox{ width:250px; padding:2px;}
.espacio{ padding:6px;}
.btns{ padding:5px;}
/* final del formulario de peticiones */
