.content-user-access, .content-user-access-small{
	/*background:#2f2f2f;*/
	width:245px;
	color:#9e9e9e;	
	text-align:center;
	
	
    border-radius: 3px;
    /*box-shadow: 3px 3px 20px black;*/
    display: none;	
	font-weight:bold;
	
    position: absolute;
    right: 4px;
    top: 3px;	
	z-index:5;
}

.content-user-access{
	background:white;
}

.cabecera-user-access{
	background:#242424;
	width:100%;
	padding:11px 0px;	
	text-align:center;
}

.olvido-password{
	color:#0072c6;	
}

.fila-user-acces{
	padding:10px;	
}

#usu, #passw{
}

#usu{
	background:url(../images/user.png) no-repeat left center; 
	padding-left:22px;	
}

#passw{
	background:url(../images/password.png) no-repeat left center;
	padding-left:22px;	
}

.fila-user-acces input{
	border:1px solid black;
	border-radius:3px;
	height:30px;
	width:100%;	
	background:#292929;
	color:#9e9e9e;

}

.fila-user-acces input:focus{
	box-shadow: 3px 3px 20px red;	
}

.btn-acceso{
	background: red !important;		
	font-weight:bold;
	color:white !important;
	cursor:pointer;
}

.btn-acceso:active{
	background: white !important;		
	color:#e20026 !important;
}

.form-access{
	padding:3px;	
	min-width:299px;
}


@media(max-width:999px){/*cuando la ventana tenga un ancho maximo de 600px para abajo*/

	.content-user-access-small{position:static; width:100%; display:block; font-size:18px; padding-top:17px;}

	.content-user-access-small img{width:50%;}

}