@charset "utf-8";

#container {  
    width: 200px;  
    margin: 0 auto;  
    background: #ffffff;  
    border: 1px solid white;  
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    vertical-align:top;
} 

#formulario {  
    padding: 1em;  
}  
      
#formulario fieldset {  
    width: 300px;  
    padding: 0 0 0 0;  
    border: 0;  
}  
      
#formulario label {  
    display: block;  
    padding: 5px 0 5px 0;
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";*/
    font-family:Arial, Helvetica, "trebuchet MS";
}  
      
#formulario input[type=text], textarea {  
    padding: 10px 0 10px 0;  
    border: 1.5px solid black;  
    color: #5b5c5c;  
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";  */
    font-family:Arial, Helvetica, "trebuchet MS";
    font-size: inherit;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
}  
  
#formulario input[type=text]:focus, textarea:focus {  
    background: #f5f2c9;  
}  
      
#formulario input[type=submit] {  
    border: none;  
    margin-right: 1em;  
    padding: 6px;  
    text-decoration: none;  
    font-size: 12px;  
    font-weight: bold;  
    -moz-border-radius: 4px;  
    background: #348075;  
    color: white;  
    width: 100px;  
}  

#formulario input[type=submit]:hover {  
    background: #287368;  
    cursor: pointer;  
}  
      
#validar-nombre, #validar-correo, #validar-sitio, #validar-mensaje {  
    position: absolute;  
    width: 100px;  
}  
      
#validar-nombre img, #validar-correo img, #validar-mensaje img {  
    padding:10px 0 0 5px;  
}

#pageb { 
    margin: 0 auto;  
    background: #fff; 
    /*padding:10px; ¨*/
    margin-top: 0px; 
    margin-bottom: 10px;  
    /*box-shadow: #999 1px 1px 3px; */
}

.impuestos{
    width:90%;
    border:1px solid #ced5d7;
    border-radius:6px;
    /*padding:35px 45px 10px;*/
    padding-left:10px;
    padding-right:10px;
    margin:auto;
    background-color:#FFFFFF;
    box-shadow:0px 5px 10px #b5c1c5, 0 0 0 0px #eef5f7 inset;
}

.impuestos div{
    margin-bottom:5px;
}

.contacto{
    width:50%;
    border:1px solid #ced5d7;
    border-radius:6px;
    /*padding:35px 45px 10px;*/
    padding:10px 30px 5px 20px;
    margin:auto;
    background-color:#FFFFFF;
    box-shadow:0px 5px 10px #b5c1c5, 0 0 0 0px #eef5f7 inset;
}

.contacto a{
    text-decoration: none;
    color:#0000FF;
}

.contacto a:hover{
    color:#FF0000;
}

.contacto label{
    display:block;
    /*font-weight:bold;*/
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";*/
    font-family:Arial, Helvetica, "trebuchet MS";
    font-size:12px;
}

.contacto div{
    margin-bottom:5px;
}

.contacto input[type="text"], .contacto textarea{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contacto input[type="text"]:focus, .contacto textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contacto input[type="password"], .contacto textarea{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contacto input[type="password"]:focus, .contacto textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contacto input[type="submit"]{
    display:inline-block;
    font-size:22px;
    color:rgb(255,255,255);
    padding:0 18px;
    background:rgb(22,50,202);
    height:45px;
    line-height:44px;
    position:relative;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top:0.5em;
}

.contacto input[type='submit']:hover{
    background:rgb(226,60,11);
    color:rgb(255,255,255);
}

.contacto input[type='submit']:active{
    background: #cfe6ef;

}

.contacto select{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactob{
    width:80%;
    border:1px solid #ced5d7;
    border-radius:6px;
    padding:10px 30px 5px 20px;
    margin:auto;
    background-color:#FFFFFF;
    box-shadow:0px 5px 10px #b5c1c5, 0 0 0 0px #eef5f7 inset;
}

.contactob label{
    display:block;
    /*font-weight:bold;*/
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";*/
    font-family:Arial, Helvetica, "trebuchet MS";
    font-size:12px;
}

.contactob div{
    margin-bottom:5px;
}

.contactob input[type="checkbox"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactob input[type="search"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactob input[type="text"], .contactob input[type="date"], .contactob input[type="search"]{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}
 
.contactob input[type="text"]:focus, .contactob input[type="date"]:focus, .contactob input[type="search"]:focus {
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactob input[type="phone"], .contactob input[type="email"]{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}
 
.contactob input[type="phone"]:focus, .contactob input[type="email"]:focus {
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactob input[type="date"]{width:90%;}

.contactob input[type="password"], .contactob textarea{
    padding:7px 6px;
    width:98%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactob input[type="password"]:focus, .contactob textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactob input[type="submit"]{
    display:inline-block;
    font-size:22px;
    color:rgb(255,255,255);
    padding:0 18px;
    background:rgb(22,50,202);
    height:45px;
    line-height:44px;
    position:relative;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top:0.5em;
}

.contactob input[type='submit']:hover{
    background:rgb(226,60,11);
    color:rgb(255,255,255);
}

.contactob input[type='submit']:active{
    background: #cfe6ef;

}

.contactob select{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactoc{
    width:40%;
    border:1px solid #ced5d7;
    border-radius:6px;
    /*padding:35px 45px 10px;*/
    padding:10px 30px 5px 20px;
    margin:auto;
    background-color:#FFFFFF;
    box-shadow:0px 5px 10px #b5c1c5, 0 0 0 0px #eef5f7 inset;
}

.contactoc label{
    display:block;
    /*font-weight:bold;*/
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";*/
    font-family:Arial, Helvetica, "trebuchet MS";
    font-size:12px;
}

.contactoc div{
    margin-bottom:5px;
}

.contactoc input[type="checkbox"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactoc input[type="search"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactoc input[type="text"], .contactoc textarea{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    width:98%;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactoc input[type="text"]:focus, .contactoc textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactoc input[type="date"], .contactoc input[type="email"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    width:98%;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactoc input[type="date"]:focus, .contactoc input[type="email"]:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactoc input[type="password"], .contactoc textarea{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactoc input[type="password"]:focus, .contactoc textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactoc input[type="submit"]{
    border:1px solid #ced5d7;
    box-shadow:0 0 0 3px #eef5f7;
    padding:8px 16px;
    border-radius:20px;
    font-weight:bold;
    color:#FFFFFF;
    /*text-shadow: 1px 1px 0px white;*/
    background: #717175;    
}

.contactoc input[type='submit']:hover{
    background: #B2C52D;
    color:#000000;
}

.contactoc input[type='submit']:active{
    background: #cfe6ef;

}

.contactoc select{
    padding:7px 6px;
    width:70%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactod{
    width:30%;
    border:1px solid #ced5d7;
    border-radius:6px;
    /*padding:35px 45px 10px;*/
    padding:10px 30px 5px 20px;
    margin:auto;
    background-color:#FFFFFF;
    box-shadow:0px 5px 10px #b5c1c5, 0 0 0 0px #eef5f7 inset;
}

.contactod label{
    display:block;
    /*font-weight:bold;*/
    /*font-family: "Oswald", "sans-serif", "Tahoma", "Arial";*/
    font-family:Arial, Helvetica, "trebuchet MS";
    font-size:12px;
}

.contactod div{
    margin-bottom:5px;
}

.contactod input[type="checkbox"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactod input[type="search"]{
    padding:7px 6px;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
    margin-right: 5px;
}

.contactod input[type="text"], .contactod input[type="date"], .contactod input[type="search"]{
    padding:7px 6px;
    width:98%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}
 
.contactod input[type="text"]:focus, .contactod input[type="date"]:focus, .contactod input[type="search"]:focus {
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactod input[type="date"]{width:94%;}

.contactod input[type="password"], .contactob textarea{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.contactod input[type="password"]:focus, .contactob textarea:focus{
    outline:none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contactod input[type="submit"]{
    border:1px solid #ced5d7;
    box-shadow:0 0 0 3px #eef5f7;
    padding:8px 16px;
    border-radius:20px;
    font-weight:bold;
    color:#FFFFFF;
    background: #717175;    
}

.contactod input[type='submit']:hover{
    background: #B2C52D;
    color:#000000;
}

.contactod input[type='submit']:active{
    background: #cfe6ef;

}

.contactod select{
    padding:7px 6px;
    width:100%;
    border:1px solid #ced5d7;
    resize:none;
    box-shadow:0 0 0 3px #eef5f7;
    margin:5px 0;
}

.fecha_calendario{
    width:50%;
}

.nombre_input{
    width:100%
}

.error{
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
}

.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}

.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

.error{
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
}
.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

@media screen and (max-width:800px ) {
    .contacto{width:80%; margin:auto;}
    .contactob{width:80%; margin:auto;}
}