/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/02/2017, 17:20:25
    Author     : smolina
*/
/*
slider principal org viejo, el actual lo manoseo todo manuel sin preguntar a nadie
me hago uno propio para evitar que ñoño me lo vuelva a cagar en edu
SI VUELVEN A MODIFICAR ESTO PREGUNTEN PORQUE ES UN WIDGET, leyeron? UN WIDGET!! LO USAMOS TODOS Y EN TODOS LADOS!!!
*/
div.slider-widget .carousel-caption {
    background: rgba(255, 255, 255, 0.87);
    left: 0%;
    width: 750px;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    padding-left: 8%;
}

div.slider-widget .carousel-caption h1{
    color: #000;
}

div.slider-widget .carousel-caption h4{
    display: none;
}
div.slider-widget .carousel-caption p{
    font-size: 24px;
    color:#000;
    text-shadow: none;
    opacity: 0.8;
}
div.slider-widget .carousel-indicators{
    background: #FFF;
}
div.slider-widget .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #E23602;
}

div.slider-widget .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #969696;
    border-radius: 10px;
}

div.slider-widget .carousel-indicators {
    display: none;
    position: absolute;
    bottom: 10px;
    z-index: 15;
    width: 10%;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-bottom: 40px;
    left: 60%;
}
div.slider-widget .acerca.VerMas{
    background: #fff;
    border: 1px solid #E23602;
    color: #E23602;
    padding: 7px 35px 7px 35px;
    font-size: 15px;
}
div.slider-widget .carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    width: 60px;
}
div.slider-widget .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    width: 60px;
}
div.slider-widget .carousel-control span.glyphicon-chevron-left{
    color: #636363;
    cursor: pointer;
}
div.slider-widget .carousel-control span.glyphicon-chevron-right{
    color: #636363;
    cursor: pointer;
}


