body{
	/*background:url(../img/login/bg_log.jpg) repeat-x top #440505;*/
	text-align:center;
	font:11px Tahoma;
	margin:0px;
}
img{
	border:0px;
}
.contenido{
	font-size:1.25em;
	width:800px;
	margin:0 auto;
	color:#717171;
}
.contenedor_log{
	background-color: #d2d4d5;
	border: 1px solid #fff;
	padding: 10px;
	width: 602px;
	height:350px;
	margin: 75px auto 10px auto;
}
.cajalog{
	background-color: #ffffff;
	height: 100%;
	0position: relative;
}
.logo{
	padding:30px 0;
}
.marg{
	margin-bottom:10px;
}
.marg input{
	width:275px;
	color:#30509c;
	border:1px solid #d2d4d5;
}



.marg input:hover, .marg input:focus{
	border:1px solid #30509c;
}


#error{
	margin:auto;
	margin-top:5px;
	text-align:center;
	width:170px;
	font-size:0.85em;
	margin-top:20px;
	
}
#error a{
	
	padding-left: 18px;
	background: url(../img/iconos/16/exclamation-red-circle.png) no-repeat 0 50%;
	cursor:pointer;
	display:block;
	text-align:center;

}
label{
	cursor:pointer;
	color:#b72118;
	text-decoration:none;

	
}

label:hover{
	text-decoration:underline;
}



