.errorlist {
    color: #f9f747;
	text-shadow: 0 2px 0 black;
    font-size: 1.4em;
    font-family:'DroidSerifItalic';
    font-weight: bold;
    float: right;
    margin-left:15px;
    position: relative;
    top: 11px;	
}

.enviado{
    color: #f9f747;
    color: white;
	text-shadow: 0 2px 0 black;
    font-weight: bold;
    font-size: 1.9em;
    font-family:'DroidSerifItalic';
    display: inline-block;
    width: 260px;
    vertical-align: 50px;
    height: 100%;
}

.text_respuesta{
    color: #f9f747;
    color: white;
	text-shadow: 0 2px 0 black;
    font-size: 1.5em;
    font-family:'DroidSerifItalic';
    display: inline-block;
    width: 90%;
    margin: 30px 5% 0 5%;
    vertical-align: top;
    line-height: 1.5em;
    height: 100%;
}

.visto_ok{
    display: inline-block;
    margin: 0 20px 0 5%;
}

.foto_respuesta {
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/foto_respuesta2.jpg);
    background-position: center 50%;
    height: 300px;
	width: 90%;
    margin: 30px 5% 0 5%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type='submit']{	-webkit-appearance: none;}
input[type='submit']:hover{-webkit-appearance: none;}
input[type='text']{	-webkit-appearance: none;}
input[type='text']:hover{-webkit-appearance: none;}

#formulario_respuesta {
    background: #1a1a1a;
    padding: 30px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1.5px 0.5px 2px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1.5px 0.5px 2px 0 rgba(0, 0, 0, 0.35);
}

/* START MEDIA-QUERIES FORMULARIO RESPUESTA*/

@media only screen and (min-width: 1700px) {

.enviado{
    font-size: 2.5em;
    width: 70%;
    vertical-align: 45px;
}
}

@media only screen and (max-width: 1210px) {

.enviado{
    font-size: 1.6em;
    width: 230px;
}
}

@media only screen and (max-width: 1150px) {

.enviado{
    font-size: 1.5em;
    width: 210px;  
    vertical-align: 40px;
}

.visto_ok{
    width: 90px;
}
}

@media only screen and (max-width: 1100px) {

.visto_ok, .text_respuesta, .foto_respuesta {
    margin-left: 8%;
}

.foto_respuesta {
    margin-right: 8%;
    width: 84%;
}
}

@media only screen and (max-width: 1000px) {

.enviado{
    font-size: 1.3em;
    width: 200px;  
    vertical-align: 40px;
}
}

@media only screen and (max-width: 950px) {

.enviado{
    font-size: 1.3em;
    width: 200px;  
    vertical-align: 30px;
}

.visto_ok{
    width: 70px;
}

.text_respuesta{
    font-size: 1.25em;
}
}

@media only screen and (max-width: 880px) {

.visto_ok{
    width: inherit;
}

.enviado{
    font-size: 2em;
    width: 60%;  
    vertical-align: 50px;
}

.text_respuesta{
    font-size: 1.5em;
}

.foto_respuesta{
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 605px) {

.foto_respuesta{
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 570px) {

.visto_ok{
    width: 90px;
}

.enviado{ 
    vertical-align: 35px;
}

.text_respuesta{
    width: 83%;
}
}

@media only screen and (max-width: 540px) {

.enviado{
    font-size: 1.7em;
}

.foto_respuesta{
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 485px) {

.visto_ok{
    width: 75px;
}

.enviado{
    font-size: 1.5em;
    vertical-align: 30px;
}
}

@media only screen and (max-width: 445px) {

.visto_ok{
    width: 70px;
}
.foto_respuesta{
    margin-bottom: 0;
}

}

@media only screen and (max-width: 412px) {

.visto_ok{
    width: 70px;
}

.enviado{
    font-size: 1.3em;
    vertical-align: 28px;
}

.text_respuesta{
    font-size: 1.3em;
    width: 90%;
}
}

@media only screen and (max-width: 380px) {

.visto_ok{
    margin-right: 10px;
}
}

@media only screen and (max-width: 375px) {

.foto_respuesta{
    height: 200px;
}
}

@media only screen and (max-width: 360px) {

.visto_ok{
    width: 80px;
    margin-right: 15px;
}

.enviado{
    font-size: 1.45em;         
    vertical-align: 15px;
    line-height: 1.3em;
    width: 40%;
}

.text_respuesta{
    font-size: 1.25em;
}

}

/* FIN MEDIA-QUERIES FORMULARIO RESPUESTA*/

#formulario_ok {
    color: #61BE18;
    font-weight: bold;
}

#idiomboxfooter input[type='text'] {
	font-family: 'Conv_ITCAvantGardeStd-XLt',Century Gothic,verdana;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
	font-size: 20px;
    text-align: left;
    border: 1px solid transparent;
    width:100%;
    padding:  9px 0 9px 20px;
    margin: 15px 0 15px 0;

}

#idiomboxfooter textarea {
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    margin: 1em 0 0.3em 0;
    text-align: left;
    font-size: 1.3em;
	line-height: 1.3em;
    height: 220px;
    border: 1px solid transparent;
    width: 100%;
    padding:  0.5em 0 0.5em 20px;
    margin: 15px 0 15px 0;
}

#botonenviarentero{
    padding: 10px;
    width: 100%;
    background-color:  #1A1A1A;
    -o-box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    margin: 0 0 1em 0;
}

#botonenviarentero:hover{
    padding: 10px;
    width: 98.5%;
	margin: 0.25em 0 1em 0;
    background-color:  #106C84;
    -o-box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
	    -o-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1.5px 0.5px 2px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.parpadeo{
    animation: 2.5s linear 0s normal none infinite intermitente;
    -webkit-animation: 2.5s linear 0s normal none infinite intermitente;
    -moz-animation: 2.5s linear 0s normal none infinite intermitente;
    -o-animation: 2.5s linear 0s normal none infinite intermitente;
}

.parpadeo:hover{
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

@-o-keyframes intermitente{
    0%{
        background-color: #1a1a1a;
    }
    50%{
        background-color: #106C84;
    }

    100%{
        background-color: #1a1a1a;
    }
}

@-webkit-keyframes intermitente{
    0%{
        background-color: #1a1a1a;
    }
    50%{
        background-color: #106C84;
    }

    100%{
        background-color: #1a1a1a;
    }
}

@-moz-keyframes intermitente{
    0%{
        background-color: #1a1a1a;
    }
    50%{
        background-color: #414141;
    }

    100%{
        background-color: #1a1a1a;
    }
}

@ keyframes intermitente{
    0%{
        background-color: #1a1a1a;
    }
    50%{
        background-color: #414141;
    }

    100%{
        background-color: #1a1a1a;
    }
}

#botonenviarentero input[type='submit']{
    font-family: 'itc_avant_garde_gothic_stdemi',Century Gothic,verdana;
    color: white;
	width: 100%;
    background-color:  transparent;
    padding: 1em 10px;
    text-align: center;
    font-size: 1.5em;
    cursor:pointer;
    border: none;
	-webkit-appearance: none;
}

#botonenviarentero input[type='submit']:hover {
    background-color:  transparent;
    color: rgba(255, 255, 255, 1);
	-webkit-appearance: none;
}

textarea {
    resize: none;
}