#owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
		max-height:485px;
    }
	
#owl-demo .title{
    font-family: Tahoma, Verdana, Arial;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
	margin-top: -20px;
	color:#FFFFFF;
	background-image: url('../../imagenes/fondotransparente.png');

	background-size: 100% 100%;
}

.barracontroles{
    text-align: center;
	margin-top: -27px;
	color:#FFFFFF;
	
	background-color:#444444;
    
    
	
}


.fondotextocarrusel {
  color:#FFFFFF;
  opacity: 0.5;
  filter:  alpha(opacity=50);
}	
	
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
