@charset "utf-8";

body {
	font-family: 'Cuprum', sans-serif;
	margin: 0px;
	font-size: 22px;
	line-height: 1.5;
	color: #666;
}
.body_fondo {
	background-image: url(https://panel.keeperstomares.com/img/carta_comidas_creativa_internacional_pub_irlandes_restaurante_keepers_tomares_sevilla2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
}
@media only screen and (max-width:620px) { 
.body_fondo {
	background-image: url(https://panel.keeperstomares.com/img/carta_comidas_creativa_internacional_pub_irlandes_restaurante_keepers_tomares_sevilla2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.page {

}
#flotante {
	position: fixed;
	z-index: 999;
	top: 50px;
	right: 0px;
	margin-top: 20px;
}
@media only screen and (max-width:620px) { 
#flotante {
	margin-top: 5px;
}
}
#flotante ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#flotante li {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
					}
#flotante li img {
		margin:10px;
		float: left;
	}
	@media only screen and (max-width:620px) { 
#flotante li img {
	margin-right: 0px;
}
}
#flotante ul li a{
	display: block;
	background-color: #DF5400;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
	color: #FFF;
	text-decoration: none;
	height: 50px;
	
}
#flotante ul li a:hover {
	padding-right: 20px;
}
#flotante ul li span {
	font-size: 1px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	color: #990000;
}

#flotante ul li:hover span{
	font-size: 17px;
	visibility:visible;
	opacity: 1;
	color:#FFF;
}
#flotante .fb{
	display:none
}
#flotante #menu_responsive{
	display:none
}
@media only screen and (max-width:620px) { 
#flotante .fb{
	display:block
}
#flotante ul li a{
	height:34px;
}
#flotante li img {
margin: 7px;
		width:20px
	}
#flotante #menu_responsive{
	display:block
}	
}
.caja1100{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media only screen and (max-width:620px) { 
.caja1100{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
}
#reservas {
	color: #FFF;
	background-color: #333;
	line-height: 70px;
}

#reservas img {
	margin-left:10px
}
#reservas .bt_telefono{
	color: #FFF;
	font-size: 25px;
	text-decoration: none;
}
#reservas a.bt_telefono:hover{
	color: #DF5400;
}
 .bt_reserva{
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #FFF;
	text-decoration: none;
	border-radius: 5px;
	margin-left: 15px;
	font-size:20px
}
@media only screen and (max-width:620px) { 
 .bt_reserva{
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	font-size:18px
}
}
 a.bt_reserva:hover{
	background-color: #DF5400;
	border-color:#DF5400;
}
#reservas .der{
	float:right
}
#cabecera {
	z-index: 99;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	top: 0px;
	min-width: 1100px;
}
#cabecera #logo{
	float: left;
	margin-right: 20px;
}
.logo {
	max-height: 100px;
	width: auto;
	transition: max-height 0.5s ease-in-out;

}
#cabecera #logo2{
	float: left;
}
.logo2_grande {
	margin-top: 100px;
}
.logo2_chico {
	margin-top: 60px;
	height: auto;
	width: 130px;
}


@media only screen and (max-width:620px) { 
#cabecera {
	display: none;
}
#cabecera .logo{
	float:none

}
}
#cabecera_der {
	float: right;
	padding-top: 42px;
	font-size: 30px;
	color: #999;
	text-align: right;
}
#cabecera_der a{
	color: #999999;
	text-decoration: none;
	float: left;
	padding-left: 20px;
}

#cabecera_der a:hover{
	color: #990000;
}
@media only screen and (max-width:620px) { 
#cabecera_der {
	display:none;
	float: none;
	padding-top: 10px;
	font-size: 32px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
}
#cabecera_der img {
	margin-left: 10px;
	margin-bottom: 15px;
	float: left;
}
#cabecera_der .bt_acceso {
	font-size: 18px;
	border:1px solid #999;
	border-radius:10px;
	padding-left:10px;
	padding-right:10px
}
#cabecera_der a.bt_acceso:hover {
	border-color: #990000;
}
@media only screen and (max-width:600px) { 
}
#cabecera .link_presu {
	font-size: 18px;
	color: #014B89;
	text-decoration: none;
	border: 1px solid #014B89;
	padding-right: 5px;
	padding-left: 5px;
}
#cabecera a.link_presu:hover {
	color: #FFF;
	background-color:#014B89
}
#slogan  {
	color: #FFF;
	padding-top: 40px;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
	min-width: 1100px;
	background-color: #DF5400;
	line-height: 1.5em;
}
#slogan  .quiebre{
	display:inline
}
@media only screen and (max-width:620px) { 
#slogan  {
	font-size: 22px;
	min-width: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 285px;
}
#slogan  .quiebre{
	display:block
}
}

.foto_banda {
	width: 100%;
	height: 500px;
	object-fit: cover;
	min-width: 1100px;
	margin-top: 200px;
}
@media only screen and (max-width:620px) { 
.foto_banda {
	height: 200px;
	min-width: 0px;
	margin-top: 190px;
}
#slogan  .quiebre{
	display:block
}
}

#botonera_responsive {
	font-size: 20px;
	color: #999;
	line-height: 90px;
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#cabecera_responsive {
	display: none;
	
	
}
#cabecera_responsive img{
	margin-left: 10px;
}
#cabecera_responsive .telefono{
	padding-top: 10px;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #333;
	font-size: 20px;
}
#cabecera_responsive .telefono a{
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
}
#cabecera_responsive .telefono a:hover{
	color: #DF5400;
}
#cabecera_responsive .botones{
	padding-top: 10px;
	text-align: center;
	clear: both;
	height: 45px;
	color: #FFF;
	background-color: #333;
}
#botonera {
	float: right;
}
.botonera_grande {
	padding-top: 80px;
}
.botonera_chica {
	padding-top: 35px;
}
@media only screen and (max-width:620px) { 
#botonera {
	display:none
}
#cabecera_responsive {
	display: block;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #FFFFFF;
		-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
}
}

#cabecera_responsive .logo {
	max-width: 170px;
}

#botonera_responsive .ico {
	cursor: pointer;
	float: left;
	background-color: #335A8C;
	margin-right:10px
}

#nav{
	text-align: right;

}

#nav .botonera_seccion {
	display: inline;
	list-style-type: none;
	font-size: 22px;
	color: #333;
	padding-left: 30px;
	cursor: pointer;
	text-transform: uppercase;
}
#nav .botonera_seccion a{
	color: #333;
	text-decoration: none
}
#nav .botonera_seccion a:hover{
	color: #DF5400;
}
#nav li.botonera_seccion:hover {
	color: #DF5400;
}

#nav .caja_desplegable {
	width: 220px;
	padding-top: 20px;
}
#nav .col_linea {
	text-align: left;
	margin-bottom: 1px;
}

#nav .botonera_linea{
	background-color: #333;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	font-style: normal;
	box-shadow: 5px 5px 10px #333333;
}
#nav div.botonera_linea:hover{
	background-color: rgba(102, 102, 102, 0.95);
	color: #FFFFFF;
}
#nav .botonera_familia{
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	font-size: 15px;
}

#nav .botonera_linea .miniatura{
	float: left;
	margin-right: 10px;
	height: 50px;
}
#nav .botonera_familia a{
	color:#999;
	text-decoration:none
}
#nav .botonera_familia a:hover{
	color:#FFF
}

.empresa {
	background-color: #F2F2F2;
	font-size: 35px;
	color: #999;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	min-width:1100px
}

.empresa .titulo {
	font-size: 32px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-style: italic;
}
.empresa .enlace {
	margin-top: 5px;
	margin-bottom: 5px;
}
.empresa .enlace a{
	font-size: 20px;
	color: #999;
	text-decoration: none;
}
.empresa .cajatxt {
	float: left;
	width: 530px;
}

@media only screen and (max-width:620px) {
.empresa {
	font-size: 22px;
	text-align: center;
	min-width:0px
} 
.empresa .enlace a{
	font-size: 18px;
}
.empresa .titulo {
	padding-top: 0px;
}
.empresa .cajatxt {
	float: none;
	width: 100%;
}
}


.empresa .enlace a:hover{
	color: #990000;
}
@media only screen and (max-width:620px) { 
.empresa .img_der {
	float: none;
	margin-top:30px
}
}
.plano3D {
	width:48%;
	height:300px;
	float: left; 
	border:0; 
	border-radius:10px; 
	margin-left:1%; 
	margin-right:1%
}
@media only screen and (max-width:620px) { 
.plano3D {
	width:100%;
	float: none; 
	margin-left:0px; 
	margin-right:0px;
	display:block;
	margin-bottom:20px
}
}
#banner_cita {
	background-color: #F9BA46;
	color: #AA4000;
	font-size: 22px;
	text-align: center;
	min-width: 1100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width:620px) { 
#banner_cita {
	min-width: 0px;
}
}
#banner_cita .caja1100{
	width:700px
}
@media only screen and (max-width:620px) { 
#banner_cita .caja1100{
	width:100%
}
}
#banner_cita .circulo {
	width: 50%;
	float: left;
}
@media only screen and (max-width:620px) { 
#banner_cita .circulo {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#banner_cita .circulo .img {
	width: 80%;
	max-width: 200px;
}
}
#banner_cita .txt{
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(https://panel.keeperstomares.com/img/fondo_contacto_txt.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 30px;
}

#banner_cita .gde{
	font-size: 30px;
	padding-bottom: 10px;
}

@media only screen and (max-width:620px) { 
#banner_cita {
	font-size: 23px;
	text-align: center;
	background-image: none;
	min-width: 0px;
	padding-top:20px
	
}
#banner_cita .txt{
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 0px;
}
#banner_cita .gde{
	font-size: 30px
}

}

#banner_cita a {
	color: #AA4000;
	text-decoration: none;
}
@media only screen and (max-width:620px) { 
#banner_cita a {
	font-size: 22px;
}
#banner_cita .img_banner {
	display:block;
	width:100%;
	border-radius:10px
}
}


#banner_cita a:hover {
	color: #333333;
}
#banner_cita .llamar {
	font-size:30px
}
@media only screen and (max-width:620px) { 
#banner_cita .llamar {
	font-size:23px
}
}
#logos {
	padding-top: 20px;
	padding-bottom: 20px;
}
#logos img{
	width: 90%
}

@media only screen and (max-width:620px) { 
#logos table{
	width: 100%;
	text-align: center;
}

}	
#pie {
	background-color: #333333;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	min-width: 1100px;
	text-align: center;
}
#pie .bloque_dire{
	padding-bottom:30px;
	padding-right:40px
}
#pie .bloque_dire iframe{
	height: 150px;
	width: 600px;
	margin-top: 30px
}
#pie .bloque_dire a{
	color:#fff

}
@media only screen and (max-width:620px) { 
#pie .bloque_dire iframe{
	width: 100%;
	margin-bottom:20px
}
}
#pie .bloque_mail{
	clear:left
}
@media only screen and (max-width:620px) { 
#pie {
	text-align: center;
	min-width: 0px;
	padding-top: 30px;
}
#pie .bloque_dire{
	float:none;
	padding-right:0px
}
}

#pie a{
	color: #FFF;
	text-decoration: none;
}
#pie a:hover{
	text-decoration: underline;
}
#pie .link{
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
#pie .titulo {
	font-size: 20px;
}
#pie .copy {
	text-align: center;
	clear: both;
	padding-top: 50px;
}
#pie .logo_pie {
	width: 200px;
}
@media only screen and (max-width:620px) { 
#pie .copy {
	text-align: center;
	float: none;
	padding-top: 20px;
}
}
#pie .fb-page {
	float:right;
}
@media only screen and (max-width:620px) { 
#pie .fb-page  {
	display: none;
}
}

#pie .carta {
	margin-right: 100px;
	float: left;
	text-align: center;
	font-size: 14px;
 	font-style: italic;
}
#pie .botonera_pie{
	padding-top: 30px;
	width: 690px;
	text-align: left;
	margin-right: auto;
	margin-left: auto
}

@media only screen and (max-width:620px) { 
#pie .botonera_pie{
	display:none
}
#pie .carta {
	margin-right: 0px;
	float: none;

}
}
#pie .subbotonera {
	padding-top: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	width: 150px;
}
#pie .subbotonera.uno {
	margin-left:110px
}
#pie .subbotonera.dos {
	margin-left:25px
}
#pie .subbotonera a{
	color:#CCC
}
#pie .subbotonera a:hover{
	text-decoration:underline
}

@media only screen and (max-width:620px) { 
#pie .img_der{
	float:none;
	margin-left:0px;
	margin-bottom:20px;
	width:150px
}
}
.contenido {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #FFF;
	min-width:1100px;
	width:100%
}
.contenido.sin_foto{
	margin-top: 200px
}
@media only screen and (max-width:620px) { 
.contenido {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	min-width:0px
}
}
.seccion {
	font-size: 40px;
	color: #DF5400;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.banner_banda {
	font-size: 40px;
	color: #FFF;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	min-width:1100px
}
@media only screen and (max-width:620px) { 
.banner_banda {
	font-size: 30px;
	min-width:0px
}
}
.banner_banda .subcaja{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.banner_banda .ico {
	width:50%;
	text-align:center;
	float:left
}
@media only screen and (max-width:620px) { 
.banner_banda .subcaja{
	width: 100%;
}
.banner_banda .ico img {
	width:80%;
	max-width: 150px;
}
}
@media only screen and (max-width:620px) { 
.seccion {
	font-size: 38px;
}
}
.seccion .flia{
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
.seccion a.flia:hover{
	text-decoration: underline;
}
.destacado {
	color: #014B89;
	font-size: 20px;
	text-decoration: none;
}
a.destacado:hover {
	text-decoration: underline;
}
.subtit {
	font-size: 20px;
	color: #014B89;
	padding-bottom: 20px;
	text-decoration: none;
}
a.subtit:hover {
	background-color: #8F0005;
	color: #FFF;
}










#detalle_producto .titulo_nove {
	font-size: 30px;
	color: #DF5400;
}
#detalle_producto .titulo_evento {
	font-size: 30px;
	color: #DF5400;
	padding-top: 70px;
}
#detalle_producto .fecha {
	color: #999;
}
#detalle_producto .fecha_evento {
	color: #FFF;
	background-color: #333333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#detalle_producto .subtitulo {
	color: #999;
}
#detalle_producto .oferta {
	color: #FFF;
	background-color: #003B6A;
	padding: 5px;
	margin-top: 5px;
}





#detalle_producto .imagenes {
	float: left;
	padding-bottom: 20px;
}
@media only screen and (max-width:620px) { 
#detalle_producto .imagenes {
	float: none;
	padding-bottom: 20px;
}
}
#detalle_producto .imagenes img {
	height: auto;
	width: 500px;
	margin-right: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
}
@media only screen and (max-width:620px) { 
#detalle_producto .imagenes img {
	width: 100%;
	margin-right: 0px;
}
}
#detalle_producto .imagenes .foto2 {
	margin-right: 40px;
	margin-bottom: 10px;
}


#detalle_producto .imagenes .video {
	margin-top: 10px;
	margin-right: 40px;
	width: 500px;
}
#detalle_producto .imagenes .video iframe{
	height: 300px;
	width: 100%;
}
@media only screen and (max-width:620px) { 
#detalle_producto .imagenes .video {
	margin-right: 0px;
	width: 100%;
}
#detalle_producto .imagenes .video iframe{
	height: 200px;
}
}
#detalle_producto .texto {
	padding-top: 20px;
}
#detalle_producto .texto a, #detalle_producto .texto_destacado a {
	color: #DF5400;
}
#detalle_producto .texto a:hover, #detalle_producto .texto_destacado a:hover {
	text-decoration: none;
}

#detalle_producto .texto_destacado {
	background-color: #E9EAE8;
	padding: 10px;
	clear: both;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: justify;
}
#detalle_producto .sector_descargas {
	clear: both;
	padding-top: 40px;
	margin-right: 100px;
	margin-left: 100px;
	padding-bottom: 40px;
}

.sector_descargas .tit_descargas {
	float: left;
}

#detalle_producto .bt_descarga {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	margin-left: 130px;
}
@media only screen and (max-width:620px) { 
#detalle_producto .sector_descargas {
	margin-right: 0px;
	margin-left: 0px;
}
.sector_descargas .tit_descargas {
	float: none;
	width:70px;
	display:block;
	margin:auto
}

#detalle_producto .bt_descarga {
	margin-left: 0px;
}
}
#detalle_producto .bt_descarga a{
	color: #666;
	text-decoration: none;
	font-size: 16px;
}
#detalle_producto .bt_descarga a:hover {
	color: #DF5400;
}

.volver  {
	text-align: right;
	padding-bottom: 30px;
	text-transform: uppercase;
}
@media only screen and (max-width:620px) { 
.volver  {
	text-align: center;
}
}
.volver a {
	font-size: 16px;
	color: #999;
	text-decoration: none;
}
.volver a:hover {
	color: #666;
}
.volver_nove {
	font-size: 16px;
	color: #999;
	float: right;
	text-decoration: none;
	padding-left: 20px;
}
#detalle_producto .bt_ver {
	font-size: 16px;
	color: #FFF;
	background-color: #9A9754;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#detalle_producto a.bt_ver:hover {
	background-color: #666;
}

a.volver_nove:hover {
	color: #EA1E29;
}
#detalle_redes_hor {
	clear: both;
	color: #999;
	font-size: 16px;
	background-color: #F2F2F2;
	width:100%
}
#detalle_redes_hor .caja1100{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(https://panel.keeperstomares.com/img/icono_share.png);
	background-repeat: no-repeat;
}
@media only screen and (max-width:620px) { 
#detalle_redes_hor .caja1100{
	text-align:center
}
}
#detalle_redes_hor .rsociales img {
	margin-right: 5px;
}
#detalle_redes_hor .primera {
	margin-left:170px
}
@media only screen and (max-width:620px) { 
#detalle_redes_hor .primera {
	margin-left:0px
}
}
.separador {
	clear: both;
	height: 0px;
}
.galeria {
	background-color: #F2F2F2;
	margin-bottom: 40px;
	margin-top: 40px;
	clear: both;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 10px;
}
.galeria img{
	height: 165px;
	width: 165px;
	margin-top: 10px;
	margin-left: 10px;
	object-fit: cover;
	border-radius: 10px;
}
@media only screen and (max-width:620px) { 
.galeria {
	text-align:center
}
}
.productos_relacionados {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
}
.titulo_relacion {
	color: #CCC;
	margin-bottom: 20px;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	padding-left: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
@media only screen and (max-width:620px) { 
.titulo_relacion {
	font-size: 30px;
}
}
.bloque_producto {
	background-color: #EBEBEB;
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	text-align: center;
	height: 470px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-bottom: 15px;
	border: 1px solid #EBEBEB;
	color: #990000;
}
@media only screen and (max-width:620px) { 
.bloque_producto {
	float: none;
	max-width: 330px;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;


}
}
div.bloque_producto:hover {
	background-color: #999999;
	color: #FFF;
}
.bloque_producto .foto {
	height: 330px;
	width: 330px;
	margin-bottom: 15px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.bloque_producto .bt_mas {
	color: #FFF;
	text-decoration: none;
	background-color: #E28118;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.bloque_producto a.bt_mas:hover {
	background-color: #666;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.bloque_producto .titulo_linea {
	font-size: 16px;
	padding-left: 70px;
	color: #E28118;
	font-weight: bold;
}
.bloque_producto .titulo_producto  {
	font-size: 25px;
	text-decoration: none;
	padding: 15px;
}
.bloque_producto .texto_producto {
	padding-top: 10px;
}
.bloque_producto .descargar {
	float: right;
}

.titulo_seccion_home {
	font-size: 40px;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
	clear: both;
	font-weight: 700;
}
.titulo_seccion_home a{
	color: #333333;
	text-decoration:none
}
.titulo_seccion_home a:hover{
	text-decoration:underline
}
.bloque_noticias  {
	float: left;
	width: 330px;
	height: 600px;
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding-bottom: 15px
}
.bloque_noticias.eventos  {
	height: 530px;
}
@media only screen and (max-width:620px) { 
.bloque_noticias  {
	float: none;
	max-width: 330px;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
}
div.bloque_noticias:hover  {
	background-color: #EBEBEB;
}

.bloque_noticias .foto {
	width: 300px;
	height: 300px;
	object-fit: cover;
	margin: 15px;
	border-radius: 10px;
}

.bloque_noticias .fecha {
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
.bloque_noticias .fecha_evento {
	color: #FFF;
	background-color: #333333;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.bloque_noticias .titulo {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 25px;
	color: #DF5400;
	padding-bottom: 5px;
	clear: both
}
.bloque_noticias .subtitulo {
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
.celda_contacto {
	color: #666;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: 100px;
	margin-left: 100px;
}
@media only screen and (max-width:620px) { 
.celda_contacto {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
}
.caja {
	font-size: 16px;
	color: #666;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
	padding: 5px;
}
.bt_enviar {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #05577D;
	border: 1px solid #fff;
	margin-top: 20px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 110px;
}
.peque {
	font-size: 16px;
	color: #666;
}
.peque a{
	color: #666;
}
.peque a:hover{
	text-decoration:none
}
.error {
	font-size: 16px;
	background-color: #000;
	padding: 5px;
	color: #999;
	margin-top: 20px;
	margin-right: 20px;
}
.error .destacado {
	font-weight: bold;
	color: #FFF;
}
.img_der {
	float: right;
	margin-bottom: 5px;
	margin-left: 40px;
	border-radius: 10px;
}
.img_izq {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
	border-radius: 10px;
}
.img_grande {
	width:100%
}
@media only screen and (max-width:620px) { 
.img_der {
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
}
.img_izq {
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width:400px;
	height:auto
}
}
.link {
	color: #333;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
.punteo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.punteo p{
	padding-bottom: 10px;
}
#legal {
	font-size: 16px;
	color: #666;
	margin: 20px;
	background-color: #FFF;
	background-image: none;
}
.titulo_legal{
	font-size: 16px;
	color: #009ABE;
}
#legal a {
	color: #830302;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}

.azul  {
	color: #014B89;
	text-decoration:none
}
a.azul:hover  {
	text-decoration:underline
}
#menu li {
	background-color:#666
}
#menu li a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {

}
#menu li li {
	background-color: #999;
}
#form_contacto {
	width: 90%;
	max-width:800px;
	cursor:default;
}
.popup {
	color: #666;
	font-size: 17px;
}
.popup .logo_contacto {
	float: right;
	width: 250px;
}
.popup .titulo_contacto {
	font-size: 30px;
	color: #CCC;
	padding-top: 100px;
}
.popup form {
	clear:both
}
.popup .caja_contacto {
	font-family: 'Merriweather', serif;
	width: 100%;
	font-size: 16px;
	color: #666;
	background-color: #F0F0F0;
	padding: 10px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.popup .select_contacto {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #666;
	background-color: #F0F0F0;
	padding: 10px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.popup .enviar_contacto {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	color: #FFF;
	background-color: #335A8C;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.popup a {
	color: #666;
}
.mapa {
	float:right;
	margin-left:40px
}
.bloque_dire_contacto a {
	color: #DF5400
}
.mapa iframe{
	width: 600px;
	height: 350px
}
@media only screen and (max-width:620px) { 
.mapa {
	float:none;
	margin-bottom:20px;
		margin-left:0px;
}
.mapa iframe{
	width:100%;
	height:200px;
}
}
.calendario {
	float: left;
	width: 370px;
}
@media only screen and (max-width:620px) { 
.calendario {
	float: none;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}
}
.bloque_cookie {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bloque_cookie .titulo_cookie{
	font-size: 24px;
	color: #DF5400;
	padding-bottom: 5px;
	font-weight: 200;
}
#animacionR {
	display:none
}
@media only screen and (max-width:620px) { 
#animacionR {
	display:block
}
#animacionM {
	display:none
}
}
#banner_flotante {
	position: fixed;
	z-index: 999;
	right: 5px;
}
@media only screen and (max-width:620px) { 
#banner_flotante {
	display: none;
}
}
#banner_flotante.home {
	top: 250px;
}
#banner_flotante.interior {
	bottom: 5px;
}
#banner_flotante img{
	display:inline;
	margin-top:0px;
	margin-bottom:0px;
		width: 58px;
	height:auto;
}
#banner_flotante a{
	color: #FFF;
	text-decoration:none;
}
/* ARROWS */
#banner_flotante .arrowText {
	position: relative;
	width: 600px;
	float: left;
	border-top-left-radius: 10px;
	border-bottom-left-radius:10px;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
 }
#banner_flotante .arrowText:before, .arrowText:after {
 content: " ";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 }
 
/* RIGHT ARROW */
#banner_flotante .arrowRight:before, .arrowRight:after {
 margin-top:0px;
 border-bottom: 26px solid transparent;
 border-top:26px solid transparent;
 top:0px;
 }
#banner_flotante .arrowRight:after {
	border-left: 16px solid #333;
	right: -15px;
	z-index: 2;
 }
#banner_flotante .arrowRight:before {
	border-left: 16px solid#333;
	right: -16px;
	z-index: 1;
 }
 
#banner_flotante_responsive {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom:0;
	display:none;
	width: 96%;
		margin-right: 2%;
	margin-left: 2%;
}
@media only screen and (max-width:620px) { 
#banner_flotante_responsive {
	display: block;
}
}
#banner_flotante_responsive img{
	display:inline;
	margin-top:20px;
	margin-bottom:5px;
	width: 70px;
	height:auto;
	float:right
}
#banner_flotante_responsive a{
	color: #FFF;
	text-decoration:none;
}
/* ARROWS */
#banner_flotante_responsive .arrowText {
	position: relative;
	border-radius:10px;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

 }
#banner_flotante_responsive .arrowText:before, .arrowText:after {
 content: " ";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 }
 
/* BOTTOM ARROW */
#banner_flotante_responsive .arrowBottom:before, .arrowBottom:after {
 border-left: 25px solid transparent;
 border-right: 25px solid transparent;
 right: 15;
 }
#banner_flotante_responsive .arrowBottom:after {
 border-top: 16px solid #333;
 bottom: -16px;
 z-index: 2;
 }
#banner_flotante_responsive .arrowBottom:before {
 border-top: 16px solid #333;
 bottom: -17px;
 z-index: 1;
 }

 /* POPUP KEEPERSLOVER */
 #popupkl {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
  }
  #popupkl-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
  }
  #popupkl-close {
	float: right;
	cursor: pointer;
  }