@charset "utf-8";

 
/* CSS Document */

/*


    font-family: 'Yanone Kaffeesatz', sans-serif;

    font-family: 'Questrial', sans-serif;

    font-family: 'Play', sans-serif;


*/
body,html{width:100%; max-width: 100vw;}
body{
/*font-family: 'Mallanna', sans-serif;*/
font-family: 'Play', sans-serif;
font-size:18px; margin:0px; position: relative; 
}
#cuerpo{background: #fff;}
input, select, textarea {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
border: solid 1px #333; color: #333;
}
#info_star{position: fixed; top: 0px; right: 0px; z-index: 10; }
#zona_menu{background: rgba(0,0,0,0.30); margin-top: 10px; height: 25px; min-height: 25px;}
#zona_menu div{color: white; text-align: center; padding-left: 10px; padding-right: 10px; width: 11.5%; border-right: solid 1px white; float: left; cursor: pointer}
#zona_menu div:hover{color:green; background: rgba(255,255,255,0.50) }

.titulo{font-family: 'Questrial', sans-serif; font-size: 24px; color: rgba(11,75,22,1.00)}
.titulo2{font-family: 'Questrial', sans-serif; font-size: 18px; color: red}
#footer{background: rgba(11,75,22,0.40); border-top: solid 2px rgba(11,75,22,1.00); padding: 8px; text-align: center; margin-top: 20px;}

h3{color: green}

a:hover{text-decoration: none}
    #menu {
		position: absolute; top: 0px; left: 0px; z-index: 100;
        width: 100%;
        margin: 0 auto
    }
    #menu>ul>li {
        float: left; width: 16.6%;
    }
    #menu>ul>li a {
        display: block;
        width: 100%;
        height: 25px;
        color: white;
        text-align: center; white-space: nowrap;
        line-height: 25px;
		border-right: solid 1px white;
    }
	#menu>ul>li a:hover {
		color:green; background: rgba(255,255,255,0.50);
			}
			
    #menu>ul>li>ul {
        display: none
    }
    #menu>ul>li>ul>li {
        position: relative
    }
    #menu>ul>li>ul>li>a {
        background: rgba(0,0,0,0.60);
		text-align: left; padding-left: 8px; white-space: nowrap;
    }
    #menu>ul>li>ul>li>ul {
        position: absolute;
        left: 100px;
        top: 0;
        display: none
    }
    #menu>ul>li>ul>li>ul a {
        background: rgba(0,0,0,0.30);
		text-align: left; padding-left: 8px; white-space: nowrap;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

#bar{display: none}

.esquinas{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.precio{
	-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px; /*background-color:yellowgreen*/
background: white; color: black; border: solid 6px yellowgreen; padding-left: 12px; padding-right: 12px; margin: 3px; text-align:right; display: inline-block;
}
.precio_numeral{
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px; /*background-color:yellowgreen*/
background: yellowgreen; color: #fff; border: solid 1px black; padding: 3px; text-align: center; display: inline-block; font-size: 15px;
}
/* ESTILOS NORMALES (para escritorios muy grandes)
   ========================================================================= */
@media (min-width: 1200px) {
	#header{height: 170px;}
	.linea2{margin-top: 20px; padding-top: 20px; border-top: solid 1px #ccc}
	#zona_header_down{position: absolute; bottom: 0px;width: 100%; left: 0px;}
.zona_slide, .zona_video, .tabla_slide{
	height:-moz-calc(70vh - 150px);
	height:-webkit-calc(70vh - 150px);
  height:calc(70vh - 150px);
  }
.sobre{margin-top: 70vh}
.fondo{margin-top: 150px;}


	}
	
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
.linea2{margin-top: 20px; padding-top: 20px; border-top: solid 1px #ccc}
	}


/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media  (min-width: 481px) and (max-width: 767px) { 
	.linea2{margin-top: 20px; padding-top: 20px; border-top: solid 1px #ccc}
	#dos{ position: absolute; bottom: 0px; right: 4px; z-index: 10}
	#dos i{color: white}
#menu { display: none;
		position: absolute; top: 25px; left: 0px; z-index: 100;
        width: 50%;
        margin: 0 auto;
    }
    #menu>ul>li {
        float: left; width: 100%;
    }
    #menu>ul>li a {
        display: block;
        width: 100%;
        height: 25px;
        color: white;
        text-align: left; padding-left: 8px; white-space: nowrap;
        line-height: 25px;
		border-right: solid 1px white;
    }
	#menu>ul>li a:hover {
		color:green; background: rgba(255,255,255,0.50);
			}
			
    #menu>ul>li>ul {
        display: block
    }
    #menu>ul>li>ul>li {
        position: relative
    }
    #menu>ul>li>ul>li>a {
        background: rgba(0,0,0,0.60);
		text-align: left; padding-left: 16px; white-space: nowrap;
    }
    #menu>ul>li>ul>li>ul {
        position: absolute;
        left: 100px;
        top: 0;
        display: none
    }
    #menu>ul>li>ul>li>ul a {
        background: rgba(0,0,0,0.30);
		text-align: left; padding-left: 24px; white-space: nowrap;
    }
    #menu ul {
        list-style: block;
        margin: 0;
        padding: 0
    }

#bar{display: block}
 }

/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) { 
	.linea2{margin-top: 20px; padding-top: 20px; border-top: solid 1px #ccc}
#dos{ position: absolute; bottom: 0px; right: 4px; z-index: 10}
	#dos i{color: white}
	#menu { display: none;
		position: absolute; top: 20px; left: 0px; z-index: 100;
        width: 70%;
        margin: 0 auto
    }
    #menu>ul>li {
        float: left; width: 100%; background: rgba(0,0,0,0.70);
    }
    #menu>ul>li a {
        display: block;
        width: 100%;
        height: 25px;
        color: white;
        text-align: left; padding-left: 8px; white-space: nowrap;
        line-height: 25px;
		border-right: solid 1px white;
    }
	#menu>ul>li a:hover {
		color:green; background: rgba(255,255,255,0.50);
			}
			
    #menu>ul>li>ul {
        display: block
    }
    #menu>ul>li>ul>li {
        position: relative
    }
    #menu>ul>li>ul>li>a {
        background: rgba(0,0,0,0.60);
		text-align: left; padding-left: 16px; white-space: nowrap;
    }
    #menu>ul>li>ul>li>ul {
        position: absolute;
        left: 100px;
        top: 0;
        display: none
    }
    #menu>ul>li>ul>li>ul a {
        background: rgba(0,0,0,0.30);
		text-align: left; padding-left: 24px; white-space: nowrap;
    }
    #menu ul {
        list-style: block;
        margin: 0;
        padding: 0
    }

#bar{display: block}

	.bloque1{text-align: center; /*margin-left: -100px; left: 50%;*/}
	.bloque2{text-align: center;}
	.row div{margin-bottom: 30px;}

 }





.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: black;
    display: inline-block;
	cursor: pointer; /* "hand" cursor */
	padding: 4px; padding-left: 10px; padding-right: 10px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.boton_ok{
font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: black;
    display: inline-block;
	cursor: pointer; /* "hand" cursor */
	padding: 4px; padding-left: 10px; padding-right: 10px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;	
}
.boton_ok:hover{background-color: red;}

.boton_green{
font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: green;
    display: inline-block;
	cursor: pointer; /* "hand" cursor */
	padding: 4px; padding-left: 10px; padding-right: 10px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;	
}
.boton_green:hover{background-color: red;}

input[type=text],input[type=password], select{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; border:solid 1px #333;	
}

