/* Estilos particulares para login.asp */

#login_error
{
	background: url(../images/icon_warning_24x24.gif) no-repeat left top;
	padding-left: 34px;
	color: #cc0000;
	height:24px;
	margin-bottom: 2em;
	font: bold 11px Arial, Helvetica, sans-serif;
}


label, input.field
{
	font: normal 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

input.field
{
	display: block;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #777777;
	padding-left: 3px;
}

label
{
	text-align: right;
	width: 70px;
	padding-right: 10px;
	padding-top: 2px;
	font-weight: bold;
}

br
{
	clear: left;
}

#password_olvidado
{
	margin: 0 0 10px 80px;
	font-size: 10px;
}

#boton_acceso
{
	margin-left: 80px;
	margin-bottom: 12px;
}

a:link, a:visited { color: #777777; text-decoration: none; border-bottom: 1px dotted #777777; }
a:active { color: #418a9b; border-bottom: 1px solid #418a9b; }
a:hover { color: #418a9b; border-bottom: 1px dotted #418a9b; }

#ayuda { float: right; padding-right: 320px; }

p
{
	margin: 0.5em 0 1.5em 0;
}
