body {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: url('../_img/cerro.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 1em;
}
.navbar {
	margin:0 !important;
	padding: 0px !important;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(0,37,138,1) 20%, rgba(9,9,121,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(0,37,138,1) 20%, rgba(9,9,121,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 2%, rgba(0,37,138,1) 20%, rgba(9,9,121,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00258a",GradientType=1);
}
.navbar-nav {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(0,37,138,1) 0%, rgba(9,9,121,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,37,138,1) 0%, rgba(9,9,121,1) 100%);
	background: linear-gradient(90deg, rgba(0,37,138,1) 0%, rgba(9,9,121,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00258a",GradientType=1);
}
.box {
	margin-bottom: 20px;
	padding: 30px 15px;
	background: #fff;
	background: rgba(255,255,255,0.7);
}
footer{
	background: #0f96a5;
}
.dFil:hover{
	background: rgba(155,150,130,.7);
	cursor: pointer;
}
.flexslider .slides img {
    max-height: auto; /*maximum height for all slides*/
    width: auto; /*proper aspect ratio of images*/
    max-width: 50%; /*maximum width for all slides*/
    margin: 0 auto; /*centering images in the container*/
}