div.titulo_datos{
  padding: 8px 0;
  border-bottom: 1px solid #E1E1E1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #3f3f3f;
  overflow: hidden;
  cursor: pointer;
}
div.bloque_datos{
    padding: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 620px;
    margin: 0 auto;
    /*padding: 65px 100px;*/
    background: white;
    margin-top: 135px;
    margin-bottom: 12%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 23px;
}

div.bloque_datos_inner {
    max-width: 420px;
    margin:0 auto;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}




div.vineta_titulo{
  float:right;
  width:9px;
  height:5px;
  margin-top:8px;
  background:url(../../imagenes/img_presentacion/vineta_mc_4.gif) no-repeat;
  cursor:pointer;
}
div.sep_linea_punteada{
  height:5px;
  border-bottom:1px dotted #cccccc;
  font-size:0px;
  margin-bottom:5px;
  margin-top:5px;
}

td.dato_mod,td.dato_mod_campo{
  border:0px;
  padding-top:3px;
  padding-bottom:2px;
  padding-right:15px;
    font-size:13px;
    color:#444444;
    padding: 5px 5px 5px 0;
    /*border-bottom: 1px dotted #CCCCCC;*/
}
td.dato_mod_campo{
  padding-bottom:10px;
}
td.dato_mod_ayuda{
  border:1px solid #bdc1c6;
  background:#f3f9b8;
  padding:11px;
  padding-left:20px; 
}

div.mensaje_usuario_error{
    font-size: 1.4em;
    padding: 20px 10px 20px 55px;
    color: #000000;
    background: #FBF5CA url(/../imagenes/img_presentacion/icon_info.png) 11px 13px no-repeat;
    margin-bottom: 15px;
    line-height: 1.3em;
    border: 1px solid #B4B4B4;
}
div.mensaje_usuario_error a {
  text-decoration: underline;
}
div.tit_registro{
    float: left;
    color: #313131;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
input.input_reg{
    background:url(../../imagenes/img_presentacion/fondo_input_reg.png) no-repeat;
    border:0px none;
    height:32px;
}