/*Login*/
#login {
	height: 200px;
	width: 330px;
	margin-top: 10px;
	background-color: F4F4F4;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-transform: capitalize;
	color: 525252;
	float:left;
	border: 1px solid #BABABA;
}

#titlogin {
	height: 32px;
	width: 213px;
	background-image: url(../siteGrafs/titulo_RMA.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
.textologin {
	float: left;
	font-family: Tahoma, Arial;
	width: 176px;
	border: 1px solid red;
	height: 18px;
	margin-left: 12px;
}
.labellogin {
	height: 20px;
	width: 200px;
	float: left;
	margin-left: 8px;
	text-align: left;
	margin-top: 10px;
}
#botlogin {
	background-image: url(../siteGrafs/boton_RMA.gif);
	height: 18px;
	width: 30px;
	float: left;
	/*margin-left: 130px;*/
	margin-top: 10px;
}
#checklogin{
	float:left;
}
.textocheck{
	float:left;
	margin-left: 5px;
}
.textovarios{
	float:left;
	color:#FE6600;
	text-decoration: none;
	text-align: center;
	width:213px;
}
.textovarios:hover {
	background-color: #F96400;
	color:F4F4F4;
}
#recordlogin{
	float:left;
	margin-top: 10px;
	margin-left: 9px;
	width:160px;
}
#bannercat {
	width: 602px;
	height: 20px;
	float: left;
	background-image: url(..//siteGrafs/titulo_categoria.gif);
	background-repeat: no-repeat;
}
#bannerctit{
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 14px;
	text-align: left;
	text-indent:7px;
	text-transform: uppercase;
	color:#FF0000;
	float:left;
	margin-bottom:2px;
}
#errrlogin{
	float:left;
	margin-top:20px;
	font-size: 11pt;
	color: #800000;
	width:600px;
}
/*Login*/
