/*
    Document   : private-modificar-datos
    Created on : 07-ago-2009, 11:10:24
    Author     : rcatala
    Description:
        Todo referente al estilo, colores, tamaño, etc. del formulario
*/
div.formulario-contacto{
     width:435px;
     float:left;
     padding:8px 16px 8px 8px;
}
div.datos-contacto{
     width:240px;
     float:right;
     padding:8px 8px 8px 0;
     line-height:18px;
}

/* BLOQUES DERECHA */
div.datos-contacto div.titulo{
     height:25px;
     margin-bottom:3px;
     padding:5px 5px 5px 10px;
     font-weight:bold;
     background:transparent url(../../../media/img/gon-backgrounds.png) repeat-x scroll 0 -4px;
     color:#7F0000;
}
div.datos-contacto div.texto, div.datos-contacto div#map{
     margin-bottom:16px;
     padding:0px 5px 0px 10px;
}
div.datos-contacto div#map{
     width:224px;
     height:240px;
}
div.datos-contacto div.texto p{
     padding:0px 0 8px 0;
     margin-bottom:6px;
     border-bottom:1px solid #ddd;
}
span.map{ margin-left:46px; }

/* FORMULARIO */

div.formulario-contacto h3{ margin-bottom:5px; }
div.formulario-contacto form fieldset {
     background-color:#ddd;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div.formulario-contacto form fieldset fieldset{
     border:1px solid #fff;
     margin: 12px;
     padding-left:8px;
     background-color:#eee;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
}
div.formulario-contacto form fieldset fieldset legend{
     margin:0px 5px 15px 10px;
     padding:0 8px 0px 8px;
     background-color:#eee;
     border-top: 1px solid #fff;
     border-left: 1px solid #fff;
     border-right: 1px solid #fff;
}
dl.registro dt{
    width:118px;
    float:left;
    text-align:right;
    padding-right:8px;
    height:18px;
    line-height:18px;
}
dl.registro dd{
    margin-bottom:8px;
    float:left;
}

/*  AJAX  */
div#loading, div#loading-seleccion{
     margin-left:10px;
     float:right;
     overflow:hidden;
}
div#seleccion, div#seleccion2{
     float:left;
     margin:4px 0 4px 4px;
}
textarea{
     font: normal 12px/15px "Trebuchet MS", "Segoe UI", "Trebuchet", "Bitstream Vera Sans", "Deja Vu Sans", Verdana, sans-serif;
     width:360px;
     height:75px;
     margin-bottom:6px;
     background:#fff;
}

/* AYUDENOS A MEJORAR */
h3 span.subtitulo {
     font-size:14px;
     color:#444;
     line-height:13px;
}