<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(../gfx/bg_login.gif);
}





.contener{
width:750px;
margin: 0 auto;}


a.logo{
	display:block;
	float:left;
	margin-top:4px;
	background-image: url(../gfx/logo-login.gif);
	background-repeat: no-repeat;
	width:282px;
	height:115px;
	margin-top:10px;
}


#slogan{
	float:right;
	margin-right:50px;
	margin-top:60px;
	width:317px;
	height:28px;
	background-image: url(../gfx/slogan.gif);
	background-repeat: no-repeat;
}

#form{
	float:left;
	margin-top:67px;
	background-image: url(../gfx/form.gif);
	background-repeat: no-repeat;
	width:724px;
	height:303px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #010101;
}

.form{
width:580px;
margin-left:100px;
margin-top:50px;
float:left;}


.input{
	display:block;
	float:left;
	background-image: url(../gfx/input.gif);
	background-repeat: no-repeat;
	width:230px;
	padding-left:8px;
	height:28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #605858;
}

li{
padding-top:3px;}

#footer{
	width:500px;
	float:left;
	margin-top:10px;
	margin-left:68px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #aeaeae;
}</pre></body></html>