*{
	padding: 0;
	margin: 0;
}
body{
	background-color: #ffffff;
    background-image: url(../images/informe-06.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
footer{
	background: #1d2d5f;
	padding: 10px;
}
.fondo-inf{
	background-color: #ffffff;
    background-image: url(../images/fondo_rectoria.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;background-attachment: fixed;
}
.fondo{
	background-image: url(../images/cabezera.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
}
.fondo-section-1{
	background-image: url(../images/fondo-section-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.titulo{
	padding: 10px;
	background: #BC2132;
	color: #fff;
	text-align: center;
}
.navbar-brand i{
	color: #fff;
}
.redes-menu{
	list-style: none;
}
.redes-menu li {
	display: inline-block;
}
.redes-menu li a{
	color: #fff;
}
.redes-menu-f{
	list-style: none;
}
.redes-menu-f li {
	display: inline-block;
}
.redes-menu-f i{
	color: #fe2905;
	font-size: 30px;
}
.redes-menu-f hr {
  background-color: red;
  height: 10px;
  width: 25%;
}
.img-galeria{
	width: 100%;
	height: 250px;
}