@charset "utf-8";
/* CSS Document */

.cabecera td{
	margin:0px;
	padding:0px;
}


.container {
	width: 100%;
	/*max-width: 960px;*/
	margin: 0 auto;
	background: white;
	position: relative;
}


.box-t1 {
	width: 48%;
	padding: 5px 3px 5px 20px;
	display: inline-block;
	text-align:left;
}
.box-t2 {
	width: 40%;
	margin: 0 0 20px 0;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 2px;
	padding: 5px 3px 5px 20px;
	display: inline-block;
	height: 100%;
	text-align:left;
}
a {
	text-decoration: none;
}
.box1 {
	display: block;
}
.btn {
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	color: #aaa;
	font-size: 12px;
}
#galeria .pagination {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	
}
.page {
	display: inline-block;
	padding: 0px 9px;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .775em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	padding: 10px;
	float:left;
}
.page:hover, .page.gradient:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
	padding: 10px;
}
.page.active {
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
	float:left;
}
.page.gradient {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
	background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
.box2 {
	display: block;
	margin: 0;
}
.img100 {
	max-width: 100%;
    background: #f2f2f2;
    display: block;
    margin: auto;
    max-height: 85vh;
}
.boxthumb {
	width: 9.60%;
	display: inline-block;
	height: 50px;
	overflow: hidden;
}
.boxthumb a {
}
.boxthumb a:hover {
	opacity: 0.8;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.boxthumb img {
	width: 100%;
}
a.sb, .sb a {
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 5px 2px 5px 0;
	background-color: #ececec;
	border: solid 1px #b8b8b9;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}
*:first-child+html a.sb, *:first-child+html .sb a {
	text-indent: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
a.sb.twitter, .sb a.twitter {
	background-image: url(twitter_bird.png);
}
a.sb.facebook, .sb a.facebook {
	background-image: url(facebook.png);
}
a.sb.mail, .sb a.mail {
	background-image: url(mail.png);
}
.redes {
	width: 100%;
	display: inline-block;
}
.text-bottom {
	width: 80%;
	padding: 5px 0 10px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:left;
	float:left;
}
.fecha {
	font-size: 11px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px 0;
}
.autor {
	float: right;
	font-size: 10px;
	background-color: #e9e9e9;
	padding: 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px;
	text-align:left;
	overflow-x:hidden; 
	overflow-y:auto;
	max-width:130px;
	max-height:30px;
}
.autorimg {
	width: 38px;
	height: 36px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.autortext {
	float: left;
	font-size: 10px;
	padding: 0 0 0 3px;
	color: #5a5a5a;
}
.lugar {
	float: right;
	font-size: 10px;
	background-color: #e9e9e9;
	padding: 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px;
	text-align:left;
	overflow-x:hidden; 
	overflow-y:auto;
	max-width:130px;
	max-height:30px;
}
.lugarimg {
	width: 38px;
	height: 36px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.lugartext {
	float: left;
	font-size: 10px;
	padding: 0 0 0 3px;
	color: #5a5a5a;
}
.personaje {
	float: right;
	font-size: 10px;
	background-color: #e9e9e9;
	padding: 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px;
	text-align:left;
	overflow-x:hidden; 
	overflow-y:auto;
	max-width:130px;
	max-height:30px;
}
.personajeimg {
	width: 38px;
	height: 36px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.personajetext {
	float: left;
	font-size: 10px;
	padding: 0 0 0 3px;
	color: #5a5a5a;
}
.piefoto {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px 4px;
	background-color: #f2f2f2;
	margin-bottom: 5px;

}


.box4 {
	width:100%;
	
}


.caption__media{
	position: relative;
}

.caption__data{
	padding-left: 25px;
	padding-right: 25px;
}

.caption_container{
	position: absolute;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
    background-color:rgba(0, 0, 0, 0.6);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; / ie fallback png background image /
    z-index:9999;
    color:white;
	text-align: left;
}

.caption_container_out{
	margin: 10px;
}
 
.caption__overlay__content{
	margin-bottom: 0;
}

.caption_content,.caption__overlay__content{
	white-space: pre-line;
}

<!-- slide -->

.s-pic {
	padding:5px;
	
	
	}


 #owl-demo .item{
        margin: 3px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
	


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.box3{
	height:150px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.owl-carousel{
	display: none;
	position: absolute;
	width: 100%;
	 
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}


.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}



.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}



.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.ultimasGalerias{
	width:100%;
	height:100%;
	display: inline-block;
	background:#F2F2F2;
	float:left;
}
.ultGaleria{
	float: left;
	width: 25%;
	height:100%;
	text-align: center;
}

.espacioEntreFotos{
	width:3%;
	float: left;
}
.fourFotos{
   min-height: 120px;
}
.tituloGaleriaBlank {
	margin:3%;
	word-break: break-word;
}
.fotoUltGaleria img{
	width:100%;
	max-width: 120px;
}
.encabezadoUltimasGalerias{
	text-align:left;
	font-size: 15pt;
	border-bottom: 1px solid #CCC;
	padding: 15px;
}
.bloqueUltimasGalerias{
	padding:10px;
}
.bloqueSeparador{
	padding:15px;
	clear: both;
}
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: left;
	margin: 0;
	background: white;
}


ul#tabs li {
    display: inline-block;
    padding: 2px 2px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
    cursor: pointer; 
	
}
.img100Ultimas{
	width:60px;
	float: left;
	margin-right: 10px;
}
ul#tabs li:hover {
    border-bottom: solid 5px #CCC;
}
ul#tabs li.active {
    border-bottom: solid 5px #CCC;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.n1 {
    padding: 5;
}
ul#tab li {
    display: none;
	font-size:12pt;
	background:white;
}

ul#tab li.active {
    display: block;
}
.masVisitadasTitulo{
	margin-left: 10px;
    margin-top: 5px;
}
.n1 div  .masVisitadasTitulo{
	margin-bottom: 3px;
}
.hoverStyle:hover{
	background-color: #F5F5F5;
}
.masVisitadasTituloIn{
	margin-left: 10px;
	padding: 5px;
}
.ultGaleria:hover .fotoUltGaleria, .owl-item  .item :hover {
	filter: alpha(opacity=75);
  opacity: 0.5;
  animation: animacionimg linear 5s 1;
  -webkit-animation: animacionimg linear 5s 1;
  -moz-animation: animacionimg linear 5s 1;
  -ms-animation: animacionimg linear 5s 1;
  -o-animation: animacionimg linear 5s 1;
}

#MED.publicidadFueraFolio{
	  position: absolute;
  top: 0;
  right: 0;
}

.caption__media .prev,.caption__media .next{
	position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
}
.caption__media .prev{
    left: 0;
}
.caption__media .next{
    right: 0;
}

.caption__media .prev a,.caption__media .next a{
	position: relative;
	top: 50%;
	display: inline-block;
    padding: 0px 9px;
    background-color: rgba(0, 0, 0, 0.6);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6Q…VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 15px 10px;
}

.caption__media .prev a{
	 float: left;
}
.caption__media .next a{
	 float: right;
}
.caption__media:hover .prev a,.caption__media:hover .next a {
	display: none;
}
.caption__media .prev:hover a, .caption__media .next:hover a{
	display: inline-block !important;
}

.fancybox-flechas{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.fancybox-flechas .prev,.fancybox-flechas .next{
	position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
}
.fancybox-flechas .prev{
    left: 0;
}
.fancybox-flechas .next{
    right: 0;
}

.fancybox-flechas .prev a,.fancybox-flechas .next a{
	position: relative;
	top: 50%;
	display: inline-block;
    padding: 0px 9px;
    background-color: rgba(0, 0, 0, 0.6);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6Q…VUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 15px 10px;
}

.fancybox-flechas .prev a{
	 float: left;
}
.fancybox-flechas .next a{
	 float: right;
}
