@charset "UTF-8";
/**
 * Estilos para los formularios
 */
div {
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}* html .clearfix {
    height: 1%;
}

div#registro {
    float: left;
    width: 62%;
    padding-left: 29px;
    padding-top: 17px;
}

div#login {
    background: #DCE4EB none repeat scroll 0 0;
    float: left;
}

form {
}

fieldset {
    border: none;
    padding: 20px 0 0 0;
}

legend {
}

label {
    display: block;
    float: left;
    font-size: 0.9em;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    width: 100%;
}

label._error {
    display: none;
}

input {
    float: left;
    font-size: 1.2em;
    height: 15px;
    width: 90%;
}

#comentarios {
    height: 105px;
    width: 410px;
}

input.submit {
    background: url("../img/form/img-contHead-btnGo.png") no-repeat center center;
    border: none;
    color: #FFF;
    float: right;
    height: 20px;
	text-align: center;
    width: 70px;
}

button2 {
    background: url("../img/form/img-contHead-btnGo.png") no-repeat center center;
    border: none;
    color: #FFF;
    float: left;
    height: 20px;
    width: 70px;
    padding-top: 10px;
    font-size: 10px;
}

select {
    margin: 5px 0;
}

div.wrapForm {
    padding: 0 15px;
    width: 870px;
}

form div.formElementOne {
    float: left;
    padding: 0 0 20px 0;
    width: 100%;
}

form div.formElementTwo {
    float: left;
    padding: 0 0 20px 0;
    width: 50%;
}

form div.formElementThree {
    float: left;
    padding: 0 0 20px 0;
	width: 100%;
}

div#showResult {
    background: url("../img/form/img-contForm-headback.jpg") repeat;
    border: 2px solid #95CBEF;
    display: none;
    padding: 0 0 20px 0;
}

div#showResult ul.distribuidores {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 660px;
}

div#showResult ul.distribuidores li {
    background: #FFF;
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 190px;
}

div#showResult ul.distribuidores li h1 {
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#showResult ul.distribuidores li ul {
}

div#showResult ul.distribuidores li ul li {
    height: 18px;
    margin: 0;
    padding: 0;
}

div.newsletter {
    background: url("../images/contact/newsletterBg.png");
    height: 140px;
    margin: 0 auto;
    width: 870px;
}

div.subinfo {
    /*background: transparent url(../images/contact/subinfoBg.png) no-repeat scroll right top;*/
    float: left;
    height: 176px;
    width: 100%;
}

div.subinfo h1 {
    bottom: 65px;
    color: #007BE7;
    float: left;
    font-size: 2em;
    font-weight: normal;
    left: 150px;
    padding-bottom: 97px;
    padding-top: 30px;
}

div.subinfo p {
    background: url("../images/contact/subinfoPhone.png") no-repeat;
    bottom: 0;
    color: #FFF;
    font-size: 1.5em;
    height: 35px;
    line-height: 35px;
    float: left;
    text-indent: 20px;
    width: 100%;
}

div.footInfo {
    color: #003459;
    display: block;
    float: left;
    font-size: 1.3em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

form#contactarCliente div.name {
    width: 70%;
}

form#contactarCliente div.state {
    width: 30%;
}

form#contactarCliente div.city {
    width: 37%;
}

form#contactarCliente div.col {
    width: 35%;
}

form#contactarCliente div.cp {
    float: right;
    width: 25%;
}

form#contactarCliente div.optionmail {
    float: right;
    width: 25%;
}

form#contactarCliente div.street {
    width: 75%;
}

form#contactarCliente div.phone {
    width: 25%;
}

form#contactarCliente div.mail {
    width: 75%;
}

form#contactarCliente div.send {
    float: left;
    right: 200px;
    top: 150px;
    width: 25%;
}

div#login.text {
    text-align: center;
}

form#contactarCliente div.send button {
    float: left;
}

form#newsLetter {
    background: url("../images/contact/newsIco.png") no-repeat 25px center;
    color: #FFF;
    height: 140px;
}

form#newsLetter h1 {
    float: right;
    font-size: 2em;
    font-weight: normal;
    padding: 20px 0 20px;
    width: 80%;
}

form#newsLetter fieldset {
    float: right;
    padding: 10px 0 0 0;
    width: 80%;
}

form#newsLetter fieldset .formElementThree {
    float: left;
    width: 40%;
}

form#newsLetter fieldset .send {
    float: left;
    padding: 27px 0 0 0;
    width: 10%;
}

form#newsLetter fieldset .send button {
    background: url("../img/form/newsBtn.png") no-repeat center center;
    color: #003052;
    height: 21px;
    width: 58px;
}

#contenedor_contacto_isma {
    float: left;
    height: auto;
    background: transparent url(../images/contact/subinfoBg.png) no-repeat scroll right bottom;
}

#contenedor_medio_isma {
    background-color: #FFFFFF;
    border-color: #95CBEF;
    border-style: solid;
    float: left;
    width: 900px;
}
