/* BARRA */ 
.nav-item{
	padding-left: 20px;
	-webkit-padding-left: 20px;
	-moz-padding-left: 20px;
	-o-padding-left: 20px;
	-ms-padding-left: 20px;

	padding-right:20px;
	-webkit-padding-right:20px;
	-moz-padding-right:20px;
	-o-padding-right:20px;
	-ms-padding-right:20px;

	text-align: center;
	-webkit-text-align: center;
	-moz-text-align: center;
	-o-text-align: center;
	-ms-text-align: center;

}
.nav-link{
    border-bottom: 1px solid rgba(0,0,0,0);
	-webkit-border-bottom: 1px solid rgba(0,0,0,0);
	-moz-border-bottom: 1px solid rgba(0,0,0,0);
	-o-border-bottom: 1px solid rgba(0,0,0,0);
	-ms-border-bottom: 1px solid rgba(0,0,0,0);
}
.nav-link:hover{
    border-bottom: 1px solid #f3512f;
	-webkit-border-bottom: 1px solid #f3512f;
	-moz-border-bottom: 1px solid #f3512f;
	-o-border-bottom: 1px solid #f3512f;
	-ms-border-bottom: 1px solid #f3512f;
}

#img_inicio{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;

	background: url('../img/img1.jpeg') center center no-repeat fixed;
	-webkit-background: url('../img/img1.jpeg') center center no-repeat fixed;
	-moz-background: url('../img/img1.jpeg') center center no-repeat fixed;
	-o-background: url('../img/img1.jpeg') center center no-repeat fixed;
	-ms-background: url('../img/img1.jpeg') center center no-repeat fixed;

	height: 500px;

	color:white;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;

    align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;

}
#img_inicio>h1{
	display: block;
	-webkit-display: block;
	-moz-display: block;
	-o-display: block;
	-ms-display: block;

	margin-left: auto;
	-webkit-margin-left: auto;
	-moz-margin-left: auto;
	-o-margin-left: auto;
	-ms-margin-left: auto;

	margin-right: auto;
	-webkit-margin-right: auto;
	-moz-margin-right: auto;
	-o-margin-right: auto;
	-ms-margin-right: auto;

	font-family: Lucida Sans Unicode;
	-webkit-font-family: Lucida Sans Unicode;
	-moz-font-family: Lucida Sans Unicode;
	-o-font-family: Lucida Sans Unicode;
	-ms-font-family: Lucida Sans Unicode;

}

.seccion{
    margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
	-o-margin-top: 20px;
	-ms-margin-top: 20px;

	margin-bottom: 20px;
	-webkit-margin-bottom: 20px;
	-moz-margin-bottom: 20px;
	-o-margin-bottom: 20px;
	-ms-margin-bottom: 20px;

}
#seccion_informacion{
  background-color: rgb(30,30,30);
	-webkit-background-color: rgb(30,30,30);
	-moz-background-color: rgb(30,30,30);
	-o-background-color: rgb(30,30,30);
	-ms-background-color: rgb(30,30,30);

}

/* OTROS */
.activo{
	background-color: #f3512f;
	-webkit-background-color: #f3512f;
	-moz-background-color: #f3512f;
	-o-background-color: #f3512f;
	-ms-background-color: #f3512f;

	color:white;
	-webkit-color:white;
	-moz-color:white;
	-o-color:white;
	-ms-color:white;

	font-weight: bold;
	-webkit-font-weight: bold;
	-moz-font-weight: bold;
	-o-font-weight: bold;
	-ms-font-weight: bold;

}

.img-fluid{
}
@media only screen and (max-width: 767px) {
	#img_inicio {
		height: 400px;
		-webkit-height: 400px;
		-moz-height: 400px;
		-o-height: 400px;
		-ms-height: 400px;
}

@media only screen and (max-width: 500px) {
	#img_inicio {
		height: 300px;
		-webkit-height: 300px;
		-moz-height: 300px;
		-o-height: 300px;
		-ms-height: 300px;
}