/*----------[Desktop]----------*/
.desktop{
	background-color: #EAEDF0;
}
.desktopNaranja { 
  background: url(../imagesBase/mainBackGround.svg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*----------[Header]----------*/
#pennant{
	width: 115px;
	height: 137px;
	margin: 0px auto;
	background: url(../imagesBase/headerPennant.png);
	background-size: 115px;
	background-repeat: no-repeat;
}

/*----------[Menu]----------*/
#menu{
	width: 39px;
	height: 26px;
	position:absolute;
	top: 20px;
	left: 20px;
	background-image: url(../imagesBase/headerMenu.svg);
	cursor: pointer;
}
#menuBox {
	background-color: #ffffff; 
	position: fixed; 
	top: 10px; 
	left: 10px; 
	width: 300px;  
	z-index: 1000; 
	padding-top: 9px; 
	display:none; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
#menuLogo {
	margin:0px auto 0px auto; 
	width: 33px; 
	height: 32px; 
	background-image: url(../imagesBase/menuLogo.svg);
}
#menuClose {
	position: absolute; 
	top:18px; 
	left: 20px; 
	width: 14px; 
	height: 14px; 
	background-image: url(../imagesBase/menuClose.svg); 
	cursor: pointer; 
	z-index: 9999;
	}
#menuMenu{ }
.menuItem {
	font-family: "Lato"; 
	font-weight: 400; 
	font-size: 12px; 
	text-align: center; 
	color: #FF7D01; 
	line-height: 80%;}
#menuMenu a:link {color: #FF7D01;}
#menuMenu a:visited {color: #FF7D01;}
#menuMenu a:hover {color: #FF7D01; text-decoration: underline;}
#menuMenu a:active {color: #FF7D01;}
#menuLine {
	margin: 5px auto 15px auto; 
	width: 40px; height: 10px; 
	border-bottom: solid 1px #FF7D01;
	}
#contentBox {display: block;}

/*----------[Main]----------*/
#premiosImagen{
	max-width: 760px;
	margin: 0px auto;
	background-repeat: no-repeat;
}
#premiosSubtitulo{
	max-width: 760px;
	margin: -30px auto 0px auto;
	padding: 20px;
	font-family: "Lato"; 
	font-weight: 400; 
	font-size: 22px; 
	text-align: center; 
	color: #000000; 
}
#premiosTexto{
	max-width: 760px;
	margin: 30px auto 0px auto;
	padding: 20px;
	font-family: "Lato"; 
	font-weight: 400; 
	font-size: 18px; 
	text-align: center; 
	color: #ffffff; 
}
#botones{
	max-width: 604px;
	margin: 0px auto 0px auto;
	cursor: pointer;
	
}
@media only screen and (min-width: 604px) {
    #boton {
        float: left;
    }
}
#boton{
	min-width: 175px;
	margin: 10px;
	padding: 15px 0px;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 16px; 
	text-align: center; 
	color: #ffffff; 
	border: #ffffff;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#boton:hover{
	color: #FF7D01;
	background-color: #ffffff;
}
#botonPropuestaWrapper{max-width: 571px;margin: 0px auto;}
#botonPropuesta{
	max-width: 571px;
	margin: 10px;
	padding: 15px 0px;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 20px; 
	text-align: center; 
	color: #FF7D01;
	background-color: #ffffff; 
	border: #ffffff;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#botonPropuesta:hover{
	color: #ffffff;
	background-color: transparent;
}
#sombraNaranja{
	width: 100%;
	height: 110px;
	background-image: url(../imagesBase/sombraNaranja.svg);
}

/*----------[Contacto]----------*/
#contacto{
	max-width: 560px;
	margin: 0px auto;
	padding: 20px;
}
#formTitulo{
	font-family: "Lato"; 
	font-weight: 400; 
	font-size: 22px; 
	text-align: center; 
	color: #455B73; 
}
#formSubtitulo{
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 14px; 
	text-align: center; 
	color: #455B73; 
}
#formNameBox{
	max-width: 400px;
	margin: 10px auto;
	padding: 10px;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 16px; 
	color: #455B73; 
	border: #455B73;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#formNameIcon{
	width: 24px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	float: left;
	background-image: url(../imagesBase/iconName.svg);
}
#inputContacto{
	width: 90%;
	border: none;  
	background: transparent;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 16px; 
	color: #455B73;
}
#formMailBox{
	max-width: 400px;
	margin: 10px auto;
	padding: 10px; 
	border: #455B73;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#formMailIcon{
	width: 24px;
	height: 16px;
	margin: 4px 10px 0px 0px;
	float: left;
	background-image: url(../imagesBase/iconMail.svg);
}
#formTextBox{
	max-width: 400px;
	margin: 10px auto;
	padding: 10px;
	border: #455B73;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#inputContactoMensaje{
	width: 100%;
	height: 220px;
	border: none;  
	background: transparent;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 16px; 
	color: #455B73;
}
#formEnviar{
	width: 100px;
	margin: 0px auto;
	padding: 10px 0px;
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 16px; 
	text-align: center; 
	background: transparent;
	color: #455B73; 
	border: #455B73;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#formEnviar:hover{
	color: #ffffff;
	background-color: #455B73;
}

/*----------[Footer]----------*/
#footer{align-content: center; text-align: center;}
#logoFooter{
	max-width: 525px;
	margin: 0px auto;
}
#textoFooter{
	font-family: "Lato"; 
	font-weight: 300; 
	font-size: 10px; 
	text-align: center; 
	color: #455B73; 
}