@charset "UTF-8";
/* CSS Document */
/*
verde #005737
arena #D0AA66;
*/

/******************* HTML BODY ********************/
h1 {
	display: block;
	font-size: 1.8em;
	margin-top: 40px;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
	font-family:'MyriadPro-Bold';
	font-weight: bold;
	letter-spacing: 0.3em
}

h3 {
    display: block;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	font-family:'MyriadPro-Semibold';
    font-weight: bold;
}
h4 {
    display: block;
    /*margin-top: 1.33em;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family:'MyriadPro-Semibold';
}

.fondoUno {
	background: #FFCC00; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fondoDos {
	background: #1D1D1B; 
	height: 450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fondoTres {
	background: #FFCC00 url(../images/background_map.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fondoCuatro {
	background: #1D1D1B url(../images/background_map2.png) no-repeat center center fixed; 
	height: 450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family:'MyriadPro-Regular';
}
header {
	width: 100%;
	height: 156px;
	background: #FFF;
}
#logo {
	margin:0 0 0 50px;
	/*padding-top: 0px;*/
	float: left;
	width: 190px;
	height: 154px;
}
#logo img {
	width:100%;
}
#h_nav {
	float: right;
	width: auto;
	/*width: 60%;*/
	height: 156px;
	position: relative;	
}
#horario {
	display: block;
	margin-top: 25px;
	margin-right: 70px;
	color: #1D1D1B;
	text-align: right;
}
.nav_uno {
	display: block;
	margin-right: 30px;
	margin-top: 62px;
	width: auto;
	height: auto;
}
.nav_dos {
	display: none;
	w
}
.m_item {
	margin-right: 30px;
	color: #1D1D1B;
	padding: 10px 10px 11px;
	float: right;
	cursor: pointer;
	font-size: 1.1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
}
.m_item:hover {
	background: #FFCC00;
}
.seleccionado {
	margin-right: 30px;
	color: #1D1D1B;
	padding: 10px 10px 11px;
	float: right;
	cursor: default;
	font-size: 1.1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	background: #FFCC00;
}
.menuBars {
	margin: 0 0 10px 20px;
	font-size: 1.2em;
	color: #1D1D1B;
	cursor: pointer;
}
.menuBars:hover {
	color: #ccc;
	
}

/******************* FOOTER ********************/
footer {
	position: fixed;
	z-index: 11000;
	bottom: 0px;
	width: 100%;
	height: 72px;	
}
#footerUno {
	background: #FFF;
}
.footer_text {
	display: block;
	margin-top: 20px;
	color: #1D1D1B;
	text-align: center;
}
.footer_hide {
	display: none;
}
/******************* SLIDER ********************/
#contenedor {
	margin: 0 auto 0 auto;
	padding-bottom: 0px;
	position: relative;
	/*<!--overflow: hidden;-->*/
	width: 100%;
	float: left;
}
.slider {
	margin: 0 19% 0 19%;
	width: 62%;
	height: auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
}
.slideImg {
	width: 100%;
	color: #FFF;
	text-align: center;
}
.slideImg img {
	width: 100%;
	height: auto;
}
.slideFondo {
	background: #1D1D1B;
	/*background: rgba(255,255,255,0.3);*/
	width: 100%;
	height: 100%;
}
.tres {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 62%;
	margin-left: 19%;
	margin-top: 0;
}
.underslide {
	float: left;
	width: 30%;
}
.underslide5 {
	float: left;
	width: 5%;
}
.img_portada img {
	width: 100%;
}
.tex_portada {
	margin-top: 0em;
	font-family:'MyriadPro-Light';
	font-size: 1.2em;
}
.slideNada {
	background: rgba(255,255,255,1);
	margin-left:5%;
	padding: .7% 0 .7% 2%;
	width: 90%;
	height:1.3em;
	border-radius: .2em;
	font-size: 3.8em;
	font-family:'MyriadPro-Regular';
}
.slideOriginal {
	background: rgba(255,255,255,.7);
	width: 60%;
	height: 30%;
	border-radius: 2em;
}
.slideOriginal img {
	padding: 2% 2% 2% 3%;
	width: 82.9637869%;
	height: 70%;
}
.n_text {
	font-size: 1.2em;
	font-family:'MyriadPro-Light';
}
/*///////////// NOSOTROS //////////////*/
.columna33 {
	width: 33%;
	float: left;
	margin-top: 60px;
}
.columna332 {
	width: 33%;
	float: left;
	margin-top: 60px;
}
.columna24 {
	/*ancho24 marT100px left;*/
	width: 24%;
	float: left;
	margin-top: 100px;
}
.columna35 {
	/*ancho35 marT20px left*/
	width: 35%;
	margin-top: 20px;
	float: left;
	margin-left: 0;
}
.columna5 {
	width: 5%;
	height: 300px;
	float: left;
}
.textoColumna {
	padding: 0;
}
.columna40 {
	width: 40%;
	float: left;
	margin-top: 60px;
	margin-left: 5%;
}
.columna50 {
	width: 50%;
	float: left;
	margin-top: 60px;
	margin-left: 0;
}
.columna60 {
	/*ancho60 left marT5px*/
	width: 60%;
	float: left;
	margin-top: 5px;
	margin-left: 0;
}
.columna100 {
	/*ancho100 left marT30px*/
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-left: 0;
}

/*///////////// CONTACTO //////////////*/
#s_contact {
	width: 100%;
	float: left;
}
#s_contact form {
	width: 100%;
	float: left;
}
.uno {
	width: 100%;
	height:10%;
	float: left;
}
.uno input{
	padding: .3em 1em;
	width: 90%;
	font-family:'MyriadPro-Light';
	font-size: 1em;
	color: #1D1D1B;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: .3em;
	border: 0;
	background: rgba(255,255,255,0.7);
}
#s_contact form label {
	margin: 0px 0px 5px 0px;
	width: 100%;
	color: #1D1D1B;
	float: left;
}
.dos {
	margin: 20px 0px 0px;
	width: 100%;
	float: left;
}
.dos textarea {
	padding: .3em 1em;
	width: 90%;
	font-family:'MyriadPro-Light';
	font-size: 1em;
	color: #1D1D1B;
	float: left;
	resize: none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: .3em;
	border: 0;
	background: rgba(255,255,255,0.7);
}
#f_botones {
	margin: 20px 0px 0px;
	width: 90%;
	float: left;
}
button {
	margin: 0px 0px 0px 40px;
	padding: .3em 1em;
	color: #FFCC00;
	background-color: #1D1D1B;
	font-size: .9em;
	float: right;
	cursor: pointer;
	border: 0;
	border-radius: .3em;
}
button:hover {
	color: #1D1D1B;
	background-color: #CCCCCC;
	
}
/*///////////// COTIZACION //////////////*/
.coti input{
	margin-top: 5px;
	padding: .3em 1em;
	width: 40%;
	font-family:'MyriadPro-Light';
	font-size: 1em;
	color: #1D1D1B;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: .3em;
	border: 0;
	background: rgba(255,255,255,1);
}
.coti select{
	margin-top: 5px;
	padding: .3em 1em;
	width: 40%;
	font-family:'MyriadPro-Light';
	font-size: 1em;
	color: #1D1D1B;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: .3em;
	border: 0;
	background: rgba(255,255,255,1);
}
.coti_continue {
	margin-top: 5px;
	padding: .3em 1em;
	color: #1D1D1B;
	border-radius: .3em;
	background: #FFCC00;
	margin-left: 2.5%;
	float: left;
}
.coti_continue:hover {
	background: #CCC;
	cursor: pointer;
}
.coti_regresa {
	margin-top: 5px;
	padding: .3em 1em;
	color: #1D1D1B;
	border-radius: .3em;
	background: #FFCC00;
	margin-left: 2.5%;
	float: left;
}
.coti_regresa:hover {
	background: #CCC;
	cursor: pointer;
}
.chck input[type="checkbox"] {
	width: 25px;
	height: 25px;
	
}
.chck input[type="checkbox"]:checked {
	width: 25px;
	height: 25px;
	background-color: #FFCC00;
	
}
#cotiGaleria {
	display: none;
}
#coti_quinto {
	position: relative;
}
#cotizarBoton {
	padding: 5px 30px;
	position: absolute;
	bottom: -25px;
	right: 5%;
	background: #FFCC00;
	border-radius: 10px;
	color: #1D1D1B;
	font-size: 1.4em;
	/*font-family:'MyriadPro-Semibold';*/
}
#cotizarBoton:hover {
	background: #CCC;
	cursor: pointer;
}
.cuantas {
	font-size: 1.4em;
	font-family:'MyriadPro-Semibold';
}
.cotiTotal {
	color: #FFCC00;
	font-size: 2em;
}
.palomeo {
	width: auto;
	float: left
}
.palomeo_txt {
	font-size: 1.2em;
}
/******************* ESPECIALES ********************/
.centrados {
	display:table;
	text-align:left;
	margin:0 auto;;
}
section {
	float: left;
	margin: 0 5%;
	padding-bottom: 100px;
	width: 90%;
	max-width: 1420px;
}
.pleca {
	height: 6px;
	float: left;
}
.pleca62 {
	height: 6px;
	float: left;
	width: 62%;
	margin-left: 19%;
}
.plecaThin {
	margin-top: .2em;
	margin-bottom: .3em;
	width: 60%;
	height: 1px;
	background: #CC9966;
}

/******************* FLYING ********************/
#flyng {
	display: block;
	width: 40px;
	height: 100px;
	position: fixed;
	z-index: 1000;
	top: 200px;
	right: 0px;
	background-color: #FFF;
	border: #FFF 1px solid;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
	font-size: 1.2em;
}
#f-face {
	margin: 18px 0px 0px 7px;
	padding: 5px 5px 5px 9px;
	width: 30px;
	height: 30px;
	background: #FFCC00;
	border-radius: 20px;
}
#f-face:hover {
	background: #1D1D1B;
}
#f-face:hover i{
	color: #FFFFFF;
}
#f-face i {
	color: #1D1D1B;
}
#f-face i:hover {
	color: #FFFFFF;
}
#f-twet {
	margin: 10px 0px 0px 7px;
	padding: 5px 5px 5px 6px;
	width: 30px;
	height: 30px;
	background: #FFCC00;
	border-radius: 20px;
}
#f-twet:hover {
	background: #1D1D1B;
	color: #FFFFFF;
}
#f-twet:hover i {
	color: #FFFFFF;
}
#f-twet i {
	color: #1D1D1B;
}
#f-twet i:hover {
	color: #FFFFFF;
}
/******************* COTIZADOR ********************/

/*
verde #005737
arena #D0AA66;
arena Obs #996633
plecaMenuArena #CC9966
textMenuArena #663300
*/
