@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700';
@import 'https://fonts.googleapis.com/css?family=Lobster';
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
}
li
{
	list-style:none;
}
body
{
	background:url(../images/back-body.jpg) center 87px no-repeat;
	background-size:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333;
}
body.home
{
	background:url(../images/back-body-home.jpg) center 87px no-repeat;
	background-size:100%;
}
h1
{
	font-size:0;
	position:absolute;
	z-index:3;
	top:65px;
	left:50%;
	margin-left:-92.5px;
	width:135px;
	height:157px;
}
h1 img
{
	width: 100%;
}
h2
{
	font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 200;
    max-width: 1024px;
    margin: 0 auto 50px auto;
    text-align: center;
}
h2 span
{
	font-weight: 700;
}
footer
{
	background:#002f4c;
	padding-top:20px;
}
footer p
{
	max-width:900px;
	margin:auto;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding: 0 15px;
	margin-bottom: 25px;
}
footer span
{
	display:block;
	padding:15px;
	background: rgba(0,0,0,0.20);
	text-align: center;
	color: #fff;
}
header
{
	background:#eaeaea;
	height:87px;
	border-bottom:3px solid #002f4c;
	position:relative;
}
header:after
{
	content:"";
	display:block;
	height:144px;
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	background:url(../images/forma1.png)  center bottom no-repeat;
	z-index:2;
}

/*TRANSITIONS*/
#top-menu > ul > li,
#top-menu > ul > li > a,
.leer-mas span,
.social ul li a,
.contacto #submit,
.leer-mas span i,
.boton-rojo,
.boton-gris,
#lightgallery li img,
.album,
.album p,
.album p span,
.album p:before
{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.sub-menu
{
	transition:opacity .4s ease-in-out .2s;
	-moz-transition:opacity .4s ease-in-out .2s;
	-webkit-transition:opacity .4s ease-in-out .2s;
	-o-transition:opacity .4s ease-in-out .2s;
}

/*ID*/

#banner, #banner-interno
{
	max-width:1024px;
	margin:auto;
}
#banner-interno
 {
	 padding: 200px 0 80px 0;
	 background: rgba(255, 255, 255, 0.50);
 }
#banner-interno h2
{
    color: #a81916;
    text-transform: uppercase;
	padding: 0 15px;
}
#centro
{
    background: #002f4c url(../images/back-noticias.png);
    width: 100%;
    padding: 50px;
    position: relative;
    margin-bottom: 20px;
}
#centro:after
{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 230px;
	background: #fff;
	z-index: 1;
}
#datos
{
	background:#cecece;
	font-size:0;
	padding: 20px 0 30px 0;
}
#datos > div
{
	max-width: 1024px;
	margin: auto;
}
#datos article
{
	font-size:15px;
	display:inline-block;
	vertical-align:top;
	width:50%;
	color:#333;
	text-align:center;
}
#datos article:nth-child(2)
{
	border-left:1px dotted #a81916;
}
#datos article h4
{
	max-width:270px;
	height:99px;
	position:relative;
	margin:-41px auto 0  auto;
	line-height:79px;
	font-size:20px;
	color: #fff;
}
#datos article h4 i
{
	background:#5e120e;
	color:#a81916;
	font-size:28px !important;
	padding:5px;
	border-radius:8px;
}
#datos article:nth-child(1) h4
{
	background:url(../images/datos-titulo.png) center top no-repeat;
	background-size:100%;
}
#datos article:nth-child(2) h4
{
	background:url(../images/horarios-titulo.png) center top no-repeat;
	background-size:100%;
}
#lightgallery,
#lightnoticias
{
	text-align:left;
	font-size:0;
}
#lightgallery li
{
	display:inline-block;
	vertical-align: top;
    height: 110px;
    width: 18%;
    margin: 0 1% 10px 1%;
    overflow: hidden;
    opacity: 1;
    font-size: 17px;
}
#lightgallery img
{
	width:115% !important;
	border-radius:0 !important;
	float: none !important;
	margin:0 !important;
	position: relative;
    left: 50%;
    transform: translatex(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	opacity: 0.90;
}

#lightnoticias li
{
	display:inline-block;
	vertical-align: top;
    height: auto;
    width: 31%;
    margin: 0 1% 40px 1%;
    overflow: hidden;
    font-size: 17px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.40);
    border-radius: 10px;
}
#lightnoticias h3{
	min-height: 50px;
	font-weight: bold;
	color: #002f4c;
}
#lightnoticias .fecha{
	color: #be1623;;
}
#lightnoticias img
{
	width: 100%;
}
#menu-movil
{
	position: relative;
    width: 100px;
    font-size: 40px;
    z-index: 3;
    color: #be1622;
    display: none;
    margin: auto;
}
#menu-movil span
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
    vertical-align: middle;
}
#menu-movil-cerrar
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 40px;
	z-index: 3;
	color: #be1622;
	display: none;
}
#top-menu
{
	max-width:1024px;
	margin:auto;
	position: relative;
}
#top-menu > ul
{
	text-align:center;
}
#top-menu > ul > li
{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	height:68px;
	padding-top:18px;
	background:url(../images/menu-hover.jpg) repeat-x;
	background-position:0 -100px;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	position:relative;
	z-index:3;
}
#top-menu > ul > li.sub
{
	height:82px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0 0;
}
#top-menu > ul > li.active
{
	background-position:0 0px;
}
#top-menu > ul > li.sub.active
{
	height:68px;
	background-position:0 0px;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
}
#top-menu > ul > li.active > a
{
	color:#fff;
}
#top-menu > ul > li > a
{
	color:#002f4c;
	display:block;
	height:35px;
	border-right:1px dotted #4f4f4f;
	padding:0 15px;
	line-height:35px;
}
#top-menu > ul > li:last-child > a 
{
    border-right: 0px;
}

/*CLASS*/

.album
{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1% 20px 1%;
	box-shadow: 0 0 3px rgba(0,0,0,0.40);
}
.album img,
.album p
{
	display: inline-block;
	vertical-align: middle;
	width: 38%;
	position: relative;
}
.album p:before
{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -19px;
	border-right: 15px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.album p
{
	font-size: 15px !important;
	line-height: 18px !important;
	padding: 5px;
	width: 52%;
	font-weight: 600;
}
.album p span
{
	display: block;
	font-size: 13px !important;
	color: #a81916;
	font-weight: 400;
}
.album:hover
{
	background: #a81916;
}
.album:hover p,
.album:hover p span
{
	color: #fff;
}
.album:hover p:before
{
	border-right: 15px solid #a81916;
}
.articulos-internos
{
	padding: 15px 15px 30px 15px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 3;
}
.articulos-internos article span.subtitulo
{
	color: #a81916;
	font-weight:700;
	margin-bottom:20px;
}
.articulos-internos p
{
	line-height: 23px;
    color: #474747;
    font-size: 16px;
}
.articulos-internos article.art-image img,
.articulos-internos article.art-image .mapa
{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	margin-right:2%;
	border-radius: 30px 0 30px 0;
}
.articulos-internos article.art-image p,
.articulos-internos article.art-image form
{
	display:inline-block;
	vertical-align:middle;
	width:47%;
}
.breadcrumbs
{
	background: #e6e6e6;
    padding: 5px;
    font-size: 14px;
	line-height: 18px;
    color: #636363;
	margin-bottom: 20px;
}
.breadcrumbs i
{
	color: #be1623;
    font-size: 10px;
}
.breadcrumbs a
{
	color: #be1623;
	text-decoration: underline;
}
.boton-rojo,
.boton-gris
{
	display: inline-block;
	padding: 10px;
	background: #be1622;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
}
.boton-rojo
{
	background: #be1622;
}
.boton-gris
{
	background: #676767;
}
.boton-rojo i,
.boton-gris i
{
	font-size: 20px;
}
/*COLWEB*/
.colweb
{
	position:relative;
	position:fixed;
	top:200px;
	right:0;
	background:#fff;
	z-index:9;
	width:120px;
	padding: 5px 15px 5px 0px;
	box-shadow:3px 0 5px rgba(0,0,0,0.62);
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.colweb:before
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:-20px;
	border-right:20px solid #fff;
	border-top:53px solid transparent;
	border-bottom:53px solid transparent;
}
.colweb img
{
	width:100%;
}
.contacto input,
.contacto textarea
{
	display:block;
	margin-bottom:20px;
	height:35px;
	width:100%;
	border:1px solid #b7b7b7;
	padding-left:40px;
	color:#a81916;
	position:relative;
	font-size:15px;
}
.contacto textarea
{
	height:150px;
	padding:15px 15px 15px 40px;
	resize:none;
	background:transparent url(../images/ico-mensaje.jpg) no-repeat;
	background-size: auto 33px;
}
.contacto #submit
{
	padding-left:0;
	border:none;
	width:130px;
	margin-bottom:0px;
	background:#a81916;
	color:#fff;
	border-radius:5px 20px 20px 5px;
	-webkit-border-radius:5px 20px 20px 5px;
	-moz-border-radius:5px 20px 20px 5px;
	font-weight:700;
}
::-webkit-input-placeholder {color: #a81916;}
::-moz-placeholder {color: #a81916;}
:-ms-input-placeholder {color: #a81916;}
:-moz-placeholder {color: #a81916;}

.contacto input:nth-child(1)
{
	background:transparent url(../images/ico-nombre.jpg) no-repeat;
	background-size: auto 33px;
}
.contacto input:nth-child(2)
{
	background:transparent url(../images/ico-email.jpg) no-repeat;
	background-size: auto 33px;
}
.contacto input:nth-child(3)
{
	background:transparent url(../images/ico-telefono.jpg) no-repeat;
	background-size: auto 33px;
}
.fecha
{
	font-size:13px;
	color:#192a48;
	font-weight:300;
	margin-bottom:20px;
	display:block;
}
.frase
{
	background:#02253c;
	position:relative;
	margin-top: 15px;
	padding: 15px 0;
}
.frase:before
{
	content:"";
	display:block;
	height:70px;
	width:100%;
	position:absolute;
	top:-70px;
	left:0;
	background:url(../images/forma2.png)  center center no-repeat;
	z-index:2;
}
.frase:after
{
	content:"";
	display:block;
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left: -40px;
	z-index:2;
	border-top: 20px solid #02253c;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
}
.frase p
{
	text-align:center;
	color:#fff;
	font-family: 'Dancing Script', cursive;
	font-weight:400;
	font-size:24px;
	line-height:18px;
	position:relative;
}

.frase p span
{
	color:#a81916;
	font-weight:700;
	font-size:38px;
	font-family: 'Lobster', cursive;
}
.leer-mas
{
	color:#be1622;
	font-weight:700;
	display:block;
	text-align:right;
}
.leer-mas span
{
	display:inline-block;
	padding: 10px 20px;
	border-radius: 20px 5px 5px 20px;
	-webkit-border-radius: 20px 5px 5px 20px;
	-moz-border-radius: 20px 5px 5px 20px;
	font-size: 15px;
	border: 2px dotted #002f4c;
	background: rgba(255,255,255,0.50);
}
.leer-mas i
{
	color:#002f4c;
	font-size:20px;
}
.mapa
{
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
	border:3px solid #fff;
}
.noticias
{
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
    border-left: 15px solid #fff;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	max-width: 1100px;
	margin: auto;
	position: relative;
	z-index: 3;
}
.noticias .back
{
	display: block;
	background:#e1e1e1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:15px;
	width: 96%;
	text-align: left;
	min-height: 516px;
}
.noticias h3
{
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#a81916;
	padding-bottom:7px;
	border-bottom:1px dotted #192a48;
}
.noticias img
{
	width:100%;
}
.noticias p
{
	margin:20px 0;
	line-height:20px;
	color:#333333;
	font-size:16px;
	background: rgba(255,255,255,0.40);
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.page_navigation 
{
    background: #e0e0e0;
    position: relative;
    padding-left: 120px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    margin-top: 20px;
    text-align: right;
}
.page_navigation:before
{
    content: "Más Fotos";
    position: absolute;
    left: 10px;
    color: #be1622;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
}
.page_navigation.noti:before
{
    content: "Más Eventos";
}
.page_navigation a 
{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 2px 8px;
    background: #9e9e9e;
	margin-right:5px;
	font-size:15px;
	border-radius:3px;
}
.page_navigation a.active_page 
{
    background: #be1622;
    color: #fff;
}
.social ul
{
	width: 100%;
	max-width: 1024px;
	margin: auto;
	text-align: center;
}
.social ul li
{
	display:inline-block;
	margin-right: 20px;
}
.social ul li:last-child
{
	margin-right: 0;
}
.social ul li a
{
	display:block;
	width:35px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:28px;
	font-size:28px;
	border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0;
}
.social ul li a.face
{

}
.social ul li a.tw
{

}
.social ul li a.you
{

}
.sub-menu
{
	background:rgba(255,255,255,0.85);
	border:3px solid #a81916;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	position:absolute;
	top:-300px;
	opacity:0.0;
	left:50%;
	z-index:3;
	width:214px;
	margin-left:-107px;
	padding:11px;
	text-align: left;
}
.sub-menu li
{
	border-bottom:1px dotted #a81916;
}
.sub-menu li:last-child
{
	border-bottom:0;
}
.sub-menu a
{
	display:block;
	color:#002f4c;
	font-size:16px;
	padding: 5px 0;
}

/*HOVER*/
@media only screen and (min-width : 869px)
{
	#lightgallery li:hover img 
	{
    width: 120% !important;
	opacity: 1;
	}
	#top-menu > ul > li:hover
	{
		background-position:0 0px;
	}
	#top-menu > ul > li:hover > a
	{
		color: #fff;
	}
	#top-menu > ul > li.sub.active:hover
	{
		height:82px;
		background-position:0 0px;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		top:82px;
		opacity:1;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		top:82px;
		opacity:1;
	}
	
	.boton-rojo:hover
	{
		background: #676767;
	}
	.boton-gris:hover
	{
		background: #be1622;
	}
	.contacto #submit:hover
	{
		width:140px;
		background:#676767;
	}
	.leer-mas span:hover
	{
		padding: 10px 30px 10px 20px;
		background:#be1622;
		color:#fff;
	}
	.leer-mas span:hover i
	{
		color: #fff;
	}
	.sub-menu li:hover a
	{
		color:#a81916;
	}
	
}

@media only screen and (min-width : 650px) and (max-width : 868px)
{
	body 
	{
		background: url(../images/back-body.jpg) center 87px no-repeat;
		background-size: auto 400px;
	}
	h2 
	{
    font-size: 32px;
    line-height: 36px;
	}
	#lightgallery li 
	{
    width: 31%;
	}
	#lightnoticias li
	{
	    width: 48%;
	    margin: 0 1% 40px 1%;
	}
	#lightgallery img 
	{
    opacity: 1;
	}
	#menu-movil, #menu-movil-cerrar
	{
    display: block;
	}
	#top-menu
	{
	padding-top: 20px;
	text-align: center;
	}
	#top-menu > ul
	{
	position:fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.90);
		z-index: 99;
		padding-top: 60px;
		display: none;
		overflow-y: scroll;
		padding-bottom: 60px;
			
	}
	#top-menu > ul > li 
	{
    display: block;
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
		border-bottom: 1px dotted #1f1f1f;
	}
	#top-menu > ul > li:last-child
	{
		border-bottom: 0;
	}
	#top-menu > ul > li.sub 
	{
    height: auto;
	}
	#top-menu > ul > li.sub.active
	{
		height: auto;
		background-position:none;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	#top-menu > ul > li > a 
	{
    height: auto;
    border-right: 0;
    padding: 10px 5px;
	}
	#top-menu > ul > li.active > a 
	{
    color: #be1622;
	}
	.album
	{
		width: 47%;
	}
	.articulos-internos article.art-image img,
	.articulos-internos article.art-image .mapa
	{
		display:block;
		width:100%;
		max-width: 500px;
		margin:0 auto 20px auto;	
	}
	.articulos-internos article.art-image .mapa
	{
		max-width: 100%;
		border-radius: 0;
	}
	.articulos-internos article.art-image p,
	.articulos-internos article.art-image form
	{
		display:block;
		width:100%;
	}
	.sub-menu 
	{
    background: rgb(190, 22, 35);
    border-top: 3px solid #a81916;
	border-bottom: 3px solid #a81916;
	border-left: 0;
	border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: initial;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    margin-left: 0;
	display: none;
	text-align: center;
	}
	.sub-menu li 
	{
    border-bottom: 1px dotted #ffffff;
	}
	.sub-menu a 
	{
    color: #fff;
    font-size: 17px;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		display: block;
	}
	
	
}

@media only screen and (max-width : 649px)
{
	body 
	{
		background: url(../images/back-body.jpg) center 87px no-repeat;
		background-size: auto 300px;
	}
	h1 
	{
		margin-left: -65px;
		width: 130px;
		height: 125px;
	}
	h2 
	{
    font-size: 32px;
    line-height: 36px;
	}
	#banner, #banner-interno,
	#banner-slide
	{
		height: 303.223px !important;
	}
	#banner-slide
	{
		overflow: hidden;
	}
	#banner-interno 
	{
    padding: 170px 0 30px 0;

	}
	#lightgallery li 
	{
    width: 48%;
    height: 90px;
	}
	#lightnoticias li
	{
	    width: 100%;
	    margin: 0 0% 40px 0%;
	}
	.bjqs-wrapper
	{
		width: 621px !important;
    	height: 303.223px !important;
	}
	ul.bjqs
	{
		width: 3348px !important;
    	height: 303.223px !important;
	}
	li.bjqs-slide, li.bjqs-slide img
	{
		height: 303.223px !important;
    	width: 621px !important;
	}
	#datos 
	{
    padding: 20px 0 0px 0;
	}
	#datos article 
	{
    display: block;
    width: 100%;
	padding:0 15px 30px 15px;
	}
	#datos article:nth-child(1) 
	{
		border-bottom: 20px solid #fff;
	}
	#datos article:nth-child(2) 
	{
    border-left: 0px;
    background: #b1b1b1;
	position: relative;
	}
	#datos article:nth-child(2):before
	{
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: 22px;
		background: #fff;
	}
	#datos article:nth-child(2) h4 
	{
    margin: 0px auto 0 auto;
	}
	#menu-movil, #menu-movil-cerrar
	{
    display: block;
	}
	#top-menu
	{
	padding-top: 20px;
	text-align: center;
	}
	#top-menu > ul
	{
	position:fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.90);
		z-index: 99;
		padding-top: 60px;
		padding-bottom: 60px;
		display: none;
		overflow-y: scroll;
			
	}
	#top-menu > ul > li 
	{
    display: block;
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
		border-bottom: 1px dotted #1f1f1f;
	}
	#top-menu > ul > li:last-child
	{
		border-bottom: 0;
	}
	#top-menu > ul > li.sub 
	{
    height: auto;
	}
	#top-menu > ul > li.sub.active
	{
		height: auto;
		background-position:none;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	#top-menu > ul > li > a 
	{
    height: auto;
    border-right: 0;
    padding: 10px 5px;
	}
	#top-menu > ul > li.active > a 
	{
    color: #be1622;
	}
	.album
	{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.articulos-internos article.art-image img,
	.articulos-internos article.art-image .mapa
	{
		display:block;
		width:100%;
		max-width: 500px;
		margin:0 auto 20px auto;
		
	}
	.articulos-internos article.art-image .mapa
	{
		max-width: 100%;
		border-radius: 0;
	}
	.articulos-internos article.art-image p,
	.articulos-internos article.art-image form
	{
		display:block;
		width:100%;
	}
	.colweb 
	{
    width: 90px;
    padding: 5px 5px 5px 0px;
	}
	.colweb:before 
	{
		    top: -1px;
    left: -15px;
    border-right: 15px solid #fff;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
	}
	.sub-menu 
	{
    background: rgb(190, 22, 35);
    border-top: 3px solid #a81916;
	border-bottom: 3px solid #a81916;
	border-left: 0;
	border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: initial;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    margin-left: 0;
	display: none;
	text-align: center;
	}
	.sub-menu li 
	{
    border-bottom: 1px dotted #ffffff;
	}
	.sub-menu a 
	{
    color: #fff;
    font-size: 17px;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		display: block;
	}
	
}

@media only screen and (max-width : 360px)
{
	#centro 
	{
    padding: 50px 15px;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
	{
		display: none;
	}
	.colweb 
	{
    width: 75px;
    padding: 3px 5px 3px 5px;
		border-radius: 5px 0 0 5px;
	}
	.colweb:before 
	{
		display: none;
	}
}
	
	
	
	
	
	
	