@charset "UTF-8";
/* CSS Document */
.formulario{
	position:relative;
	text-align:left;
	width:500px;
	margin-left:100px;
	float:left;
	margin-bottom:15px;
}
.anuncio{
	position:relative;
	margin-left:20px;
	float:left;
	clear:right;}
.formulario div{
	position:relative;
	border: 1px solid #666;
	background-color:#FFF;
	padding:10px;
	margin-top:10px;
}
.login_usuarios{
	font-size:12px;
	color:#FFF;
	float:right;
	margin-right:15px;
	margin-top:10px;
	position:relative;
	clear:left;
	z-index:100;
}
.login_usuarios input{
	height:15px;
	width:150px;
}
.login_usuarios a {
	text-align : left;
}
.nombre_usuario{
	font-size:18px;
	font-weight: bold;
	position: relative;
	left : -64px;
	top : 16px;
	text-align : center;
	border : 1px solid #000000;
	padding : 3px;
	color : #000000;
	background : white;
	width : 128px;
	display : block;
}
.entrar{
	text-decoration:none;
	background-image:url(../imagenes/boton_gris_ok.png);
	background-repeat:no-repeat;
	padding-top:7px;
	width:80px;
	height:35px;
	padding-left:42px;
	display:block;
	color:#FFF;
	float:left;
}
.salir{
	text-decoration:none;
	background:none;
	border:0px;
	background-image:url(../imagenes/power_off.png);
	background-repeat:no-repeat;
	/*padding-top:5px;*/
	width:22px;
	height:22px;
	/*padding-left:40px;*/
	cursor:pointer;
	color:#FFF;
	/*float:left;*/
	/*margin-left:3px;*/
	position : relative;
	left : -12px;
	top : -4px;
	}
	.volver{
	text-decoration:none;
	background:none;
	border:0px;
	background-image:url(../imagenes/volver_login.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	/*padding-top:5px;*/
	width:24px;
	height:24px;
	/*padding-left:40px;*/
	cursor:pointer;
	color:#FFF;
	/*float:left;*/
	/*margin-left:3px;*/
	position : relative;
	left : -24px;
	top:100%;
	}
.s_sesion{
	text-decoration:none;
	background-image:url(../imagenes/boton_gris_salir_sesion.png);
	background-repeat:no-repeat;
	padding-top:7px;
	width:80px;
	height:35px;
	padding-left:42px;
	display:block;
	color:#FFF;
	float:left;
}
.boton_ingresar{
	background:none;
	border:0px;
	background-image:url(../imagenes/login.png);
	width:32px;
	height:32px;
	cursor:pointer;
}
/*Clases para la paginación*/
.barra_numeros{
	overflow:hidden;
	clear:both;
	width:100%;
}
.boton_paginacion{
	background:none;
	background-image:url(../imagenes/paginacion_bgris.png);
	width:24px;
	height:24px;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	border:0px;
	font-weight:bold;
}
.boton_paginacion_activo{
	background:none;
	background-image:url(../imagenes/paginacion_bverde.png);
	width:24px;
	height:24px;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	border:0px;
	font-weight:bold;
}
.boton_paginacion_avanzar{
	background:none;
	/*background-image:url(../imagenes/boton_avance.png);*/
	background-image:url(../imagenes/paginacion_bverde.png);
	width:24px;
	height:24px;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	border:0px;
	font-weight:bold;
}
#avatar {
border : 1px solid #cccccc;
padding : 2px;
background : white;
}
/* VERSION 2.0 */
#login_v2 {
	width  : 377px;
	height : 160px;
	background : #000000;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	float : right ;
	margin-right : 130px;	
}

#login_v2 label {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 15px;
    width: 136px;
}
.campo_entrada_login_v2 {
	font-weight : normal;
	color : #000000;
	border : none;
	background : url(../imagenes/fondo_input_login.png) no-repeat;
	padding : 19px;
	width : 95px;
}
.boton_login_v2 {
	background : url(../imagenes/boton_login_v2.png) no-repeat;
	width : 50px;
	height: 50px;
	border: none;
	margin-top : 30px;
	margin-left: 13px;
}

#recuperar_pass_login_v2 {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    letter-spacing: 3px;
    margin-left: 20px;
    text-align: left;
    width: 304px;
}
