#content_contacto{
    color: #d4d4d4;
}
.crojo{
    color:#f00;
}
.clear{clear:both;}
.formIz{
    width: 560px;
    float:left;
    padding: 50px;
}
.formIz .success{
    width:100%;
    text-align: center;
    background-color: #33ad3e;
    height: 49px;
    border-radius: 7px;
    margin-bottom: 20px;
    color: black;
    line-height: 46px;
}
.formIz .cajaContact{
    width: 255px;
    float:left;
    /*margin-bottom: 25px;*/
}
.fright{
    margin-left: 50px;
}
.coment{
    height: 180px;
}
.formIz .cajaContact .cajaInput .error{
    /*position:absolute;*/
    color: #f00;
    float:left;
    width: 240px;
}
.formIz .cajaContact .nombreInput{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.formIz .cajaContact .cajaInput{
    float:left;
    height: 55px;
}
.formIz .cajaContact .cajaInput input{
    width: 250px;
    height: 25px;
}
.formIz .cajaContact .cajaInput textarea{
    width: 555px;
    height: 125px;
}

.formIz .txt_capt{
    font-size: 13px;
    width: 220px;
    float: left;
    padding-top: 5px;
}
.igCapt{
    font-size: 20px;
    font-weight: 700;
    width: 15px;
    float: left;
    line-height: 26px;
}
.formIz .cajaInputCapt{
    width: 140px;
    float: left;
}
.formIz .cajaInputCapt img{
    float: left;
    padding-top: 3px;
}
.formIz .cajaInputCapt input{
    height: 25px;
    width: 50px;
    float: left;
}

.formIz .cajaInputCond{
    width: 10px;
    float: left;
    padding-top: 3px;
}
.formIz .text_cond{
    font-size: 13px;
    float: right;
    padding-top:3px;
}
.formIz .condlegal{
    font-style: italic;
    text-decoration: underline;
}
.formIz .condlegal a{
    color: #d4d4d4;
}


.formIz .cajaSubmit{
    width: 160px;
    float: right;
    margin-top: 15px;
}

.formIz .cajaSubmit input{
    width:160px;
    height: 40px;
    border:0;
    text-align: center;
    text-transform: uppercase;
    color: #d4d4d4;
    background-color: #000;
    cursor:pointer;
}
.formIz .cajaSubmit input:hover{
    background-color: #3e3b3b;
}

.formIz .cajaInputCapt label.error{
     margin-left: -338px;
    margin-top: 22px;
    position: absolute;
    width: 200px;
    color: #f00;
}
.formIz .cajaInputCond label.error{
    margin-top: 22px;
    position: absolute;
    width: 200px;
    color: #f00;
}

.formDer{
   float: right;
    padding-left: 50px;
    padding-top: 38px;
    width: 240px;
}

.formDer .tituloCont{
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 5px;
}
.formDer .dirCont{
    font-size: 13px;
    line-height: 14px;
}
.formDer .telfCont{
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 13px;
}
.formDer .mailCont{
    font-size: 13px;
}


.content_cond{
    width: 950px;
    padding:50px;
    text-align: justify;
    font-size: 13px;
}
.content_cond .tituloLegal{
    font-size: 40px;
    margin-bottom: 15px;
}