@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    min-height: 630px;
}
img {
    border: 0px;
}
html {
    height: 100%;
}
.header {
    width: 100%;
    border-top: 9px solid #AE7761;
    height: 143px;
    background-image: url(images/back_jeader.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.content_header {
    height: 143px;
    margin-left: auto;
    margin-right: auto;
    width: 1027px;
}
.logotipo {
    width: 239px;
    height: 143px;
/*    background-image: url(images/lopgotipo-new.png);*/
    background-image: url(images/CAFE-AZUL.png);
    background-repeat: no-repeat;
    float: left;
    background-color: white;
    background-size: auto 142px;
}
.menu {
    float: left;
    height: 31px;
    margin-top: 112px;
    width: 766px;
}
.menu ul {
    margin: 0 0 0 46px;
    padding: 0;
}
.menu ul li {
    border-right: 1px solid #B2B2B2;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style: none outside none;
    margin-top: 2px;
    padding: 7px 9px;
}
.menu ul a {
    color: #FFF;
    text-decoration: none;
}
.menu ul li:hover {
    background-color: #AE7761;
    color: #FFF;
}
.last {
    /*padding-right:0px!important;*/
    border-right: none!important;
}
#current {
    background-color: #AE7761;
    color: #FFF;
}
/*home*/

.content_home {
    background-image: url("images/back_home.png");
    background-position: right 30px;
    background-repeat: no-repeat;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    padding-left: 102px;
    padding-top: 2%;
    width: 1040px;
}
.caja_home {
    width: 524px;
    height: 254px;
    background: rgba(254, 254, 254, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), to(rgba(248, 248, 248, 1)));
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px 12px 20px 26px;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.footer {
    /*background-image: url("images/fondo_footer.png");
    bottom: 0;*/
    height: 143px;
    padding-top: 29px;
    position: absolute;
    width: 100%;
}

.footer table{
    margin-top: 17px;
}
/*bases*/

.content_bases {
    background-image: url("images/back_bases.png");
    background-position: 84px 55px;
    background-repeat: no-repeat;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 102px;
    padding-top: 20px;
    width: 1040px;
}
.caja_bases {
    width: 524px;
    height: 409px;
    background: rgba(254, 254, 254, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), to(rgba(248, 248, 248, 1)));
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 11px 28px 84px 26px;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
	position: relative;
}
.caja_bases h2 {
    font-size: 14px;
}
.caja_bases ul {
    margin-left: 0;
    padding-left: 11px;
}
.caja_bases ul li {
    background-image: url("images/bullet.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding-bottom: 15px;
    padding-left: 16px;
}
.caja_bases ul li ul {
    background-image: none;
    padding-bottom: 2px;
    margin-left: 0PX;
    padding-left: 0px;
}
.caja_bases ul li ul li {
    padding-bottom: 2px;
    padding-left: 0px;
    background-image: none;
}
.paginas_int {
    border-bottom: 5px solid #AE7761;
    padding-bottom: 10px;
}
/*jurado*/

.content_jurado {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 882px;
}
.bajada_jurado {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 19px;
    margin-top: 4%;
    width: 100%;
}
.content_jurado h4 {
    color: #4C4C4C;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 2px 2px 4px 4px;
    font-size: 11px;
}
.content_jurado p {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px 0px 0px 4px;
    font-size: 8px;
}
.content_jurado a:hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
/*jurado plantilla*/

.tabla_jurado img {
    margin-top: 19px!important;
}
.tabla_jurado h2 {
    color: #4C4C4C;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
}
.tabla_jurado h3 {
    color: #999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 3px;
}
.tabla_jurado p {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: justify;
}
.tabla_jurado em {
    color: #7F7F7F;
    font-size: 11px;
}
/*premios*/

.caja_premios {
    width: 498px;
    height: 263px;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px 18px 38px 226px;
    font-size: 12px;
    color: #666666;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/img_ganador2.png");
    background-repeat: no-repeat;
}
.content_premio {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 882px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.content_premiacion {
    background-color: activecaption;
    background-repeat: no-repeat;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    width: 1008px;
}
/*criterios*/

.caja_criterios {
    width: 498px;
    height: 263px;
    background: rgba(254, 254, 254, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 1)), to(rgba(248, 248, 248, 1)));
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px 18px 38px 226px;
    font-size: 12px;
    color: #666666;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 17%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: 20px bottom;
}
.btnpdf {
    height: 44px;
    left: 171px;
    position: relative;
    top: -21px;
    width: 112px;
}
@media(max-height:700px) {
    .content_home {
        margin-top: 10px;
    }
}
/*carrusel*/

.list_carousel {
    margin-left: auto;
    margin-right: auto;
    width: 1030px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    border: 1px solid #005781;
    width: 131px;
    height: 114px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    float: left;
    margin-left: -16px;
    margin-top: 42px;
    position: absolute;
    z-index: 30;
}
.next {
    float: right;
    margin-right: 1px;
    margin-top: 42px;
    position: relative;
    z-index: 30;
}
.prev2 {
    background-image: url("carrusel/arrow-prev.png");
    background-position: left 0;
    height: 42px;
    width: 42px;
}
.prev2:hover {
    background-image: url("carrusel/arrow-prev.png");
    background-position: left -47px;
    height: 42px;
    width: 42px;
}
.next2 {
    background-image: url("carrusel/arrow-next.png");
    background-position: left 0;
    height: 42px;
    width: 42px;
}
.next2:hover {
    background-image: url("carrusel/arrow-next.png");
    background-position: left -47px;
    height: 42px;
    width: 42px;
}
.caja_home.ceremonia-premiacion-caja {
    width: 960px;
    margin: 40px auto;
    height: auto;
    padding-right: 20px;
}
h2.p1erPEFtitulo {
    color: #4C4C4C;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    font-size: 15px;
    padding-left: 105px;
    background-image: url(images/titulo_home.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
}
h2.p1erPEFtitulo2 {
	background-image:url(images/titulo_home_2do.png);
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}
h2.p1erPEFtitulo5 {
    background-image:url(images/titulo_home_5to.png);
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}
h2.p1erPEFtitulo4 {
	background-image:url(images/titulo_home_4to.png);
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}
h2.p3erPEFtitulo {
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-image: url(images/titulo_home_3er.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}

h2.p5erPEFtitulo {
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-image: url(images/titulo_home_5to.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}

h2.p6erPEFtitulo {
    color: #4C4C4C;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding-left: 115px;
    background-image: url(images/6to-pef.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 30px;
    display: inline-block;
}

.descargarBases {
    background-image: url(images/descargar-bases.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    width: 91px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding-left: 22px;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    float: left;
    opacity: 0.9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.basesOld {
    opacity: 0.45;
}
.descargarBases:hover,
.basesOld:hover {
    color: #000;
    opacity: 1;
}
.bases {
    display: inline-block;
    float: right;
}
.caja_home.enelhome{
    /*height: 280px;*/
    height: auto;
    padding-right: 30px;
}
.entrevistas .caja_bases {
    min-height: 1211px;
}
.entrevistas {
    height: 1533px;
}
    .entrevistas .caja_bases h2{
        font-size: 23px;
        text-align: left;
    }
    .entrevistas .content_bases{
        background-image: url("images/entrevista-principal.jpg");
        background-position: 53px 22px;
    }
	.entrevistas .content_bases2 {
    background-image: transparent!important;
    background: none!important;
}
    .entrevistas .caroufredsel_wrapper{
        float: left;
        width: 430px;
        margin-top: 511px;
    }
    .entrevistas .list_carousel{
        margin-top: 517px;
        float: left;
        width: 460px;
    }

.entrevistas .list_carousel2 {
    /* margin-top: 517px; */
    float: left;
    width: 393px;
    margin-left: 51px;
}
    .entrevistas .list_carousel li{
        height: auto;
    }

.gal3 {
	opacity: 1;
	}

.gal2 {
	opacity: 0;
	}

.gal1 {
	opacity: 0;
	}

.caja_resumen_nota {
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 28px 21px 26px;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    margin-top: 21px;
	width: 90%;
}
.imagen_resumen_entrev {
    /* margin-top: 517px; */
    float: left;
    width: 187px;
    /* margin-left: 13px; */
    overflow: hidden;
    height: 169px;
    padding: 10px;
    border: 1px;
}

.boton_ver_mas {
    background-image: url(images/ver_entrevista.png);
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 29px;
    padding-top: 9px;
    display: block;
    text-decoration: none;
    color: #666666;
    float: left;
    opacity: 0.9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 24px;
    position: absolute;
    right: 4px;
    box-sizing: border-box;
    width: 142px;
    height: 40px;
    text-align: left;
}

.boton_volver_entrev {
    background-image: url(images/volve_entrevistas.png);
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 45px;
    padding-top: 9px;
    display: block;
    text-decoration: none;
    color: #666666;
    float: left;
    opacity: 0.9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    right: 4px;
    box-sizing: border-box;
    width: 142px;
    height: 40px;
    text-align: left;
}

.footer {
    /*background-image: url(images/fondo_footer.png);
    bottom: 0;*/
    height: 143px;
    padding-top: 29px;
    position: absolute;
    width: 100%;
    margin-top:1%;
}

@media only screen and (max-width: 1364px)  {

	.footer {
    /*background-image: url(images/fondo_footer.png);
    bottom: 0;*/
    height: 143px;
    padding-top: 29px;
    position: relative;
    width: 100%;
}

}
