.mini-carrusel{
	margin:0 auto;
	width:90%;	
	text-align:left;
}

p {
margin-bottom:20px;
}

.clearout {

clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;

}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:30px 0;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;

    position:relative;
    line-height:0px;
	
}
.nbs-flexisel-item img {
   
 
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	

}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 16px;
    height: 130px; 
    position: absolute;
    cursor: pointer;
    z-index:1;
}

.nbs-flexisel-nav-left {
    left:-15px;
    background:  url(../images/medio/left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:-15px;
    background:url(../images/medio/right.png) no-repeat;
}


@media(max-width:2010px){/*cuando la ventana tenga un ancho maximo de 1080px para abajo*/
	.nbs-flexisel-container{max-width:99%; text-align:center;}
}

@media(max-width:600px){/*cuando la ventana tenga un ancho maximo de 1080px para abajo*/
.nbs-flexisel-inner {
	margin:0px;  
}

}