body { 
	background-color:#FFF; 
	font-family: 'Open Sans', Arial, sans-serif; 
	line-height: normal; 
	margin-top: 0; 
}
H1 {
	display: none;
}

/*
**	FORM LOGIN
*/
/*#header { 
	background: url(../img/login/sii/header.jpg) no-repeat left top;
	background-size: 100% 100%; 
}*/
#header_top {
	display: flex;
	background-color: rgba(255,255,255,0.8);
}
#header_bottom {
	display: flex;
}
#header_form {
	background-color: rgba(207,215,223,0.9);
	border: 5px solid #e8f1f9;
	padding: 40px 80px;
	margin: 80px 40px;
}
#footer {
	border-top: 5px solid #009bac;
	display: flex;
}

/* CLASS */
.header_sii {
	background: url(../img/login/sii/header.jpg) no-repeat left top;
	background-size: 100% 100%;	
}
.header_fe {
	background: url(../img/login/fe/header.jpg) no-repeat left top;
	background-size: 100% 100%;	
}
.header_fep {
	background: url(../img/login/fep/header.jpg) no-repeat left top;
	background-size: 100% 100%;	
}
.header_form_white {
	background-color: rgba(255,255,255,0.9) !important;
}
.text_form_title {
	font-size: 48px;
	font-weight: 200;
	color: #009bac;
}
.text_form_title STRONG {
	text-transform: uppercase;
}
.text_form_img {
	margin: -19px 0 0 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.pt100 {
	padding-top: 100px;
}
.pr100 {
	padding-right: 100px;
}
.pb100 {
	padding-bottom: 100px;
}
.pl100 {
	padding-left: 100px;
}

.field {
	width: 100%;
	height: 45px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	font-weight: 400;
	color: #9c9c9c;
	padding: 0 10px;
}
.button {
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	background: #002a58;
	color: #fff;
	border: 1px solid #bfbfbf;
}
.buttonpeq {
	font-size: 13px !important;
}
.text {
	font-size: 16px;
	font-weight: 200;
}
.text A{
	color: #009bac;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.main_bloque {
	color: #17232c;
	max-height: 716px;
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 716px;
    padding: 100px 0;
}
.fe {
	background: #f2f5f4 url(../img/login/slideFE.jpg) no-repeat right top;
	background-size:50% 100%;
}
.fep {
	background: #f2f5f4 url(../img/login/slideFEP.jpg) no-repeat left top;
	background-size:50% 100%;
}
.wf {
	background: #f2f5f4 url(../img/login/slideWF.jpg) no-repeat right top;
	background-size:50% 100%;
}
.sii {
	background: #f2f5f4 url(../img/login/slideSII.jpg) no-repeat right top;
	background-size:50% 100%;
}
.sii2 {
	background: #f2f5f4 url(../img/login/slideSII.jpg) no-repeat left top;
	background-size:50% 100%;
}
.main_top {
	text-align: center;
    margin: 100px 0;
    display: flex;
}
.main_top_negro {
	font-size: 28px;
    font-weight: 200;
	line-height: 30px;
	display: flex;
	margin-top: 50px;
}
.main_top_verde {
	font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 10px;
    color: #009bac;
    display: flex;
}
.main_top_verde_flecha {
	background: url(../img/login/scroll.png) no-repeat center top;
    height: 55px;
    display: flex;
    margin-bottom: 10px;
}
.main_top_verde2 {
	font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 10px;
    color: #009bac;
    display: flex;
    padding: 0 45px;
    background: url(../img/login/scroll.png) no-repeat left,url(../img/login/scroll.png) no-repeat right;
}
.main_texto {
	max-height: 716px;
	height: auto;
}
.main_texto_title {
	font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}
.main_texto_text {
	font-size: 21px;
    font-weight: 200;
    margin-bottom: 40px;
    line-height: normal;
}
.main_texto_text strong{
	color: #009bac;
}
.main_texto_button {
	font-size: 16px;
    text-transform: uppercase;
    color: #009bac;
    font-weight: 600;
    background: #cdd6dd;
    padding: 10px 40px;
    display: block;
    text-align: center;
}

.login_link {
	font-size: 12px;
	text-transform: uppercase;
	color: #009bac;
	font-weight: 600;
	padding-top: 10px;
	display: block;
	text-align: center;
}

.footer_logo {
	border-right: 1px solid #009bac;
    margin-right: 20px;
    padding-right: 20px;
}
.footer_url {
	font-weight: 700;
	color: #009bac;
}
.footer_direcction, .footer_copyright {
	font-size: 13px;
    font-weight: 400;
    color: #282528;
    margin-top: 40px;
}
.footer_phone {
	color: #009bac;
}