@media screen and (max-width: 768px) {
	body{
		background-image:url(../img/fondo-xs.jpg);
		background-repeat: no-repeat;
		background-position: center top;
    	background-size: auto;
		background-color: #971B1E;
	}
}
@media screen and (min-width: 769px) and (max-width: 995px) {
	body{
		background-image:url(../img/fondo-sm.jpg);
		background-repeat: no-repeat;
		background-position: center top;
    	background-size: auto;
		background-color: #971B1E;
	}
}
@media screen and (min-width: 996px) and (max-width: 1365px) {
	body{
		background-image: url(../img/fondo-md.jpg);
		background-repeat: no-repeat;
		background-position: center top;
    	background-size: auto;
		background-color: #971B1E;
	}
}
@media screen and (min-width: 1366px) and (max-width: 1920px) {
	body{
		background-image:url(../img/fondo-lg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
    	background-size: auto;
		background-color: #971B1E;
	}
}
body{font-size: 16px; background-color:#971B1E; margin-bottom:0px;}

.btn-principal{
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.btn-principal a{
	color:#fff;
}
.btn-principal:hover{
	color: #EADBAA;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.fondo-nav{
	background-color:#595643;
}
.home{
	padding: 30px 0px 30px 0px;
}
.main{
	background-color:#FFF;
	padding: 10px 0px 20px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.logo{
	background-color:#FFF;
	padding: 10px 0px 10px 0px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
.footer-rojo{
	background-color:#961B1E;
	padding: 0px 0px 25px 0px;
}
.destacado-rojo{
	background-color:#961B1E;
	padding: 10px;
}
.boton-rojo{
	background-color:#961B1E;
}
.footer-celeste{
	background-color:#64B4B5;
	padding: 0px 0px 25px 0px;
}
.destacado-celeste{
	background-color:#64B4B5;
	padding: 10px;
}
.boton-celeste{
	background-color:#64B4B5;
}
.footer-bordo{
	background-color:#4C111B;
	padding: 0px 0px 25px 0px;
}
.destacado-bordo{
	background-color:#4C111B;
	padding: 10px;
}
.boton-bordo{
	background-color:#4C111B;
}
.subtitulos-blanco {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
}
.subtitulos {
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
}
.titulares-celeste{
	color: #64B4B5;
	font-family: 'Source Sans Pro', sans-serif;
}
.titulares-rojo{
	color: #961B1E;
	font-family: 'Source Sans Pro', sans-serif;
}
.titulares-bordo{
	color: #4C111B;
	font-family: 'Source Sans Pro', sans-serif;
}
.corrido{
	color:#333;
	font-family: 'Roboto', sans-serif;
}
.corrido > a{
	color:#333;
}
.corrido-blanco{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.corrido-blanco a{
	color:#fff;
}
.divider-home{
	height: 1px;
	margin: 15px 0;
	background-color: #EADBAA;
}

.texto-der{
	text-align: right;
}
.borde-img{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	margin: 2px;
}
.map{margin-top:40px;}
.map iframe{width:100%; height:500px;}
#map-container iframe{width:100%; height:500px;}

@media screen and (max-width: 600px) {
.izquierda-mobil {text-align: left;}
.centrar-mobil {text-align: center;}
.centrar-mobil-img {margin: 0px auto 0px auto;}
}
@media screen and (max-width: 767px) {
	#botonxs{display:block; background-repeat:no-repeat;}
	#botonsm{display:none;}
}
@media screen and (min-width: 768px) {
	#botonxs{display:none;}
	#botonsm{display:block; background-repeat:no-repeat;}
}

