/*
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/05/2016, 13:54:37
    Author     : Jonathan
*/
.carousel-detalle {
    position:absolute;
    background: rgba(0, 0, 0, 0.23);
    top:60%;
    padding:15px;
    margin-left: 8%;
    text-align: left;
    max-width:550px;
    color:white;
}

.carousel-title {
    position:absolute;
    left: 0%;
    top:20%;
    width: 550px;
    text-align: left;
    padding: 20px;

    padding-left: 8%;
    color:white;
}

.volanta-italic {
    position:absolute;
    background: rgba(0, 0, 0, 0.23);
    left: 0%;
    padding:1px 15px;
    top:5%;;
    text-align: left;
    font-style: italic;
    color:white;
    margin-left: 8%;
}

.carousel-caption {
    text-align:center;
}

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

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

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

.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%;*/
}
.acerca.VerMas{
    background: #fff;
    border: 1px solid #E23602;
    color: #E23602;
    padding: 7px 35px 7px 35px;
    font-size: 15px;
}
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    width: 60px;
}
.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    width: 60px;
}
.carousel-control span.glyphicon-chevron-left{
    color: #636363;
    cursor: pointer;
}
.carousel-control span.glyphicon-chevron-right{
    color: #636363;
    cursor: pointer;
}
