body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	background-Image: none;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background: url('../img/bg_metrolab_mantencion.jpg') no-repeat center center fixed;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: transparent;
	background-position: center bottom;
	background-size: cover;
	height: 100%;
}



.col-md-12.wrap_principal_mantencion {
	margin: 100px auto 30px;
	text-align: center;
}
.main_logo_metrolab_mantencion {

}
.main_logo_metrolab_mantencion a img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	width: 30%;
}
.main_logo_metrolab_mantencion a img:hover {
	opacity: 0.6;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);	
}
.main_aviso_mantencion {
    margin: 80px 0 30px 0;
    padding: 0 200px;
}
.main_aviso_mantencion p {
    font-weight: 100;
    font-size: 60px;
    color: #ebebeb;
    line-height: 70px;
}

.wrap_info_metrolab{
    text-align: center;
    margin: 0 auto;
}

.iblock_fonosmasinfo {
    background: #0000005a;
    border: 1px solid #ffffff3a;
    cursor: pointer;
    margin: 0 5px 10px 5px;
    min-height: 80px;
    padding: 15px 30px 2px 30px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 10px;
}
.iblock_fonosmasinfo:hover {
    background: #ee624b;
    border: 1px solid #ee624b;
}
.title_fonomasinfo {
}
.title_fonomasinfo h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
.contactos_fonosmasinfo {
    border-top: 1px solid #ffffff3a;
    margin: 10px 0 10px 0;
    padding: 10px 0 2px 0;
    color: #fff;
    text-align: center;
}
.contactos_fonosmasinfo a {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 100;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.contactos_fonosmasinfo a:hover,
.contactos_fonosmasinfo a:active,
.contactos_fonosmasinfo a:focus {
    text-decoration: none;
    color: #6b6b6b !important;
}
.contactos_fonosmasinfo a img {
    margin: 0 0 5px 0;
    width: 10%;
}
.caja_dato_fonomasinfo.desplegable_info_1 {
}
.caja_dato_fonomasinfo.desplegable_info_1 ul {
	padding: 0;
}
.wrap_footer {
    display: block;
    padding: 20px 5px;
    margin: 110px 0 0 0;
    width: 100%;
    border-top: 1px solid #ffffff2a;
}
.main_direccion_metrolab {
    text-align: center;
    padding: 0;
    width: 100%;
}
.main_direccion_metrolab p {
    color: #929a9b;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}
.main_copiright {
    text-align: center;
    padding: 0;
    width: 100%;
}
.main_copiright p {
	color: #929a9b;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}


/* ::::::::::::::::::::::::::::: */
/*          MEDIA QUERY          */
/* ::::::::::::::::::::::::::::: */

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {
	body {
	    background-position: center center, -430px 0;
	    background-size: cover !important;
	}
	.main_logo_metrolab_mantencion a img {
	    width: 50%;
	}
	.main_aviso_mantencion {
	    margin: 50px 0 30px 0;
	    padding: 0;
	}
	.main_aviso_mantencion p {
	    font-size: 50px;
	}
}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}