@font-face {
    font-family: "Universe Condensed";
    src: url("../fonts/unvr57w.eot");
    src: url("../fonts/unvr57w.eot?#iefix") format("embedded-opentype"), url("../fonts/unvr57w.svg#") format("svg"), url("../fonts/unvr57w.woff") format("woff"), url("../fonts/unvr57w.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.paddingbt-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.paddingbt-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddingbt-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-gris{
    height: 35px;
    background-color: #24292D;
}
.header-gris-medio{
    height: 5px;
    background-color: #393a3e;
}
.header-gris-claro{
    box-shadow: 0px 1px 2px 1px #888888;
    height: 120px;
    background: #ffffff;
    background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.menu{
    font-family: "Universe Condensed";
    height: 55px;
}
.menu-rojo{
    border-color: white;
    border-radius: 10px 10px 0px 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 9px;
    background-color: #D20E12;
    height: 35px;
    color: #ffffff;
    font-size: 19px;
    line-height: 16px;
    bottom: -19px;
    cursor: pointer;
}
.triangulo_abajo_blanco {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid white;
    margin-top: 5px;
}
.menu-opcion{
    padding-right: 12px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    float: left;
    border-right: 1px solid #cccccc;
    height: 40px;
    margin-top: 15px;
}
.menu-opcion div{
    height: 100%;
    text-align: left;
    margin-left: 10px;
    margin-right: 6px;
    width: 100%;
    font-size: 17px;
    vertical-align: text-bottom;
}
.menu-opcion div .mini{
    height: 14px;
    font-size: 14px;
    margin: 0;
}
.contenedor_central{
    position: relative;
}
.contenedor_central-left{
    background-image: url(../images/sprite_full.png);
    background-position: -2px -0px;
    width: 10px;
    height: 300px;
    left: -10px;
    position: absolute;
}
.contenedor_central-right{
    background-image: url(../images/sprite_full.png);
    background-position: -22px -0px;
    width: 10px;
    height: 300px;
    right: -10px;
    position: absolute;
}
.breadcrumbs{
    font-family: "Universe Condensed";
    padding: 8px 0;
    border-bottom: 3px solid #cccccc;
    overflow: hidden;
}
.breadcrumb-gris{
    line-height: 25px;
    text-decoration: underline;
    cursor: pointer;
    color: #6A6A6A;
    font-size: 17px;
    padding-right: 10px; 
    float: left;
    position: relative;
}
.breadcrumb-gris div{
    text-decoration: none !important;
    padding: 0 0 0 10px;
    float: right;
}
.breadcrumb-rojo{
    color: #e00f14;
    text-decoration: underline;
    line-height: 25px;
    font-size: 17px;
    float: left;
    position: relative;
}
.title-descargas{
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.subtitle-descargas{
    font-size: 17px;
    padding: 10px;
}
.ico-carpeta{
    background-image: url(../images/icon_descarga.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 41px;
    float: left;
}
.content-carpeta{
    float: left;
    width: calc(100% - 48px);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.input{
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
}
.input input{
    float: left;
    border: 0;
    width: calc(100% - 30px);
    color: #666;
}
.boton-gris{
    background-image: url(../images/flecha_gris.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 25px;
    float: left;
    padding: 0 15px;
    cursor: pointer;
}
.letra-gris{
    color: #747474;
    font-size: 15px;
}
.codigo-ingresado{
    color: #D20E12;
    text-align: center;
    font-size: 21px;
}
.btn-verde{
    background-color: #3AAD36;
    padding: 10px;
    color: white;
    border-radius: 5px;
    border: 1px solid #3AAD36;
    font-size: 16px;
    cursor: pointer;
}
.btn-verde .flecha:hover{
    background-color: white;
    color:  #3AAD36
}
.btn-verde .flecha{
    background-color: #319330;
    background-image: url(../images/flecha_verde.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-gris{
    background-color: #BBBBBB;
    padding: 10px;
    color: white;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    font-size: 16px;
    cursor: pointer;
}
.btn-gris .flecha{
    background-color: #AEAEAE;
    background-image: url(../images/flecha_gris_desactivada.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-rojo{
    background-color: #D20E12;
    padding: 10px;
    color: white;
    border-radius: 5px;
    border: 1px solid #D20E12;
    font-size: 16px;
    cursor: pointer;
}
.btn-rojo .flecha{
    background-color: #AE0101;
    background-image: url(../images/flecha_blanco_desactivada-1.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.titulo-archivos{
    color: #464646;
    font-size: 18px;
}
.listado-archivos-archivo{
    border-bottom: 1px dotted #474747;
    padding: 10px 0;
    overflow: hidden;
}
.nombre-archivo{
    float: left;
    position: relative;
    color: #464646;
    line-height: 26px;
    font-size: 13px;
    padding: 0 10px;
}