/*
    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.registro{
     margin:0 0 56px 0;
     padding:8px 0 8px 10px;
}
div.registro h1{ margin-bottom:12px; }

/* TEXTO */
div#quienes{
     padding:10px 12px;
     background: url(../../media/img/pixel_1.gif) repeat;
     border-top:1px solid #bbb;
     border-bottom:1px solid #bbb;
}
div.somos{
     width:350px;
     float:left;
}
div.somos h4{ font-weight:normal; }
div.somos p{ margin:12px 0; }

div.nota-legal{
     width:600px;
     margin:16px;
     text-align:justify;
}
div.nota-legal p{ margin:12px 0; }
div.nota-legal p.center{ text-align:center; }

/* INFORMACION */
div.info{
     width:280px;
     margin-top:2px;
     padding:16px 8px 16px 12px;
     float:right;
     background: url(../../media/img/pixel_2.png) repeat;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div.info ul{ list-style:none; }
div.info ul li{
     margin-bottom:12px;
}
div.info ul li img{ float:left; padding:0 8px 15px 0;}
div.info ul li h1{
     font-size:18px;
     color:#7f0000;
     line-height:21px;
     margin:2px;
}
div.info ul li h2{
     font-size:12px;
     color:#333;
     line-height:15px;
}
b.bold { color: #7f0000; }