/* container for slides */
.images1 {
	position:relative;	
	height:auto;
	width:auto;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images1 div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:230px;
	height:auto;
	font-size:12px;
	padding:0 0 0 30px;
}

/* container for slides */
.images2 {
	position:relative;	
	height:auto;
	width:auto;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images2 div {
	display:none;
	position:absolute;
	width:280px;
	top:0;
	left:0;		
	height:auto;
	font-size:12px;
	text-align:center;
}

.images3 p{
	margin:4px 0;
}

/* container for slides */
.images3 {
	position:relative;	
	height:auto;
	width:275px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images3 div {
	display:none;
	position:absolute;
	width:auto;
	top:0;
	left:0;		
	height:auto;
	font-size:12px;
}

.disabled {
	visibility:hidden !important;		
}

.tit_nota1{ height:auto; font-weight:bold; color:#075C91;}
.tit_texto1{ height:auto; width:240px; }
.ver_mas1{ height:auto; width:auto; padding:3px; text-align:right; }

.tit_testimonio1{ position:relative; float:left; height:auto; width:150px;font-weight:bold; color:#075C91;}
.txt_testimonio1{ position:relative; float:left; min-height:30px; width:150px;}
