
body {
	padding-top: 54px;
	background-image: url("../img/Fondo.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
*{
	margin: 0;
}
html, body {
	height: 100%;
}
.modal-title{
	color: black;
}
#botones-principal:hover{
	color: #500A0A;
}
#clas-p{
	text-align: center;
	color: grey;
}

#header {
	background-color: #f8f8f8;
	height: 110px;
	border-bottom: 4px solid #4f2021;
}

#header-logo {
	width: auto;
	height: 80px;
	margin-top: -3px;
}
.navbar-inverse{
	border-color: white;
}
#navbar-collapse{
	margin-top: 10px;
}
.navbar-inverse .navbar-toggle {
	border-color: #4f2021;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #4f2021;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	background-color: #f8f8f8;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #4f2021;
}
.navbar-header{
	height: 100px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #D5DBDB;
}
.navbar-brand{
	float: none;
}
#botones{
	margin-top: 35px;
}

h1{
	color: white;
	font-size: 45px;
	font-family: 'Amatic SC', cursive;
	margin-top: 70px;
}

.img-thumbnail{
	margin-bottom: 7px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer{
	background-color: #f8f8f8;
	height: 360px;
	width: 100%;
	border-top: 4px solid #4f2021;
	margin-top: 20px
}
.push{
	height: 4em;
}

#texto1{
	padding-top: 10px;
	font-size: 18px;
	color: #4f2021;
}
#texto2{
	font-size: 20px;
}
#texto3{
	color: #585858;
}
#texto4{
	margin-top: -20px;
	color: #585858;
	font-size: 13px;
}
#texto5{
	margin-top: -20px;
	color: #585858;
	font-size: 13px;
	text-align: right;
}
#facebook{
	width: 32px;
	height: 32px;
}
#link-facebook{
	text-decoration: none;
	color: #585858;
}
#hr-abajo{
	border-top: 1px solid #4f2021;
}
#boton-enviar{
	text-align: right;
}
@media (max-width: 767px) {
	.img	{
		height: 250px;
	}
	h1 {
		font-size: 30px;
	}

	#clas-p{
		font-size: 10px;
	}
	#mapa{
		width: 90px;
		height: 90px;
	}
	#texto1{
		font-size: 10px;
	}
	#texto2{
		font-size: 12px;
	}
	#texto3{
		font-size: 9px;
	}
	#texto4{
		font-size: 8px;
	}
	#texto5{
		font-size: 8px;
	}
	.footer{
		height: 280px;
	}
	#facebook {
		width: 25px;
		height: 25px;
	}

}
