/* 
    Document   : form_css.css
    Created on : 3/08/2010, 06:18:52 PM
    Author     : damanzano
    Description:
       Los siguientes estilos se aplican al formulario de contacto de los sitios joomla.
*/

root { 
    display: block;
}
#contact_form_wrapper, #mini_contact_form_wrapper{
    width: 100%;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; clear: both; display: block;}

/*img { border: 1px solid #eee; }*/
p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
/*fieldset label { display: block; }*/
div#captchaimage { float: left; margin-right: 15px; }
input#captcha { width: 25%; border: 1px solid #ddd; padding: 2px; }
/*input#submit { display: block; margin: 2% 0% 0% 0%; }*/
#captcha.success {
    border: 1px solid #49c24f;
    background: #bcffbf;
}
#captcha.error {
    border: 1px solid #c24949;
    background: #ffbcbc;
}
.captcha_img {
    float: left;
	margin-bottom: 15px;
}

.texto_captcha {
    float: left;
    width: 320px;
}

/*========================================================================================== NUEVO LMRIVERA 27/02/15
* ==========================================================================================*/

input {
    outline: none;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    height: 4em;
    border: 1px solid #CCC;
    background: #FFF;
    color: #999;
    padding-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-weight: 600;
}

textarea {
    outline: none;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    height: 9em;
    line-height: 4em;
    border: 1px solid #CCC;
    background: #FFF;
    color: #999;
    padding-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-weight: 600;
}

input#fc_btn_enviar {
    outline: none;
    padding: 15px 55px;
    background: #1E120D;
    color: #FFF;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}


.chk-politica input[type="checkbox"] {
  height: 2em;
  float: left;
  width: 2%;
  position: relative;
}

tr#politica {
  float: left;
  position: relative;
  margin-top: -24px;
  margin-left: 29px;
}