/*Login*/
#div_acceso
{
	margin-top:35px;
	text-align:center;
}

#div_acceso div
{
	display:inline-block;
	width:100%;
	height:auto;
	text-align:center
}

#div_acceso div img
{
	margin:50px;
	width:180px;
}

#div_acceso .div_tituloacceso
{
	display:inline-block;
	width:90%;
	font-family:arialnarrowCR;
	font-size:16px;
	color:#000000;
	margin:0 0 20px 0;
	text-transform:uppercase;
	font-weight:bold;
}
						
#div_acceso ul
{
	display:inline-block;
	width:100%;
	text-align:center;
}

#div_acceso ul li
{
	display:inline-block;
	width:200px;
	text-align:left;
	white-space:nowrap;
	margin-bottom:5px;
	font-size:12px;
}

#div_acceso ul .liTexto
{
	width:80px;
}

#div_acceso select
{
	color:#000;
	width:100%;
	height:40px;
		-webkit-appearance:none;
	color: #737272;
	background-color:#faf9fa;
	padding-left:10px;/*padding:13px 10px 14px;*/
	font: 12px/20px 'Open Sans', sans-serif;
	font-size:20px;
	border:solid #CCC 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#div_acceso .input
{
	width:100%;
	height:30px;
			-webkit-appearance:none;
	color: #737272;
	background-color:#faf9fa;
	padding-left:10px;/*padding:13px 10px 14px;*/
	font: 12px/20px 'Open Sans', sans-serif;
	border:solid #CCC 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#div_acceso button
{
	width:120px;
	color:#FFF;
	background-color:#CE000C;
	padding:5px 0;
	border:0;
	font: 14px/20px 'Open Sans', sans-serif;
	margin:15px 0 50px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#div_acceso button:hover
{
	background-color:#000000;
	cursor:pointer;
}

@media screen and (max-width: 768px)
{/*Tablet Grande*/
	#div_acceso
	{
		margin-top:60px;
	}
	
	#div_top
	{
		display:inline-block;
		width:100%;
		height:60px;
		background-color:#CE000C;
		position:absolute;
		top:0;
		right:0;
	}
}

@media screen and (max-width: 640px)
{/*Tablet Horizontal*/
}

@media screen and (max-width: 480px)
{/*Movil Horizontal o Tablet Vertical*/
	#div_acceso ul .liTexto
	{
		width:200px;
	}
}

@media screen and (max-width: 320px) 
{/*Movil Vertical*/
}