/* === Estilos Principales Walworth === */
*:focus {
    outline: none;
}
/* === Tipografias === */
body {
    font: 14px/21px "Roboto", "Roboto", "Roboto", Roboto;
    background: linear-gradient(white,#abb2b9);

    background-repeat:repeat;
    background-attachment: fixed;
}
.contact_form h2, .contact_form label {
    font-family: Roboto;
}
.form_hint, .required_notification {
    font-size: 11px;
}
.contact_form ul {
    width: 750px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.contact_form li {
    padding: 12px;
    position: relative;
}
    .contact_form li:first-child, .contact_form li:last-child {
        border-bottom: 1px solid #777;
    }
.contact_form h2 {
    margin: 0;
    display: inline;
}
.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}
.contact_form label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: center;
}
.contact_form input {
    height: 20px;
    width: 220px;
    padding: 5px 8px;
}
.contact_form textarea {
    padding: 8px;
    width: 300px;
}
.contact_form button {
    margin-left: 156px;
}
.contact_form input, .contact_form textarea {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    padding-right: 30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
    .contact_form input:focus, .contact_form textarea:focus {
        background: #fff;
        border: 1px solid #555;
        box-shadow: 0 0 3px #aaa;
        padding-right: 70px;
    }
    .contact_form input:required, .contact_form textarea:required {
        background: #fff url(../images/asterisk16.png) no-repeat 98% center;
    }
        .contact_form input:required:valid, .contact_form textarea:required:valid {
            background: #fff url(../images/ok.png) no-repeat 98% center;
            box-shadow: 0 0 5px #5cd053;
            border-color: #28921f;
        }
    .contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
        background: #fff url(images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #d45252;
        border-color: #b03535;
    }
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    position: absolute;
    display: none;
}
    .form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }
.contact_form input:focus + .form_hint {
    display: inline;
}
.contact_form input:required:valid + .form_hint {
    background: #28921f;
}
    .contact_form input:required:valid + .form_hint::before {
        color: #28921f;
    }
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: #E2231A;
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #E2231A;
    border-bottom: 1px solid ##E2231A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
    button.submit:hover {
        opacity: .85;
        cursor: pointer;
    }
    button.submit:active {
        border: 1px solid #E2231A;
        box-shadow: 0 0 10px 5px #E2231A inset;
        -webkit-box-shadow: 0 0 10px 5px #E2231A inset;
        -moz-box-shadow: 0 0 10px 5px #E2231A inset;
        -ms-box-shadow: 0 0 10px 5px #E2231A inset;
        -o-box-shadow: 0 0 10px 5px #E2231A inset;
    }
    .pie{
      position:fixed;
         left:0px;
         bottom:0px;
         height:30px;
         width:100%;
         background:#E2231A;
    }
    .principal{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    }
    .imgw{
      width: 60%;
    }
    .divimg{
      margin: 0 auto;
    }
    .cajaok
{
width: 100%;
font-family: Roboto;
font-size: 22px;
background-color:  #e8f9e6   ;
margin: 15% 0 0 ; /*Margen superior del 20% y luego centramos con un margen lateral izquierdo del 30%*/
border: 1px Hidden;
text-align: center;
animation: aparecer 1s ease-out 1; /*Definimos un nombre para la animación (“aparecer”), un tiempo total de 4segundos de duración y un movimiento suavizado al final*/
-webkit-animation: aparecer 1s ease-out 1;/*Chrome, Safari, Android, iOs*/
-moz-animation: aparecer 1s ease-out 1; /*Firefox*/
-o-animation: aparecer 1s ease-out 1; /*Opera*/
-ms-animation: aparecer 1s ease-out 1; /*Internet Explorer*/
}
.cajanok
{
width: auto;
height: auto;
font-family: Roboto;
font-size: 22px;
background-color: #f9e9e6 ;
margin: 15% 0 0 ; /*Margen superior del 20% y luego centramos con un margen lateral izquierdo del 30%*/
border: 1px Hidden;
text-align: center;
animation: aparecer 1s ease-out 1; /*Definimos un nombre para la animación (“aparecer”), un tiempo total de 4segundos de duración y un movimiento suavizado al final*/
-webkit-animation: aparecer 1s ease-out 1;/*Chrome, Safari, Android, iOs*/
-moz-animation: aparecer 1s ease-out 1; /*Firefox*/
-o-animation: aparecer 1s ease-out 1; /*Opera*/
-ms-animation: aparecer 1s ease-out 1; /*Internet Explorer*/
}
@-o-keyframes aparecer {
from {margin-top: -50%; opacity: 0;}
50% {margin-top: 10%; opacity: 0.2;}
to {margin-top: 15%; opacity: 1;}
}
@-moz-keyframes aparecer {
from {margin-top: -50%; opacity: 0;}
50% {margin-top: 10%; opacity: 0.2;}
to {margin-top: 15%; opacity: 1;}
}
@-webkit-keyframes aparecer {
from {margin-top: -50%; opacity: 0;}
50% {margin-top: 10%; opacity: 0.2;}
to {margin-top: 15%; opacity: 1;}
}
@-ms-keyframes aparecer {
from {margin-top: -50%; opacity: 0;}
50% {margin-top: 10%; opacity: 0.2;}
to {margin-top: 15%; opacity: 1;}
}

@keyframes aparecer {
from {margin-top: -50%; opacity: 0;}  /*Nótese el margen negativo para situarlo bien arriba*/
50% {margin-top: 10%; opacity: 0.2;} /*Vemos que cuando haya transcurrido el 50% del tiempo, es decir, 2s, el margen superior ha pasado de -50% a 10%, y la opacidad de 0 a 0.2*/
to {margin-top: 15%; opacity: 1;} /*Es el ultimo fotograma de la animación, o punto final*/
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }
@media (min-width: 768px) and (max-width: 991px) {
	.imgw {
    position: absolute;
    top: 40%;
		width:100%;
	}
}

@media (max-width: 767px) {
	.imgw {
    left: 0px;
    position: absolute;
    top: 10%;
		width:100%;
	}
  .contact_form ul {
      width: 300px;

  }
  .principal{
  position: absolute;
  left: 50%;
  top: 55%;

  }
}
