html, body {
	width: 100%; 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/enterpise.jpg);
	background-size:cover;                  
	background-repeat:   no-repeat;
}
#enterprise_img{
 	/*margin-top: 130px;*/
}


#body_login{
	min-height: 720px;
	background-color: #FFFFFF;
}

#header_login{
	height: 80px;
}

#top {
    

    background: rgba(0, 0, 0, 0) url("../img/pleca-tops.jpg") repeat-x scroll left bottom;
   /*background: rgba(0, 0, 0, 0) url("../img/pleca-top.png") repeat-x scroll left bottom;
    */
    height: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#login_form{
	background-color: #EBEBEB;
	margin-top:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

h1 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    color: #3163ac;
    font-size: 19px;
    font-weight: 600;
}

h2 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}


.blanco{
	background-color: #FFFFFF;
}

.rojo{
	background-color: #E30B0C;
	width: 100% !important;
}



