#rps {
	float: left;
	position: relative;
	margin-bottom: 30px;
}

#rps .window {
	overflow: hidden; 
	position: relative;
}

#rps .slider {
	position: absolute;
	top: 0; left: 0;
	font-size:12px;
	font-family: Arial, Verdana;
	background:#fffefe;
}

#rps .slider div{
	float:left;
}

#rps .slide {
	
}

.rps-clr{
	clear:both;
}

#rps .slider div .col{
	float:left;
	border-top:0px;
	border-bottom:0px;
	margin-right: 2px;
	padding-bottom: 4px;
	background-color: #262b3b;
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	border-radius: 0px 0px 25px 25px;
	behavior: url(http://www.programaibermedia.com/wp-content/themes/aware/css/PIE.htc);
	position: relative;
}

/*#rps .slider div.slide .col.primero {
	background-color: #64bece;
}

#rps .slider div.slide .col.tercero {
	background-color: #c8315e !important;
}*/

#rps .col  p{
	font-size:13px;
	padding:0px 10px;
	margin:0px;
}

#rps .col  img{
    -moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(http://www.programaibermedia.com/wp-content/themes/aware/css/PIE.htc);
	position: relative;
	padding:0px;
}

#rps .col p.post-title{	
	position:relative;
	padding:10px 0;
	margin:0 10px;
	height:70px;
}

#rps .col p.post-title span {
	font-size:17px;
	font-weight:bold; 
	margin:0px;
	padding:0px 10px;
	height:70px;
	overflow:hidden;
	position:absolute;
	color:#666;
	text-decoration:none;
	line-height:22px;
	text-transform: uppercase;
	font-family: Nunito, Helvetica, Arial, sans-serif;
}	

#rps .col p.post-title a{
	text-decoration:none;
}

#rps .col p.post-title span:hover {
	/*height:auto;*/
	/*overflow:auto;*/
	/*background:#fffefe;*/
	z-index:100;
	padding-bottom:3px;
	opacity: .7;
}

#rps .col p.post-title a:hover {
	color:#000;
}

#rps .col p.slider-content{
	position:relative;
}

#rps .col p.slider-content-img{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

#rps .col p.slider-content-both{
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	line-height:16px;
	margin-right:20px;
	margin-left:20px;
	color: white;
	font-weight: bold;
}

#rps .col p.slider-content-both img{
	margin-right:10px;
	margin-bottom: 12px;
	padding:1px;
}

#rps .col p.slider-content-both a {
	color: #fff;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	display: block;
	line-height: 2;
}

#rps .col p.slider-content-both a:hover {
	opacity: .7;
}

#rps .paging {
	font-size:11px;
	position: absolute;
	bottom: 10px; right: 10px;
	z-index: 100; 
	text-align: center;
	padding:3px 10px;
	background: #bcbcbc;
	/* for IE */
  	filter:alpha(opacity=70);
  	opacity:0.7;
	display: none; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#rps .paging a {
	padding:0px 5px;
	text-decoration: none;
	color: #2a2a2a;
	font-weight: bold; 
}

#rps .paging a.active {
	background:#4b4646; 
	border: 1px solid #272222;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}

#rps .paging a:hover {
	color:#000;
}

#rps .post-date{
	position:absolute;
	margin-left:5px;
	margin-right:5px;
	z-index:1000px;
	background:#F7F5F5;
	filter:alpha(opacity=60);
	opacity:0.6;
	color:#000;
	font-weight:bold;
	padding-left:3px;
}

#rps img { 
	max-width: 100%; 
	height: auto;  
	width: auto9; /* ie8 */ 
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	#rps .slide {
		
	}
	#rps .col p.post-title span {
		font-size: 15px;
		line-height: 17px;
		height: 55px;
	}

	#rps .col p.post-title {
		height: 55px;
	}

	#rps .col p {
		font-size: 11px;
	}

	#rps .col p.slider-content-both {
		line-height: 14px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	#rps .slide {
		
	}

	#rps .slider-content-both img {
		width: 100%;
	}

	#rps .col {
		background-color: #f8ba3b;
	}

	#rps .primero {
		background-color: #64bece;
	}

	#rps .tercero {
		background-color: #c8315e;
	}

	#rps .col p.post-title {
		height: 50px;
	}
}




