/*contenedor del cuerpo de la pagina*/
#cuerpo{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}
/*contenedor de los cuadros con esquinas redondas*/
#content-box {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #ccc;
    border-left-color: #ccc;
}
/*estructura de los elementos del login*/
#element-login{
    padding-top: 10px;
    padding-bottom: 5%;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-family: sans-serif;
}
/*lado y esquina superior redondeado*/
#es{
    background: url(../images/page/j_border.png) repeat-x;
}
#es div{
    background: url(../images/page/j_crn_tr_med.png) 100% 0 no-repeat;
}
#es div div{
    background: url(../images/page/j_crn_tl_med.png) 0 no-repeat;
    height: 6px;
}
/*lado y esquinas inferior redondeado*/
#ei{
    background: url(../images/page/j_border.png) 0 100% repeat-x;
}
#ei div{
    background: url(../images/page/j_crn_br_med.png) 100% 0 no-repeat;
}
#ei div div{
    background: url(../images/page/j_crn_bl_med.png) 0 0 no-repeat;
    height: 6px;
}
/*estilo para el formulario del login*/
#formulario{
    margin-right: 10px;
    margin-left: 5px;
}
/*texto del login */
#texto{
    vertical-align:top;
    margin-top: 0px;
    padding-top: 0px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 5px;
}
/*imagen de ingreso al sistema*/
#candado{
    background: url(../images/page/j_login_lock.jpg) no-repeat;
    width: 152px;
    height: 137px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
/*estilo para el mensaje de error que se muestra en el ingreso*/
#mensaje{
margin:10px;
}
/*titulo de ingreso al login*/
#titulo{
    margin: 10px;
    color:#0535F3;
    font-size: 24px;
    font-weight: bold;
}
.tn{
    color:#494949;
    font-weight: bold;
    text-align:right;
    padding-right:8px;
}
/*.login_input{
	width:150px;
}*/
