#contenidoFormRegistro{margin-left:81px;}

/* FORMULARIOS */
form .label {width: 150px;float:left;padding-right:10px;}
form .obligatorio {border-color: #999999;background-color: #f9f7f7;}
.elementoForm{display:block; padding-bottom:5px;}
.elementoForm p{margin-top:3px;margin-left:160px;font-size:0.75em;color:#7B7B7B;}
.elementoForm input {border-style:solid;border-width:1px;}

#profileUser #datos_descripcion{height:100px}

/* BOX DATOS TEMA ACTUAL */
#boxTemaActual
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    background:#D6EAF9;
    border:1px solid #B4DAF7;
    padding:12px;
    margin-bottom:10px;
    position:relative;
}
#boxTemaActual h5 {margin-top:0px;margin-bottom:10px;}
#boxTemaActual .left {position:absolute; left:300px;}
#boxTemaActual .right {position:absolute; right:0px;top:50px; width:360px;font-size:90%;padding-right:10px;}

/* PARAMETROS DEL TEMA */
#tituloThemeParam{margin-bottom:5px;}
#themeParam
{
   -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    background:#ffffff;
    border:2px solid #eeeeee;
    padding:12px;
    margin-bottom:10px;
    position:relative;
}
/* FIN */

/* LISTA DE TEMAS DISPONIBLES */
#themesList {margin-top:20px;margin-bottom:20px;}
#themesList .item{width:212px;vertical-align: top;margin-right:30px;padding-right:50px;padding-bottom:20px;}
#themesList .item img{border:10px solid #EEEEEE;margin-bottom:10px;}
#themesList .item  .opciones{margin-bottom:5px;}
/* FIN */

.separador1
{
    background:#D8DFEA;
    border:medium none;
    color:#D8DFEA;
    height:1px;
    margin:5px 5px 10px 22px;
    overflow:hidden;
    width:459px;
}