/*------- estilos metidos nuevos.------------*/
header {
    width: 100%;
    padding: 0 0;
}
header .logo {
	background-image: url(../imgs/fondoLogo.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 57px;
	position: absolute;
	z-index: 1100;
	padding: 7px 8px;
	background-size: 99% 100%;
}
header .logo img{
    width: 71%;
	}
	header .menuSuperior {
    background-size: 254% 67%;
}
header .menuSuperior .menu {
    text-align: center;
    float: none;
    width: 100%;
}
header .menuSuperior .redesSociales {
    height: 55px;
}
header .menuSuperior .menu {
    width: 100%;
	}
header .menuSuperior .menu > ul{
	display: none;
	width: 100%;
padding: 0;

}

header .menuSuperior .menu > ul > li{
	display: block;
    width: 100%;
    text-align: center;
    background-color: #005e9b;
		border-bottom: 1px solid #fff;
}
header .menuSuperior .menu > ul > li:hover > ul {
	display: block;
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;

}
header .menuSuperior .menu > ul > li > ul > li > a:hover {
	/*background-color:#008dd0;*/
	-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}
header .menuSuperior .menu > ul > li > ul{
	display: block;
	width: 100%;
    margin: 0;
    padding: 0;
}
header .menuSuperior .menu > ul > li > ul > li {
	display: block;
	width: 100%;
	background-color: rgba(46, 129, 202, 0.75);
}
header .telefono {
    font-size: 19px;
    top: 22px;
}
.wrapp {
    width: 100%;
	}
.cycle-slideshow video {
    width: 100%;
	height: auto;
}

.menu_movil{
	cursor: pointer;
	display: block;
	text-align: center;
	position: absolute;
	top: 71px;
	width: 100%;
	z-index: 3000;
  left: -65px;
}
.slide {
    padding-top: 116px;
}
.cycle-slideshow img{
	width: 100%;
}
.verMas {
    top: 67px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 121px;
		    display: none;
}
.cuadroSuperior {
	font-size: 15px;
	padding: 17px;
	}
.dondeEstamos {
	top: 325px;
right: 3px;
	}
.contenido {
    padding: 143px 8px 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.imgResponsive{
	width: 100%;
}
.feeds {
    float: none;
    width: 100%;
    padding: 21px;
		box-sizing: border-box;
}
iframe {
	width: 100%;
height: 500px;
margin: 0 auto;
display: block;
margin-bottom: 30px;
}
div.contentTodo {
	width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.botonSeccion {
    margin: 0 0 25px;
}
.cuadroInferior {
    font-size: 17px;
	}
	.botonSeccion {
    height: 245px;
	}
.botonSeccion .botonFoto img{
	width: 100%;
}
footer {
	padding: 0px;
	border-top: 1px solid #FFF;
	background-color: #0065a3;
	background-image: none;
}
footer .datosContacto {
    float: none;
}
footer .logoAdOne {
    float: none;
		width: 100%;
		text-align: center;
		margin-top: 19px;
}
