/* FORMULARIO PLANES */
form.formularioPlanes {

}
form.formularioPlanes ol{
    margin: 0px;
    padding:0 0 0 63px;
}

form.formularioPlanes li {
    list-style: none;
}

form.formularioPlanes label {
    display:block;
    width:70px;
    margin-top:11px;
    text-align: left;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    color: #555555;
}
form.formularioPlanes input {
    padding: 3px;
    color:#888888;
    margin-top: 9px;
    margin-bottom: 5px;
}

form.formularioPlanes textarea {
    margin:0px;
    padding:5px;
    font-size: 1.2em;
    font-family: 'Arial',Helvetica,sans-serif;
    color:#888888;
    width: 168px;
}

form.formularioPlanes #botonEnviar img{
    margin-left: 40px;
    margin-top: 11px;
    cursor: pointer;
    margin-bottom:4px;
    margin-left:160px;
}

/* FORMULARIO CONTACTO */

form.formularioContacto {
    margin-top:20px;

}
form.formularioContacto ol{
    clear: both;
    margin: 0px;
    padding:0 0 0 30px;
}

form.formularioContacto li {
    list-style: none;
}
form.formularioContacto fieldset {
    border: 1px dotted #CCCCCC;
}
form.formularioContacto label {
    display:block;
    width:70%;
    margin-top:11px;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    color: #555555;
}
form.formularioContacto input {
    padding: 3px;
    color:#888888;
    margin-top: 9px;
    margin-bottom: 5px;
    width: 91%;
    background-image:url(../img/contacto/back_textbox.png);
    border:1px solid #CCCCCC;
}

form.formularioContacto textarea {
    background-image:url(../img/contacto/back_textbox.png);
    border:1px solid #CCCCCC;
    color:#888888;
    font-family:'Arial',Helvetica,sans-serif;
    font-size:1.2em;
    margin-top: 9px;
    margin-bottom: 5px;
    padding:5px;
    width:90%;
}

form.formularioContacto select {
    margin-top: 9px;
    margin-bottom: 3px;
    border:1px solid #CCCCCC;
    color:#888888;
    padding:3px;

}

form.formularioContacto #botonEnviar img{
    margin-left: 40px;
    margin-top: 11px;
    cursor: pointer;
    margin-bottom:4px;
    margin-left:180px;
}

form.formularioContacto .submit input {
    background-image: url(../img/template/buttons/consultar.png);
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    cursor:pointer;
    margin-bottom:4px;
    margin-left:180px;
    margin-top:11px;
    width:120px;
    height: 29px;
}


/* Formulario Planes */
form.formularioPlanes .submit input {
    background-image: url(../img/template/buttons/consultar.png);
    background-color: transparent;
    border: 0px none transparent;
    cursor:pointer;
    margin-bottom:4px;
    margin-left:164px;
    margin-top:11px;
    width:120px;
    height: 29px;
}
