/*-------------------- Login ----------------------*/
.logged
	{
    width : 210px;
    height : 249px;
	}
.logged .titulo
	{
	position: relative;
	left : 10px;
	top : 135px;
	}
.logged .cuerpo
	{
	position:relative;
	top : 150px;
	}

.login_form
	{
    width : 210px;
    height : 362px;
	}
.login_form
	{
    width : 210px;
    height : 362px;
	}
.login_form .titulo
	{
	position: relative;
	left : 10px;
	top : 113px;
	}

.login_form .login
	{
	position: relative;
	left : 20px;
	top : 103px;
	}

.login_form .cuerpo
	{
	position:relative;
	top : 128px;
	}
.login_form .cuerpo .etiqueta
	{
	margin-left : 6px;
	}
.login_form .cuerpo input
	{
	margin-left : 30px;
	}
.login_form .posicionbtlogin
	{
	margin-left:72px;	
	}
/*------------------ FIN Login --------------------*/

.inc_seleccion
    {
    font-family: Arial;
    width: 209px;
    }
.inc_seleccion .seccion_boton
    {
    background-repeat: no-repeat;
    width: 209px;
    vertical-align: center;
    height: 28px;
    margin-top: 3px;
    text-decoration: none;
    font-size: 16px;
    }

.seccion_boton a
    {
    text-decoration: none;
    font-weight: bold;
    /*margin-left: 50px;*/
    color: #ffffff;
    }

