body
{
	background-image:url(/images/fondologin2.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#37802c;
	font-family:Helvetica,"Trebuchet MS";
}
#master
{
	left:600px;
	top:100px;
	position:absolute;
	cursor:pointer;
}
#logofeder
{
	position:absolute;
	left:10px;
	bottom:10px;
}
#mvg
{
	left:600px;
	top:160px;
	position:absolute;
	cursor:pointer;
}
form
{
	margin-top:50px;
	margin-left:180px;
}
input
{
	border:solid 1px #444;
	display:block;
	font-size:1.4em;
	padding:3px;
	
}
h1
{
	font-size:0.9em;
	color:#BBDD46;
}
p
{
	font-size:0.8em;
	color:#ccc;
	
}
.advertencia
{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-webkit-border-radius:4px;
background:#DDDDDD url(/images/fondo_alert.png) repeat scroll 10px center;
color:yellow !important;
font-size:1em;
margin:10px;
margin-left:30px;
padding:7px 10px 10px 20px;}