

/*-- jShowOff module styles --*/


#slidingFeatures {
	position: relative;
	margin-top:40px;
	overflow: hidden;
	height:300px;
	width:481px;
	box-shadow: 0 0 5px #ccc;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom:20px;
background: transparent url(../img/ventana.png) no-repeat top left;

	}
	
#slidingFeatures img {
	max-width:100%;
	max-height:100%;
	}		
	
.jshowoff {
	width: 100%;
	margin:0;
	}
.jshowoff div {	
	width: 100%;
	height: 100%;
	margin:0;
	}

.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	display:none;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	line-height: 14px;
	background:#C00;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	text-align:center;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}

@media screen and (max-width: 1024px) {
  /* Aquí van las reglas CSS necesarias */
  #slidingFeatures .info p{ display:none;}	
  #slidingFeatures .info h2{font-size:16px;
	}
}
