html, body
{
    height: 100%;
}


body{
	font-family: "Verdana";
	/*background-image: url("recursos/degradados.png");
	background-size: cover;*/
	font-family: 'Sanchez', serif;
	color: gray;
	font-size: 1.5vh;
}

a{
	color:white;
}

.subtitulos{
	font-size: 2.25em;
	margin-bottom: 0.25em;
	font-family: 'Passion One', cursive;
	letter-spacing: 0.15em;
	color: gray;
}

.secciones{
	background-image: url("recursos/fondo.png");
	width: 35%;
	padding: 2%;
	text-align: justify;
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom-right-radius: 4em;
	min-width: 25em;
}

.elementomenu{
	display: inline-block;
	font-size: 1.8em;
	padding-right: 5vw;
	padding-left: 5vw;	
}

.elementomenu:hover{
	background-image: url("recursos/menu.png");;
	color: white;
	box-shadow: 0px 0px 20px black;
	text-shadow: 0px 0px 10px white;
}
#titulo{
	font-weight: bold;
	color: white;
	top : 0px;
	left: 0px;
	position: fixed;
	background-color: lightgray;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 1.3vh;
	font-size: 350%;
	height: 25vh;
	font-family: 'Courgette', cursive;
	background-image: url("recursos/titulo2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: right top;*/
    background-attachment: fixed;
    box-shadow: 0px 0px 10vh black;

}

#sub{
	font-weight: normal;
	font-size: 2.5vh;
}

#sub2{
	font-size: 6vh;
}

#menu{
	font-size: 1.6vh;
	width: 100%;
	top: 21vh;
	left: 0px;
	/*height:8%;*/
	position: fixed;
	background-color: transparent;
	margin-bottom: 10px;
	/*height: 40px;*/
	text-align: center;
	box-shadow: 0px 0px 4vh black;
}

#fondointro{
	margin-top: 27vh;
	width: 100%;
	height: 72vh;
	background-image: url("recursos/trigo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    /*background-position: right top;*/
    background-attachment: fixed;
    border-radius: 5em
}

#fondoempresa{
	margin-top: 2em;
	width: 100%;
	height: 72vh;
	background-image: url("recursos/rio.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    /*background-position: right top;*/
    background-attachment: fixed;
    border-radius: 5em
}

#fondoproductos{
	margin-top: 2em;
	width: 100%;
	height: 72vh;
	background-image: url("recursos/rueda.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    /*background-position: right top;*/
    background-attachment: fixed;
    border-radius: 5em
}

#fondocontactos{
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	height: 72vh;
	background-image: url("recursos/nave.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    /*background-position: right top;*/
    background-attachment: fixed;
    border-radius: 5em
}

.secciones a{
	color: #5DA1EB;
	text-decoration: none;
	font-weight: bold;
}

.secciones a:hover{
	text-decoration: underline;
}

#introduccion{
	position: absolute;
	top: 0px;
}

#empresa{
	position: absolute;
	top: 50em
}

#productos{
	position: absolute;
	top: 150vh
}

#contacto{
	position: absolute;
	top: 225vh
}

#seccontacto{
	text-align: left;
}

#map{
	margin-top: 2vh;
	height: 30vh;
	width: 100%;
	border-radius: 30px;
	box-shadow: 0px 0px 5vh gray;
}

#creditos{
	text-align: center;
	padding-bottom: 2em;
}

#esp_icon{
	display: inline-block;
	background-color: red;
	height: 0.67em;
	width: 1em;
	position: absolute;
	top: 5em;
	right: 4em;
	box-shadow: 0px 0px 0.2em black;
	border-radius: 0.15em;
}

#esp_icon:hover{
	box-shadow: 0px 0px 0.2em white;
}

#ei2{
	display: inline-block;
	background-color: yellow;
	height: 0.3em;
	width: 1em;
	position: absolute;
	top: 25%;
	left: 0%;
}

#gal_icon{
	display: inline-block;
	background-color: white;
	height: 0.67em;
	width: 1em;
	position: absolute;
	top: 5em;
	right: 2em;
	box-shadow: 0px 0px 0.2em black;
	border-radius: 0.15em;
}

#gal_icon:hover{
	box-shadow: 0px 0px 0.2em white;
}

#gi2{
	display: inline-block;
	background-color: lightblue;
	height: 0.3em;
	width: 1.08em;
	position: absolute;
	top: 27.5%;
	left: -3.5%;
	-ms-transform: rotate(27deg); /* IE 9 */
    -webkit-transform: rotate(27deg); /* Safari */
    transform: rotate(27deg);
    border-radius: 0.3em;
}

#eng_icon{
	display: inline-block;
	background-color: blue;
	height: 0.67em;
	width: 1em;
	position: absolute;
	top: 5em;
	right: 0.1em;
	box-shadow: 0px 0px 0.2em black;
	border-radius: 0.15em;
}

#eng_icon:hover{
	box-shadow: 0px 0px 0.2em white;
}

#eni2{
	display: inline-block;
	background-color: white;
	height: 0.2em;
	width: 1.08em;
	position: absolute;
	top: 31%;
	left: -3.5%;
	-ms-transform: rotate(27deg); /* IE 9 */
    -webkit-transform: rotate(27deg); /* Safari */
    transform: rotate(27deg);
    border-radius: 0.3em;
}

#eni3{
	display: inline-block;
	background-color: red;
	height: 0.1em;
	width: 1.08em;
	position: absolute;
	top: 37%;
	left: -3.5%;
	-ms-transform: rotate(27deg); /* IE 9 */
    -webkit-transform: rotate(27deg); /* Safari */
    transform: rotate(27deg);
    border-radius: 0.3em;
}

#eni2-2{
	display: inline-block;
	background-color: white;
	height: 0.2em;
	width: 1.08em;
	position: absolute;
	top: 31%;
	left: -3.5%;
	-ms-transform: rotate(-27deg); /* IE 9 */
    -webkit-transform: rotate(-27deg); /* Safari */
    transform: rotate(-27deg);
    border-radius: 0.3em;
}

#eni3-2{
	display: inline-block;
	background-color: red;
	height: 0.1em;
	width: 1.08em;
	position: absolute;
	top: 37%;
	left: -3.5%;
	-ms-transform: rotate(-27deg); /* IE 9 */
    -webkit-transform: rotate(-27deg); /* Safari */
    transform: rotate(-27deg);
    border-radius: 0.3em;
}

#eni4{
	display: inline-block;
	background-color: white;
	height: 0.67em;
	width: 0.3em;
	position: absolute;
	top: 0px;
	right: 33%;
}

#eni4-2{
	display: inline-block;
	background-color: red;
	height: 0.67em;
	width: 0.2em;
	position: absolute;
	top: 0px;
	right: 38%;
}

#eni5{
	display: inline-block;
	background-color: white;
	height: 0.3em;
	width: 1em;
	position: absolute;
	top: 25%;
	right: -1%;
}

#eni5-2{
	display: inline-block;
	background-color: red;
	height: 0.2em;
	width: 1em;
	position: absolute;
	top: 30%;
	right: -1%;
}

#idiomas{
	font-size: 0.65em;
}