﻿.carreras .thumbnail img
{
    width: 300px;
}

.carreras .thumbnail
{
    position: relative;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.carreras .inscribirme
{
    background-color: #030025;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin: 5px auto;
    text-align: center;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    font-weight: bold;
}

.carreras .inscribirme a
{
    color: #fff;
}

.carreras .caption
{
    height: auto;
    max-width: 100%;
    border-left: 3px solid #009adc;
    background-color: #f6f6f6;
    height: 60px;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 17px;
}

.carreras .caption-more
{
    background-color: #f6f6f6;
    text-align: center;
    height: 45px;
    color: #009adc;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

.carreras .caption-more i
{
    color: #000;
}

.carreras .day, #carreras .month
{
    width: 40px;
    color: #009adc;
    font-weight: bold;
    text-align: center;
    display: block;
}

.carreras .fecha
{
    float: left;
    width: 40px;
}

.carreras .name
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.carreras .place
{
    font-size: 12px;
    margin-left: 40px;
}

.licencia {
    display: none;
}

.caption-more
{
    display: none;
}

.calendario
{
    margin-top: 20px;
}

.mes
{
    display: block;
    background-color: #f6f6f6;
    border-left: 3px solid #009adc;
    width: 150px;
    text-transform: uppercase;
    padding: 5px;
    color: #009adc;
    font-weight: bold;
    margin-bottom: 10px;
}



.carousel-control
{
    position: absolute;
    top: 40%;
    left: 15px;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right
{
    right: 15px;
}