body 
{
/*background:url(../img/bg.jpg) no-repeat;*/
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
text-align:center;
margin-top:70px;
text-align:center;
margin-left : auto;
margin-right : auto;
}
#login
{
width:320px;
height:inherit;
padding:45px;
background:url(../img/bg_login.png)repeat;
padding-bottom:5px;
margin: 0px auto;
-moz-border-radius:3px;border-radius:3px;
margin-top:180px;
}
#titulo
{
margin-top:10px;
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#006699;
border-bottom:1px dashed #990000;
}
.box
{
margin-top:5px;
font-family: 'Open Sans', sans-serif;
font-size:13px;
border:1px solid #E9E9E9;
color:#666666;
padding:4%;
-moz-border-radius:2px;border-radius:2px;
width:92%;
}
.linea{ margin-top:5px; margin-bottom:5px; height:1px; border-bottom:1px solid #FFF;}
.by{font-size:10px; text-align:center;font-family: 'Open Sans', sans-serif; margin-bottom:20px; margin-top:15px;}
.boton
{
width:100%;
font-family: 'Open Sans', sans-serif;
font-size:16px;
background-color:#3E3E3E;
color:#FFFFFF; padding:4%; margin-top:20px; border:0px; cursor:pointer; margin-bottom:20px;-moz-border-radius:2px;border-radius:2px;}
.boton:hover{ background-color:#000;}
.img_responsive{max-width:100%!important;height:auto; margin-bottom:30px;}
.msj1{width:250px; padding:20px; color:#fff; position:absolute; top:90px; -moz-border-radius:3px;border-radius:3px; background:background:url(../img/icons/close.png) right top no-repeat  #006600;font-family: 'Open Sans',sans-serif; font-size:13px; font-weight:600; text-align:left; line-height:18px; left: 50%; margin-left:-140px; }
.msj2{width:250px; padding:20px; color:#fff; position:absolute;  top:90px; -moz-border-radius:3px;border-radius:3px; background:url(../img/icons/close.png) right top no-repeat #F90;font-family: 'Open Sans',sans-serif; font-size:13px; font-weight:600; text-align:left;line-height:18px; left: 50%; margin-left:-140px;}
.msj3{width:250px; padding:20px; color:#fff; position:absolute; top:90px; -moz-border-radius:3px;border-radius:3px; background:url(../img/icons/close.png) right top no-repeat  #CC0000;font-family: 'Open Sans',sans-serif; font-size:13px; font-weight:600; text-align:left;line-height:18px; left: 50%; margin-left:-140px;}
.msj_progress{ height:2px; background:#fff; width:0px; margin-top:10px;}


@media screen and (max-width:800px)
	{
	body{ background:#001037;}
	#login{ margin-top:20px; width:70%;}
	}