body {
background-image: url(../images/bg2.jpg);
background-attachment:fixed;
/*background-position:right;*/
background-repeat:no-repeat;
}

#derecha{
background-color:#FFFFFF;
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
float:right;
padding-top:30px;
padding-right:80px;
}

#footer{
text-align:center;
position:fixed;
bottom:0;
padding-bottom:15px;
width:100%
}

#error_login {
	color: red;
}
