/* Created by TopStyle Trial - www.topstyle4.com */
/* Estilos del formulario */

form.contacto {
    margin: 15px 0 0 00px;
    width: 750px;
    font-family: 	Calibri Regular;
	 font-size: 10pt;	
    
    }
form.contacto fieldset {
   /* background: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 10px #DADADA;
    -webkit-box-shadow: 0 0 10px #DADADA;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 25px;*/
    width: 700px;
        }

 fieldset {
   /* background: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 10px #DADADA;
    -webkit-box-shadow: 0 0 10px #DADADA;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 25px;*/
    width: 700px;
        }        
form.contacto fieldset > div {
    /*clear: both;*/
    margin-bottom: 5px;
    overflow: hidden;
}
form.contacto fieldset div label {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100px;
}
 	
form.contacto input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #a5a5a5;
    color: #626262;
    display: block;
    float: left;
    padding: 5px;
    resize: none;
    width: 300px;
    margin: 2px;
}
input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #a5a5a5;
    color: #626262;
    display: block;
    float: left;
    padding: 5px;
    resize: none;
    width: 300px;
    margin: 2px;
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    outline: none;
}
form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}
form.contacto button {
    background: #444444;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 32px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    margin: 20px;
}
button {
    background: #444444;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 32px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    margin: 20px;
}
form.contacto button:hover{
    background: #6A6A6A;
}
button:hover{
    background: #6A6A6A;
}
 
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: -155px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}