@charset "UTF-8";
/* CSS Document */

body {
    font: 11px/100% Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background:url(../img/bg_home.jpg) top repeat-x #FFFFFF;
}
#franja_top {
    width:100%;
    height:5px;
    float:left;
    margin-bottom:15px;
}
.franja {
    height:5px;
    float:left;
}
.franja.gen { background-color:#13a6b8; width:25%;}
.franja.evo { background-color:#bf1925; width:35%;}
.franja.sap { background-color:#a99f11; width:40%;}

#contenedor {
    margin:0 auto;
    width:960px;
}
#df_logo {
    padding-top:35px;
    float:left;
    width: 315px;
    text-align:center;
}
#bienvenido {
    float:left;
    width:600px;
    padding-left:30px;
    padding-top:55px;
    text-align:left;
}
#countrySelector {
    width:960px;
    float:left;
    background:url(../img/bg_index2015.jpg);
    height:430px;
	border:1px solid #DDDDDD;
}
#countrySelector .select {
    float:right;
    text-align:left;
    width:700px;
    padding-right:120px;
    color:#FFF;
    padding-top:65px;
}
#countrySelector .select .country {
    width:100px;
    height:25px;
    float:left;
    margin-right:15px;
    color:#666;
    font-family: 'existencelight';
    font-size:16px;
    line-height:22px;
    text-align:center;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    background:url(../img/select.png);
}
#countrySelector .select .country:hover {
    color:#F05A28;
    background:url(../img/select-hover.png);
}
.cl { background:url(../img/sel_chile.png) no-repeat }
.pe { background:url(../img/sel_peru.png) no-repeat }
.mx { background:url(../img/sel_mexico.png) no-repeat }
.es { background:url(../img/sel_espana.png) no-repeat }
.ec { background:url(../img/sel_ecuador.png) no-repeat; margin-left:20px }
.bo { background:url(../img/sel_bolivia.png) no-repeat }



#seo {
    color: #666;
    width: 960px;
    margin: 10px 0px 0px 0px;
    float: left;
    font-size: 12px;
    padding: 0px;
    line-height: 17px;
    text-align: justify;
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    overflow: hidden;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 51px;
    transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    
}
#seo:active {
    height:380px;
}
#seo p {
    padding-bottom:10px;
    
}
#copy {
    width: 960px;
    margin: 0px;
    float:left;
    font-size: 8px;
    padding: 10px 0px;
    line-height: 110%;
    text-align: right;
}



/* TEXTOS */

h1 {
    padding:0;
    margin:0;
    font-size:16px;
    line-height:18px;
    color:#666;
    font-family: 'existencelight';
}
h1.a {
    padding:0;
    margin:0;
    font-size:16px;
    line-height:18px;
    color:#666;
    font-family: 'existencelight';
    text-decoration:none;
}
h2 {
    padding:0;
    margin:0;
    line-height:19px;
    color:#666;
    font-size:19px;
    font-family: 'existencelight';
}
h3 {
    padding:0;
    margin:0;
    color:#F05A28;
    font-size:36px;
    line-height:44px;
    font-family: 'existencelight';
}
h4 {
    padding:0;
    margin:0;
    font-size:26px;
    line-height:22px;
    float:left;
    margin-right:20px;
    font-family: 'existencelight';
    margin-bottom:30px;
	color:#333333;
}
p {
    font-family: 'existencelight';
    margin:0;
    padding:0;
    color:#666;
    font-size:11px;
    line-height:14px;
}
p.mas {
    margin-top:15px;
}
a {
    font-family: inherit;
    margin:0;
    padding:0;
    color:inherit;
    line-height:inherit;
    font-size:inherit;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
span.blue {
    color:#F05A28;
}
span.grey {
    color:#666;
}

.CollapsiblePanelContent p{
    font-size:12px!important;
    line-height:18px!important;
     font-family: 'museo_sans100'!important;
}


.CollapsiblePanelContent h1{
    font-weight: bold;
    font-size:21px;
    margin-bottom:10px;
    font-family: 'museo_sans100'!important;
}
