body{
    font-family: 'Alegreya Sans SC', sans-serif;
   /* background-image: url(fondo.jpg);*/
    /*background-color:#DBDBDB*/
     
}
p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    vertical-align: baseline;
}
 
label p{
    color: #333;
    text-decoration: none;
    display:block;
    margin:5px 0;
    font-size:1.25em;
}
 
#contactform{
    width: 100%;
    max-width:100%; /*Adaptamos el formulario*/
    margin: 30px auto;
    background: #fafafa;
    overflow: hidden;
    border:3px solid;
    border-bottom:3px solid;
    border-color: #B31320;
    border-radius: 7px;
    /*background-color:#D5EAFF;*/
}
 
.c_input{
    padding: 5px;
    width: 500px; /*Tamaño maximo de 500px*/
    max-width:90%; /*Con esto le estoy diciendo que se acomode sobre el 90% del tamaño maximo anterior*/ 
    outline:3px solid white;
    border-radius: 7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
     -ms-border-radius:7px;
     -o-border-radius:7px;
    /*background-color:#0080C0;*/
    background-color:#216617;
    color:white;
}

.c_input_suma{
    padding: 2px;
    width: 50px; /*Tamaño maximo de 500px*/
    max-width:50%; /*Con esto le estoy diciendo que se acomode sobre el 80% del tamaño maximo anterior*/ 
    outline:1px solid white;
    border-radius: 5px;
     -moz-border-radius:5px;
    color:azure;
    border: 2px solid dodgerblue;
    background-color:crimson;
    text-align: center;
}
.c_input_resultado{
    padding: 3px;
    width: 50px; /*Tamaño maximo de 500px*/
    max-width:50%; /*Con esto le estoy diciendo que se acomode sobre el 80% del tamaño maximo anterior*/ 
    outline:1px solid white;
    border-radius: 5px;
     -moz-border-radius:5px;
    color:blue;
    border: 1px solid dodgerblue;
     background-color:chartreuse;
    text-align: center;
}
#c_form{
    /*margin: 25px;*/
   /* width: 90%;*/
    max-width:100%;
    height: 550px;
    /*backgroud-image: url(aquí la ruta de la imagen de fondo);*/
    margin: 0 auto;
    padding: 0 1%;
    border-radius: 10px;
    -moz-border-radius:10px;
    
}
 
#c_form textarea {
    outline:1px solid white;
    border-radius: 10px;
    -moz-border-radius:10px;
    /*background-color:#0080C0;*/
    background-color:#216617;
    color:white;
   
}
 
.c_input, #c_form textarea{
    margin-bottom: 10px;
    border: 2px solid #AAAAAA;
    padding: 4px;
}
 
input:focus, textarea:focus{
    outline: none;
}

/*Con el siguiente código le damos estilo y color a los placeholders*/
::-webkit-input-placeholder { 
    font-style:italic; 
    color:dodgerblue;
}
::-moz-placeholder { 
    font-style:italic; 
    color:dodgerblue;
} /* firefox 19+ */
:-ms-input-placeholder {
    font-style:italic; 
    color:dodgerblue;
} /* ie */
input:-moz-placeholder { 
    font-style:italic; 
    color:dodgerblue;
}
 /*termina --- Con el siguiente código le damos estilo y color a los placeholders*/
 
#c_form textarea{
    min-height: 150px;
    resize: none;
    width: 90%;
    font: 300 18px "Open Sans", Arial, sans-serif;
}
 
#c_enviar{
    padding: 4px;
    font-size: 13px;
    font-family: helvetica, arial;
}

#c_limpiar{
    padding: 4px;
    font-size: 13px;
    font-family: helvetica, arial;
}
 
#bottom_container{
    overflow: hidden;
}
 
#c_information{
    width: 100%;
    border: solid 1px #ccc;
    background: #25A25A;
    padding: 4px 0 4px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
 
.c_error{
    color: white;
    font-size: 12px;
    margin-left: 5px;
    background-color:#FF0000;
}
.c_validacioncorrecta{
    color:dodgerblue;
    font-size: 14px;
    margin-left: 5px;
    background-color: #8CFF8C;
}
.hide{
display:none;
}
 
 
 
/*------------------------Boton enviar------------------------*/
 
.btn-b {
    width:100%;
    padding: 5px;
    color: #111111;
    text-decoration: none;
    border-radius: 3px;
    border-color: #2A73A6 #165899 #07428F;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    text-shadow: 0 -1px 1px #3275BC;
    /*background: #52a8e8;*/
    background: #216617;
    padding: 5px;
    background: -moz-linear-gradient(top,  #216617 0%, #216617 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#216617), color-stop(100%,#216617));
    background: -webkit-linear-gradient(top,  #216617 0%,#216617 100%);
    background: -o-linear-gradient(top,  #216617 0%,#216617 100%);
    background: -ms-linear-gradient(top,  #216617 0%,#216617 100%);
    background: linear-gradient(top,  #216617 0%,#216617 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216617', endColorstr='#216617',GradientType=0 );
    cursor: pointer;
}
 
.btn-b:hover {
    border-radius: 3px;
    border-color: #2A73A6 #165899 #07428F;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #62B1E9 inset;
    text-shadow: 0 -1px 1px #1D62AB;
    background: #216617;
    background: -moz-linear-gradient(top,  #216617 0%, #61915a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61915a), color-stop(100%,#61915a));
    background: -webkit-linear-gradient(top,  #216617 0%,#61915a 100%);
    background: -o-linear-gradient(top,  #216617 0%,#61915a 100%);
    background: -ms-linear-gradient(top,  #216617 0%,#61915a 100%);
    background: linear-gradient(top,  #216617 0%,#61915a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216617', endColorstr='#61915a',GradientType=0 );
     
}
 
.btn-b:hover {
    text-decoration: none;
}
 
.btn-b:active {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #61915a;
    border-color: #56894e #75a76e #61915a;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 6px 3px #61915a inset, 0 1px 0 0 #FFFFFF;
    text-shadow: 0 -1px 1px #61915a;
}


/*------------------------Boton limpiarr------------------------*/
 
.btn-limpia {
    width:100%;
    padding: 5px;
    color: #111111;
    text-decoration: none;
    border-radius: 3px;
    border-color: #FF8080 #F22F34 #CD1426;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    text-shadow: 0 -1px 1px #FF8080;
    background: #FF8080;
    padding: 5px;
    background: -moz-linear-gradient(top,  #FF8080 0%, #F22F34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F22F34), color-stop(100%,#FF8080));
    background: -webkit-linear-gradient(top,  #FF8080 0%,#F22F34 100%);
    background: -o-linear-gradient(top,  #FF8080 0%,#F22F34 100%);
    background: -ms-linear-gradient(top,  #FF8080 0%,#F22F34 100%);
    background: linear-gradient(top,  #FF8080 0%,#F22F34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8080', endColorstr='#F22F34',GradientType=0 );
    cursor: pointer;
}
 
.btn-limpia:hover {
    border-radius: 3px;
    border-color: #FF8080 #F22F34 #CD1426;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #FF8080 inset;
    text-shadow: 0 -1px 1px #FF8080;
    background: #FF8080;
    background: -moz-linear-gradient(top,  #FFA8A8 0%, #F55 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA8A8), color-stop(100%,#F55));
    background: -webkit-linear-gradient(top,  #FF8080 0%,#F55 100%);
    background: -o-linear-gradient(top,  #FFA8A8 0%,#F55 100%);
    background: -ms-linear-gradient(top,  #FFA8A8 0%,#F55 100%);
    background: linear-gradient(top,  #FFA8A8 0%,#F55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA8A8', endColorstr='#F55',GradientType=0 );
     
}
 
.btn-limpia:hover {
    text-decoration: none;
}
 
.btn-limpia:active {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F22F34;
    border-color: #FF8080 #F22F34 #CD1426;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 6px 3px #FF8080 inset, 0 1px 0 0 #FFFFFF;
    text-shadow: 0 -1px 1px #F22F34;
}
input{
 /*max-width:100%;*/
 height: 30px;
 font: 300 18px "Open Sans", Arial, sans-serif;
 margin: 5px 0 10px 0;  
}
.mapa{
    width: 100%;
    max-width: 100%;
    border: 0px solid #216617;
    height: 300px;
    border-color: #216617;
    border-radius: 10px;
}