.container {
    overflow:hidden;
    float:left;			
    height: 317px;
    width: 100%;			
    text-align: left;
}

.slider-vertical {
    padding: 0;
    margin: 0;
    height:100%;	
    width:100%;
}

.slider-vertical img {
    float: left;
}

.slider-vertical  {
    margin-right: 22px;
}

.contenedor-slider {
    height: 100%;	
    width: 100%;
    overflow-y: auto;
    position: relative;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    background-color:#efefef;		
}

.bloque-slider {
    height: 260px; 
    position: relative;
    top: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color:#efefef;
}

.bloque-slider div{
    background-color:#efefef;	
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.modulo-slider {
    height: 80px;/* puse yo80px*/	
    /* los paddings los coloque independientes para que se puedan obtener por javascript */
    /*padding: 13px 10px 5px 5px;*/
    padding: 0 0 0 0;
    position: relative;
    margin: 0 5px 0 0;

}

.modulo-slider  ul, .modulo-slider li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.4em;
    line-height: 1.50em;
}

ul.eventos, ul.eventos li {
    padding-left: 0;
    margin-bottom: 0;
}

.modulo-slider ul li a{
    color: #484848;
    text-decoration: none;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 1.05em;
}

.modulo-slider ul li a:hover {
    text-decoration: underline;
}

.modulo-slider .grupo-eventos > li {
    border-bottom: 2px solid hsla(215, 19%, 33%, 0.12);
    padding-bottom: 0.8em;
}

.modulo-slider .grupo-eventos li:last-child {
    border-bottom: none;	
}

ul.eventos li {
    border-left: 2px solid #a99db3;
    padding: .2em 0 .3em 0.6em;
    margin: 0.6em 0.5em 1.1em 0;
    font-size: 13px;
}

.fecha-evento {
    font-size: 1.15em;
    color: #445163;
    margin: .8em 0 .7em;
    font-weight: bold;
}

.periodo-evento {
    display: inline-block;
    margin-top: .5em;
    padding: .04em 0.5em;
    background-color: #dcdcdc;
    color: #444444;
    border-radius: 2px;
    font-size: 0.85em;
    font-weight: normal;
}

.top {
    height: 50%;
    display: table-row;
    vertical-align: top;			
}

.bottom{					
    height: 50%;			
    display: table-cell;
    vertical-align: bottom;
}

.mover-slider-vertical {
    position: absolute;
    width: 21px;
    height:100%;
    right: 0;
    top: 0;
    margin: 0px 1px 0px 0px;
    background-color:#efefef;
    /*neo*/
    display: table;
}

.mover-slider-vertical div { 
    /*por imágenes colocadas como fondo: si se elimina se ven  blanco*/
    background-color:#efefef;	
}

.mover-slider-vertical a {
    display: block;
    width: 21px;
    height: 21px;	
    margin: 10px 0px 0px 0px;
    outline: none;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    background-color:#efefef;
}

ul.eventos li.evento_ciclos_cine {
    border-left-color: #d1527f;
}

ul.eventos li.evento_musica_danza {
    border-left-color: #966090;
}

ul.eventos li.evento_voluntariado {
    border-left-color: #837ed7;
}

ul.eventos li.evento_arte {
    border-left-color: #f0d469;
}

ul.eventos li.evento_adultos_mayores {
    border-left-color: #4b85ac;
}

ul.eventos li.evento_proyectos_sociales {
    border-left-color: #e85140;
}

ul.eventos li.evento_charlas_y_cursos {
    border-left-color: #03c9a8;
}

.rubro-evento {
    display: block;
    font-size: .8em;
    font-weight: bold;
    color: #696969;
    text-transform: uppercase;
}
