#capaPortadaMenu{
    /*border-left: 9px solid #fff;
    border-right: 8px solid #fff;*/
	border: none !important; 
    height: 429px;
}
/*Página de inicio*/
#inicioPag1 #divPagina1 .logo{
    margin-top: 60px;
}


#divPagina1 .capaOpacidad #contenidopagina1 h1 {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

#inicioPag1 #divPagina1 h1{
    font-size: 40px;
    color: #fff;
    text-align: center;
    max-width: 830px;
    margin: 37px auto;
}
#divPagina1{
    border-bottom: 6px solid #fff !important;
    border-right: 6px solid #fff !important;
    background: url(../img/talo-y-chorizo.jpg)  no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 441px;
    width: 100%;
}
.capaOpacidad3{
    position: absolute;    
    background-size: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 2;
    width: 100%;
    border-left: 0px solid #fff !important;
    border-right: 6px solid #fff !important;
    height: 470px;
}
#inicioPag2{
    height: auto;
    padding-top: 45px;
	border-right: 6px solid #fff !important;
	  
}
#inicioPag2 .inputText{
    border: 0px;
    border-bottom: 1px solid #A4A1A2;
    font-size: 20px;
    width: 100%;
    margin-bottom: 22px;
}
#inicioPag2 .inputText:placeholder,#inicioPag3 .inputText:placeholder{
    color:#A4A1A2;

}
#inicioPag2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#A4A1A2;
}
#inicioPag2 ::-moz-placeholder { /* Firefox 19+ */
  color:#A4A1A2;
}
#inicioPag2 :-ms-input-placeholder { /* IE 10+ */
  color:#A4A1A2;
}
#inicioPag2 :-moz-placeholder { /* Firefox 18- */
  color:#A4A1A2;
}

#inicioPag3 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
#inicioPag3 ::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
#inicioPag3 :-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
#inicioPag3 :-moz-placeholder { /* Firefox 18- */
  color:#fff;
}
#inicioPag2 textarea{
    border: 1px solid #A4A1A2;
    font-size: 20px;
    width: 100%;
    color:#A4A1A2;
    padding: 17px;
    height: 153px;
}
#inicioPag2 #botonContacta2{
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 37px;
	border: none;
}
#inicioPag2 h2 {
    margin-top: 50px;
    margin-bottom: 29px;
    font-size: 33px;
    color:#603E38;
    font-weight: 800;
	letter-spacing: -1px;
}
#inicioPag2 p{
    font-size: 18px;
    color:#603E38;
	line-height: 120%;
}
#inicioPag3{
    height: 476px;
    width: 100%;
    background: url(../img/contacto.jpg)  no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-right: 3px solid #fff;
}
#inicioPag3 .inputText{
    border: 0px;
    border-bottom: 1px solid #A4A1A2;
    font-size: 20px;
    width: 100%;
    margin-bottom: 22px;
    background: none;
    color: #fff;
}
#inicioPag3 h2{
    font-size: 40px;
    color:#fff;
    margin-top: 64px;
    margin-bottom: 64px;
	letter-spacing: -1px;
}
#inicioPag5{
    z-index: 2;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 0px !important;
    text-align: left;
    border-bottom: 6px solid #fff;
    color: #fff;
}

#inicioPag5 .cabecera{
    margin-top: 200px;
}
#inicioPag5 .cabecera p{
    font-size: 18px;
    max-width: 480px;

}
.botonRojo{
    display: inline-block;
}
#contacta3{
   margin-top: 15px !important; 
}

@media (max-width: 1000px) {
    #inicioPag3 {
        height: 550px;
    }
    .capaOpacidad3 {
        height: 544px;
    }
    #inicioPag3 h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    #inicioPag1 #divPagina1 h1{
        font-size: 30px;
    }
    #inicioPag2 .inputText,#inicioPag2 textarea{
        width: inherit;
    }
}
@media (max-width: 500px) {
    #inicioPag1 #divPagina1 h1 {
        font-size: 25px;
        max-width: 300px;
    }
}
@media (max-width: 450px) {
    #inicioPag2 #botonContacta2,#contacta3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 37px;
        font-size: 18px;
    }
    #inicioPag2 h2 {
        font-size: 23px;
    }
}
@media (max-width: 350px) {
    #inicioPag3 {
        height: 550px;
    }
    .capaOpacidad3 {
        height: 544px;
    }
    #inicioPag3 h2 {
        font-size: 25px;
    }
}
@media (max-width: 300px) {
    #divPagina1 .logo {
        width: 150px;
    }
    #inicioPag1 #divPagina1 h1 {
        font-size: 20px;
    }
    #inicioPag2 {
        height: auto;
    }
    #inicioPag3 {
        height: 650px;
    }
    .capaOpacidad3 {
        height: 644px;
    }
    #inicioPag3 h2 {
        font-size: 20px;
    }
}
