body {
	background-color: #332D2D;
	font-family: lato;
	color: #343a40;
	padding:0px;
}

.contenedor {
	width:1200px;
	margin:0 auto;
	background-color:#000;
	box-shadow: 3px 3px 2px 0px rgba(115, 123, 131, 1);
	border-radius: 5px; 
	padding:0px;
}

.menu1 { 
	width: 1200px;
	height: 299px;
	background-image:url("/webapp/imagenes/encabezado.jpg");
	background-size: 100% 100%;
	background-color: #ff0000;
	overflow:hidden;
}

.menu2 { 
	width: 1200px;
	height: 45px;
	background-color: #ff0000;
 
}

.portadax {
	width: 100%;
	height: 500px; 
	overflow:hidden;
	text-shadow: 2px 2px 4px #c0c0c0;
	
}

.instagram_feed {
	background-color: #dc3545;
	width: 1200px;
	height: 560px;
	overflow: hidden;
}

.facebook_feed {
	background-color: #0d6efd;
	width: 100%;
	height: 620px;
	overflow: hidden;
}

.noticias {
	background-color: #000;
	width: 1200px;
	height:auto;
}

.contacto {
	background-image: linear-gradient(to right, #ff0000, #dc3545);
	width: 100%;
	height: 500px; 
	overflow: hidden;
}

.contacto .contacto_mapa {
	color: #fff;
	position: relative;
	left: 50px;
	top: 50px;
}

.contacto .contacto_formulario {
	color: #fff;
	position: relative;
	left: 560px;
	top: -385px;
}

.redes {
	background: linear-gradient(180deg, #000 0%, #2B2B2B 100%);
	width: 1200px;
	height: 250px; 
 
	text-align:center;
	color:#dc3545;
	
}

.redes .col {
	text-align:center;
	color:#0d6efd;
	font-weight: bold;
	font-size: 18px; 
}

.fondo_video {
	width: 100%;
	height: 100%;
	position: relative;
	top: -100px;
	left: -100px;
}

.fondo_video_capa {
	background-image: linear-gradient(to right, #dc3545 , #0d6efd);
	width: 100%;
	height: 100%;
	position: relative;
	top: -500px;
	opacity: 0.3;
}

.fondo_video_reproductor {
	width: 100%;
	height: 100%;
	position: relative;
	top: -1000px;
	margin:0 auto;
	text-align:center;
	font-family: Lato;
	color: #fff;
}

.fondo_video_reproductor .mejs__container{
	position: relative;
	left: 280px;
}

.pie .col {
	text-align:center;
}

#menu {
	background: linear-gradient(180deg, #000 0%, #2B2B2B 100%);
	color: #FFF;
	height: 45px;
	padding-left: 18px;
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #fff;
	background: #ff0000;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 270px;
	background: #FFFFFF;
	position: absolute;
	z-index: 2;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #2B2B2B;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #CCCCCC;
	color: #696969;
}
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}
