.psacp-post-carousel-wrap.psacp-design-1 .psacp-post-overlay .psacp-post-title a {
  color: white;
}
.psacp-post-img-bg {
    border: 10px solid #4D251E; /* Black border */
    padding: 10px;          /* Space between border and image */
    background-color: #fff; /* White background */
  }
.container {
  position: relative;
		z-index: 1;
  text-align: center;
  color: white;
		font-size: 30px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-left {
  position: absolute;
		/*z-index: 2;*/
		top: 125px;
  left: 16px;
}
.top-left-movil {
		font-size: 30px;
		height: 100px;
		margin-top: 25px;
    margin-left: 16px;
}
.tit {font-size: 25px;}
.box1 {
  height: 100px;
}
.altura1 {
		height:300px;
}
.borarr {
	border-top: 3px solid #766262;
}
.borab {
	border-bottom: 4px solid #766262;		
}
.frm_primary_label {
	color: #281212 !important;
		font-weight: bold;
}
/*Para diferentes resoluciones, posicion de contenido primera fila*/
.salas-cat { position: relative;
  z-index: 22222222;
		top:-100px;/*1280-1366*/
		left: 16px}
@media only screen and (min-width: 800px) {
.salas-cat { position: relative;
  z-index: 22222222;
		top: 25px;/*1280-1366*/
		left: 16px}
}
@media only screen and (min-width: 1024px) {
		.salas-cat { position: relative;
  z-index: 22222222;
		top: -5px;/*1280-1366*/
		left: 16px}
}
@media only screen and (min-width: 1050px) {
.salas-cat { position: relative;
  z-index: 22222222;
		top: -25px;/*1280-1366*/
		left: 16px}
}
@media only screen and (min-width: 1280px) {
.salas-cat { position: relative;
  z-index: 22222222;
		top: -100px;/*1280-1366*/
		left: 16px}
}
@media only screen and (min-width: 1600px) {
.salas-cat { position: relative;
  z-index: 22222222;
		top: -150px;/*1280-1366*/
		left: 16px}
}
/*Navegador de carousel*/
.psacp-post-carousel-wrap .owl-nav .owl-next:hover, .psacp-post-carousel-wrap .owl-nav .owl-prev:hover, .psacp-post-carousel-wrap .owl-nav .owl-next:focus, .psacp-post-carousel-wrap .owl-nav .owl-prev:focus {
    background: #4D251E !important;
}
/*Punto activo*/
.psacp-post-carousel-wrap .owl-dots .owl-dot.active {
    background: #9f637d !important;
}
/*Punto inactivo*/
.psacp-post-carousel-wrap .owl-dots .owl-dot {
    background: #301b23 !important;
}
/*relleno imágenes de pie de página*/
.pie {
	padding-top:20px;
}