body {
    background: url('img/fondo.jpg') repeat-x top center;
    background-color: #000;  
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

a{
    color: #92271A;
    
}

ul li{
    color: #666666;
    line-height: 1.5;
    background: url('img/red-bullet.png') no-repeat left 5px;
    padding-left: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}


ol li{
    list-style-type: decimal;
    padding-left: 5px;
    margin-left: 30px;
    line-height: 1.5;
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 10px;
}

li li {
    font-size: 12px;
}

h1, h2 ,h3, h4{
    font-family: Arial, Helvetica, sans-serif;
}

ol li{
    list-style-type: decimal;
    padding-left: 5px;
    /*    list-style-position: inside;*/
    ;
    margin-left: 30px;
    line-height: 1.5;
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 10px;
}

em{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 10px;
}

h2{
    color: #93281B;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Verdana;
    padding-bottom: 5px;
    border-bottom: 2px solid #93281B;
    margin-bottom: 20px;
}

h3{
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px dotted #666666;
}

h4{
    font-weight: bold;

    font-size: 14px;
    color: #92271A;
    margin-bottom: 10px;
}

.content{
    margin-top: 30px;
}

.contenedor {
    overflow: hidden;
    background-color: white;
}

.contenedor .idiomas_wrapper_selector{
    border-top: 6px solid #333333;
    position: absolute;
    width: 100%;
}

.contenedor .selector {
    position: relative;
    height: 33px;
    z-index: 20;
}

.contenedor .selector p {
    text-align: right;
    color: #999999;
    display: inline-block;
    position: absolute;
    right: 0;
    height: 33px;
    width: 181px;
    background: url('img/fnd_idiomas.png');
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.contenedor .selector a {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.contenedor .cabecera_wrapper{
    background: url("img/fnd_cabecera.png") repeat-x bottom;
    border-bottom: 1px solid white;
    position: relative;
}

.contenedor .cabecera {
    height: 90px;
    padding-top: 20px;
}

.contenedor .cabecera #busqueda_form{
    position: absolute;
    right: 20px;
    top: 60px;
}


.busqueda_input{
    background: url('img/fnd_campo_busqueda.png');
    height: 28px !important;
    width: 110px;
    border: 0 !important;
    padding-left: 10px !important;
    padding-right: 40px;
}

.busqueda_submit{
    height: 28px;
    width: 29px;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    text-transform: capitalize;
    background: url('img/btn_buscar.png');
    border: 0;
    top: 0;
    cursor: pointer;
}

.contenedor .cabecera .logo img {
    position: absolute;
    top: 0;
    z-index: 0;
}
.logo{
    width: 115px;
}
.title-logo{
    font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333;
    margin: 11px 0;
    line-height: 0.9em;
    font-weight: bold;
}


.title-logo span.subheader{
    font-size: 22px;
    font-weight: normal;
}

.contenedor .navbar_wrapper{
    background: url("img/fnd_navbar.png") repeat-x;
    height: 47px;
    border-bottom: 1px solid #B4392B;
}

.contenedor .navbar li{
    float: left;
}

.contenedor .navbar-main li{
    background: url('img/fnd_navbar_separator.png') repeat-y left;
    position: relative;
    line-height: 16px;
    padding-left: 0;
    margin-left: 0;
}

.contenedor .navbar-main li a, .contenedor .navbar-main li span{
    display: block;
    color: white;
    text-decoration: none;
    padding-top: 17px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.contenedor .navbar-main li.dm_current span,.contenedor .navbar-main li.dm_parent span,
.contenedor .navbar-main li.dm_current a,.contenedor .navbar-main li.dm_parent a,
.contenedor .navbar-main li span.dm_current,.contenedor .navbar-main li span.dm_parent,
.contenedor .navbar-main li a.dm_current,.contenedor .navbar-main li a.dm_parent{
    background: url('img/fnd_navbar_item_hover.png');
    height: 17px;
}

.contenedor .navbar-main li a:hover{
    background-color: #B83C2E !important;
}

.contenedor .navbar-main li.inicio-btn a,.contenedor .navbar-main li.inicio-btn span{
    width: 45px;
    padding-top: 11px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 0;
}

.contenedor .navbar-main li.process-btn a,.contenedor .navbar-main li.process-btn span{
    width: 105px;

}

.contenedor .navbar-main li.actors-btn a,.contenedor .navbar-main li.actors-btn span{
    width: 95px;
}

.contenedor .navbar-main li.activities-btn a,.contenedor .navbar-main li.activities-btn span{
    width: 115px;

}

.contenedor .navbar-main li.initiatives-btn a,.contenedor .navbar-main li.initiatives-btn span{
    width: 220px;

}

.contenedor .navbar-main li.media-btn a,.contenedor .navbar-main li.media-btn span{
    width: 90px;

}

.contenedor .navbar-main li.contact-btn a,.contenedor .navbar-main li.contact-btn span{
    width: 100px;

}

.contenedor .navbar-main li.privado-btn a,.contenedor .navbar-main li.privado-btn span{
    width: 121px;
    /*background: url('img/fnd_navbar_separator.png') repeat-y right;*/
    text-align: left;
    padding-left: 47px;
}

.slide-info{
    float: left;
    margin-left: 337px;
}

.contenedor .slides_wrapper{
    height: 270px;
    background: url('img/fnd_slides_wrapper.png') repeat-x;
    position: relative;
    overflow-y: hidden;
}

.contenedor .slides_wrapper .slides_mundo_fnd{
    height: 270px;
    background: url('img/fnd_slides_wrapper_world.png') no-repeat center top;
    position: relative;
}

.contenedor #inicio-carousel{
    overflow: visible;
}

.contenedor #inicio-carousel .slide{
    height: 270px;
    overflow-y: hidden;
}

.contenedor #inicio-carousel .slide_fnd{
    height: 370px;
    background: url('img/fnd_slide.png');   
    display: block;
}

.contenedor #inicio-carousel .slide-image{
    position: relative;
    bottom: 28px;
}

.contenedor #inicio-carousel .slide-title{
    font-size: 63px;
    color: white;
    font-weight: bold;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    margin-top: 60px;
    line-height: 65px;
    width: 605px;
}

.contenedor #inicio-carousel .slide-subtitle{
    font-size: 20px;
    color: #FEACA5;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.3;
    width: 605px;
}

.contenedor #inicio-carousel .slide-btn{
    display: block;
    width: 144px;
    height: 34px;
    background: url('img/fnd_slide_btn.png') no-repeat;
    padding-top: 12px;
    padding-left: 20px;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.contenedor #pager{
    width: 66px;
    position: absolute;
    top: 30px;
    right: 10px;
}

.contenedor #pager a{
    width: 11px;
    height: 11px;
    display: block;
    background: url('img/slide-pager.png');
    float: left;
    margin-left: 7px;
}

.contenedor #pager a.selected{
    background: url('img/slide-pager-selected.png');
}

.contenedor #pager a span{
    display: none;
}

.contenedor .bgcontent {
    background: url('img/fondo_contenido.jpg') repeat-x top center;    
}

.contenedor .contenido {
    background: url('img/mapa_contenido.png') no-repeat top center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.contenedor .contenido p {
    margin: 10px 0;
}

.contenedor .contenido .left p {
    margin-left: 80px;
}

.contenedor .contenido .right p {
    margin-right: 80px;
}

.contenedor .contenido .listado {
    background-color: #ccc;
    margin-top: 20px;
}

.contenedor .contenido .listado p {
    background-color: #ccc;
    color: #93281B;        
    margin-right: 0;
    padding: 5px 0 5px 10px;
    margin: 0 5px;
}

.contenedor .contenido .listado a {
    color: #93281B;
}

.contenedor .contenido .listado p.titulo {
    border-bottom: 1px dotted #999;
    font-size: 0.8em;
    text-align: left;
}

.contenedor .contenido .listado .tab p {
    padding-left: 30px;
    margin-right: 60px
}

.contenedor .pie_wrapper{
    padding-top: 15px;
    margin-top: 20px;
    border-top: 4px solid #333333;

    background: url('img/fnd_pie.png') repeat-x top;
}

.contenedor .pie {
    height: 135px;
    margin-bottom: 30px;
    background-position: top left;
    background-repeat: no-repeat;
    height: 100px;
}

.contenedor .pie p{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contenedor .pie img {
    margin-right: 20px;
    /*margin-top: 7px;*/
}

.contenedor .bandera {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}


/** Home **/


.contenedor .cabecera
{
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.contenedor .cabecera .menu
{
    height: 30px;    
    width: 470px;
    float: right;
    margin-top: -30px;    
}
.contenedor .cabecera .menu li
{
    float: left;
}

.contenedor .cabecera .menu li a
{
    font-size: 13px;    
    height: 30px;
    line-height: 30px;        
    background-image: url("img/fnd_menu_op_2.jpg");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    width: 130px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 13px;
    overflow: hidden;
}
.contenedor .cabecera .menu li a:hover,
.contenedor .cabecera .menu li:hover a 
{
    background-color:#f5f5f5;
    background-position: 0 0;
}
.contenedor .cabecera .menu li.actual a
{
    background-position: 0 0 !important;
}
.contenedor .cabecera .menu li li a
{
    background-position: 15px 13px;
}
/* Para IE6 */
.contenedor .cabecera .menu li:hover ul
{
    background-color:#f5f5f5;
    display: block;

}
.contenedor .cabecera .menu li:hover > ul,
.contenedor .cabecera .menu li a:hover > ul
{
    background-color:#f5f5f5;
    display: block;    
}
/* .contenedor .cabecera .menu li:first-child a,*/
.contenedor .cabecera .menu li.primero a
{
    background-image: url("img/fnd_menu_op_1.jpg");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    width: 119px;
    height: 30px;
    display: block;
    float: left;
}

.contenedor .cabecera .menu li.primero a:hover,
.contenedor .cabecera .menu li.primero:hover a 
{
    background-color:#f5f5f5;
    background-position: 0 0px;
}

.contenedor .cabecera .menu li.ultimo a
{
    background-image: url("img/fnd_menu_op_3.jpg");
    background-position: 0 -30px;
    background-repeat: no-repeat;
    width: 172px;
    height: 30px;
    display: block;
    float: left;    
}

.contenedor .cabecera .menu li.ultimo a:hover,
.contenedor .cabecera .menu li.ultimo:hover a
{
    background-color:#f5f5f5;
    background-position: 0 0;
}
.contenedor .cabecera .menu li a
{
    color: #FFF;
    text-decoration: none;
    font-size: 13px;    
}
.contenedor .cabecera .menu li.primero li a,
.contenedor .cabecera .menu li.ultimo li a,
.contenedor .cabecera .menu li li a
{
    background-image: none;    
    width: 400px !important;
    display: block;    
}
.contenedor .cabecera .menu ul li ul
{
    background-image: url("img/fnd_cuerpo_menu.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 468px;
    height: 190px;
    position: absolute;
    top: 141px;
    display:none;
    margin-left: -2px;
    /*padding-left: 15px;*/
}
.contenedor .cabecera .menu ul li ul,
.contenedor .cabecera .menu ul li.primero ul,
.contenedor .cabecera .menu ul li.ultimo ul
{
    position: absolute; 
    margin-left: -134px;
}
.contenedor .cabecera .menu ul li.primero ul
{
    margin-left: -2px;
}
.contenedor .cabecera .menu ul li.ultimo ul
{
    margin-left: -277px;
}
.contenedor .cabecera .menu li ul li
{
    display: block;
    width: 400px;
    background-image: url("img/indicador_menu_n2.png");
    background-position: 15px 13px;
    background-repeat: no-repeat;
}
.contenedor .cabecera .menu ul ul li a,
.contenedor .cabecera .menu li li.primero a,
.contenedor .cabecera .menu li li.ultimo a,
.contenedor .cabecera .menu li.actual li.primero a,
.contenedor .cabecera .menu li.actual li.ultimo a,
.contenedor .cabecera .menu li.actual li a
{    
    background-image: url("img/fnd_menu_n2_separador.jpg") !important;
    background-position: 10px 25px !important;
    background-repeat: no-repeat;
    color: #FFB3B3;
    font-size: 12px;
    width: 440px;    
    display: block;
    margin-left: 15px;
}
.contenedor .cabecera .menu li li.primero a,
.contenedor .cabecera .menu li li.ultimo a
{
    background-image: none !important;
}
.contenedor .cabecera .menu li ul li a,
.contenedor .cabecera .menu li li.primero a,
.contenedor .cabecera .menu li li.ultimo a
{   
    display: block;
}

.contenedor .cabecera .menu li li:hover a
{
    background-color:#f5f5f5;
    font-weight: bold;
}
.contenedor .cabecera .menu li li:hover
{
    background-color:#f5f5f5;
    background-image: url("img/indicador_menu_n2_hover.png");
}

.contenedor .bgcontent {
    background-image: none;
    background-color: #FFF;            
    margin: 0 auto;
    border: 0;
    padding-bottom: 1px;
    background-position: top left;
    background-repeat: repeat-y;
}
.contenedor .col_izqda
{
    /*background-image: url("img/fnd_right_column.png");*/
    background-position: top left;
    background-repeat: no-repeat;
    /*min-height: 1000px;*/
    float: left;
    width: 210px;
}

.contenedor .col_izqda.white{
    background-image: none;
}

.contenedor .col_dcha
{
    min-height: 415px;
    float: left;
    width: 710px;
}

.contenedor .col_izqda ul.menu
{    
    margin: 10px 10px 0px -15px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 10px;
    /*padding-left: 17px;*/
;
}

.private .contenedor .col_izqda ul.menu li a{
	color:#FFFFFF;
}

.private .contenedor  .col_izqda ul.menu li
{
	background-color: #6E6E6E;
}

.private .contenedor  .col_izqda ul.menu li.dm_current
{
	background-color: #CCCCCC;
}

.contenedor  .col_izqda ul.menu li
{
    color: #000;    
    border-top: 1px solid white;
    font-weight: normal;
    background-image: none;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: bottom left;    
    margin: 0;
    min-height: 30px;
    line-height: 30px;
    margin-left: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    overflow: hidden;    
    padding-left: 0;
}
.menu-top,.menu-bottom{
    display: none;
}
.contenedor  .col_izqda ul.menu  li.first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

/*
.private .contenedor  .col_izqda ul.menu li{
    background-image: url("img/menu_lateral_separador_privado.jpg");
    background-color: #575757;
}*/


.contenedor  .col_izqda ul.menu  .dm_parent > a, 
.contenedor  .col_izqda ul.menu  .dm_parent > span, 
.contenedor  .col_izqda ul.menu  .dm_current > a, 
.contenedor  .col_izqda ul.menu  .dm_current > span{
    /*font-weight: bold !important;*/
}

.contenedor .col_izqda ul.menu li.ultimo
{
    background-image: none !important;
    margin-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

.contenedor.col_izqda ul.menu li.desplegado a
{
    background-image: url("img/ind_desplegado.jpg");
    background-position: 180px 12px;
    background-repeat: no-repeat;
    width: 190px;
    display: block;
}
.contenedor  .col_izqda ul.menu li.desplegado ul li a
{
    background-image: none;
}
.contenedor .col_izqda ul.menu li span,
.contenedor .col_izqda ul.menu li a
{
    margin-left: 12px;
    padding-left: 22px;
}
.contenedor .col_izqda ul.menu li ul
{
    background-color: #F5F5F5;
    margin-left: 0;
    padding-left: 40px;

}
.contenedor .col_izqda ul.menu li ul li,
.contenedor .col_izqda ul.menu li ul li.ultimo
{
    background-color: #f5f5f5;
    line-height: 20px;
    min-height: 27px;
    padding-bottom: 0;
}


.contenedor  .col_izqda ul.menu li ul li a
{
    display: block;
}

/*{
    width: 190px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    background: url('img/bullet.png') no-repeat left 4px;
}*/


.contenedor .col_izqda ul.menu li ul li ul{
    background-color: #FFF;
}


.contenedor .col_izqda ul.menu li ul li ul li.dm_current a,
.contenedor .col_izqda ul.menu li ul li ul li.dm_current span,
.contenedor .col_izqda ul.menu li ul li ul li.dm_parent a,
.contenedor .col_izqda ul.menu li ul li ul li.dm_parent span{
    background: none;
}


.contenedor ul.menu li.dm_current a, 
.contenedor ul.menu li.dm_parent a, 
.contenedor ul.menu li.dm_parent span,
.contenedor ul.menu li.dm_parent span{
    /*font-weight: bold;*/
}

.desplegable.desplegable-cerrado ul{
    display: none;           
}

.contenedor ul.menu li.dm_parent.desplegable > a,.contenedor ul.menu li.dm_parent.desplegable > span{
    background: url('img/bullet-desplegable.png') no-repeat 1px 8px;
    cursor: pointer;
}


.contenedor ul.menu li.desplegable a,.contenedor ul.menu li.desplegable span{
     cursor: pointer;
}


/*.contenedor ul.menu li.dm_parent.desplegable-cerrado a,.contenedor ul.menu li.dm_parent.desplegable-cerrado span{
    background: url('img/bullet.png') no-repeat 4px;
}*/

.private_color {
    color: #CCCCCC;
}


.contenedor  .col_izqda ul.menu li a, .contenedor  .col_izqda ul.menu li span
{
    font-size: 14px;
    color: #000;
    text-decoration: none;
    width: 176px;
    display: block;
    margin-bottom: 8px;
    line-height: 20px;
    margin-top: 9px;
    /*background: url('img/bullet.png') no-repeat 4px 4px;*/
}

.contenedor  .col_izqda ul.menu > li.dm_current , .contenedor  .col_izqda ul.menu > li.dm_parent{
    /*background-color: #B83C2E;*/
}

	  
.col_izqda ul.menu > li.dm_current ,.private  .contenedor  .col_izqda ul.menu > li.dm_parent{
   /* background-color: #6E6E6E;*/
   background-color:#CCCCCC;
}


.contenedor  .col_izqda ul.menu li.dm_current > a, .contenedor  .col_izqda ul.menu li.dm_current > span{
    background: none;
}

.contenedor  .col_izqda ul.menu li.dm_parent > a, .contenedor  .col_izqda ul.menu li.dm_parent > span{
    /*background: url('img/current-bullet-down.png') no-repeat 0px 2px;*/
}

.contenedor .col_izqda ul.menu li ul li > a,
.contenedor .col_izqda ul.menu li ul li > span{
    font-weight: normal;
    background-color:#FFF;
    font-size: 13px;
    margin-bottom: 6px;
    background: none;
    width: 182px;
    padding-left: 0;
    padding-right: 15px;
}

.contenedor .col_izqda ul.menu li ul li.dm_current > a,
.contenedor .col_izqda ul.menu li ul li.dm_current > span{
}

.contenedor .col_izqda ul.menu li ul li.dm_parent > a,
.contenedor .col_izqda ul.menu li ul li.dm_parent > span{
}

.contenedor .col_izqda ul.menu li ul li ul li a,
.contenedor .col_izqda ul.menu li ul li ul li span{
    margin-left: 21px;
    width: 180px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image:none;
    padding-left: 0;
    padding-right: 0;
}



.contenedor  .col_izqda .menu_pie
{
    background-image: url("img/menu_lateral_pie.jpg");
    background-position:  top left;
    background-repeat: no-repeat;
    width: 220px;
    height: 7px;
    overflow: hidden;
    margin-left: 10px;
}

.private .contenedor  .col_izqda .menu_pie{
    background-image: url("img/menu_lateral_pie_privado.png");
}

.contenedor  .col_izqda .suscripcion
{
    margin: 10px;
}

.contenedor .col_izqda h3{
    margin-left: 10px;
    margin-top: 25px;
}

.contenedor .pie
{    
    position: relative;
}
.contenedor .pie ul
{
    margin-top: 5px;
    position: absolute;
    top: -10px;
    right: 0;
}
.contenedor .pie ul li
{
    display: inline;
    margin-right: 10px;

    background: none;
    margin-left: 0;
}
.contenedor .pie ul li a
{
    color: #666;
    font-size: 12px;
}
.contenedor .pie .validaciones
{
    margin-top: 5px;
    float: right;
}


/** Portada **/
.portada .contenedor  .mapa_destacados
{
    background-image: url("img/mapa_destacados.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 700px;
    height: 260px;
    margin: 10px;
}
.portada .contenedor  .mapa_destacados .sub_col1
{
    float: left;
    width: 430px;
}
.portada .contenedor  .mapa_destacados .sub_col2
{
    float: right;
    width: 220px;
}

.portada .contenedor  .mapa_destacados h2
{
    color: #FFF;
    font-size: 22px;
    font-family:  Arial, Verdana;
    margin-left: 30px;
    padding-top: 15px;
}
.portada .contenedor  .mapa_destacados p.col_izqda_mapa_destacados
{
    font-size: 13px;
    color: #FFF;
    font-style: italic;
    margin-left: 30px;
    margin-top: 17px;

}
.portada .contenedor  .mapa_destacados h3
{
    float: right;
    width: 220px;
    font-size: 14px;
    font-weight: bold;
    font-family:  Arial, Verdana;
    color: #FFF;
    margin-top: 23px;
    margin-bottom: 20px;
}
.portada .contenedor  .mapa_destacados_documento
{
    border: 1px solid #B60000;
    background-color: #6A0000;
    width: 168px;
    height: 41px;
    clear: both;
    margin-bottom: 12px;
    color: #FFF;
    font-size: 12px;
    font-family:  Arial, Verdana;
    background-image: url("img/fnd_mapa_dest_doc.jpg");
    background-position: 6px 6px;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
}
.portada .contenedor  .mapa_destacados_documento a
{
    color: #FFF;
    text-decoration: none;
}

.col_dcha .contenido_subcol_1
{
    margin-left: 10px;
    margin-top: 25px;
}
.portada .col_dcha .contenido_subcol_1 h4,
.portada  h4
{
    color: #93281B;
    font-size: 14px;
    font-weight: bold;
    font-family:  Arial, Verdana;
    padding-bottom: 2px;
    border-bottom: 2px solid #93281B;
    margin-bottom: 10px;
}

.portada h3{
    color: #93281B;
    font-size: 24px;
    font-weight: bold;
    font-family:  Arial, Verdana;
    padding-bottom: 2px;
    border-bottom: 2px solid #93281B;
    margin-bottom: 20px;
}

.portada h3.no-border{
    border-bottom:0;
}

.portada .col_dcha .contenido_subcol_1 .actividad
{
    clear: both;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom:  10px;
    position: relative;
}
.portada .col_dcha .contenido_subcol_1 img{
    float: left;
    margin-right: 10px;
}
.portada .col_dcha .contenido_subcol_1 .detalles
{
    float: left;
    width: 550px;
    margin-left: 0;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.titulo,
.portada   p.titulo
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
     text-align: left;
}
.portada   p.intro{
    text-align: initial;
    
    line-height: 1.4;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.titulo a,
.portada   p.titulo a
{
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.fecha_lugar,
.portada  p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.fecha_lugar span,
.portada  p.fecha_lugar span
{
    font-weight: bold;
}

.portada .col_dcha .contenido_subcol_1 .detalles p.tags
{
    width: 550px;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.tags a
{
    color: #333;
}
.portada .col_dcha .contenido_subcol_1 .detalles p.leer_mas
{
    width: 100%;
	height:25px;
    text-align: center;
/*    margin-bottom: 0;
    position: absolute;
    bottom: 10px;*/
}
/*.portada .col_dcha .contenido_subcol_1 p.leer_mas a
{
    color: #333;
    font-size: 11px;
}*/
.portada .col_dcha .contenido_subcol_1 a.ver_todos,
.portada .col_dcha .contenido_subcol_2 a.ver_todos,
.portada a.ver_todos,a.ver_todos
{
    color: #333;
    padding-left: 25px;
    background-image: url("img/ver_todos.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    font-family:  Arial, Verdana;
    font-size: 11px;
    height: 18px;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 3px;
}
.portada .contenido_subcol_2
{
    float: left;
    margin-left: 20px;
    margin-top: 40px;
}
.portada .noticia
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-left: 1px dotted #CCCCCC;
    height: 300px;
    margin-left: 0;
    padding-left: 10px;
    width: 218px;
}

.portada .noticia .titulo{
    margin-top: 10px;
}

.noticia .descripcion{
    line-height: 1.4;
    color: #666666;
    margin-top: 8px;
}

.portada .noticia.first{
    border: 0;
}

.portada .noticias_wrapper{
    float:left;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 958px;
    height: 310px;
    margin-bottom: 15px;
    background: url('img/fnd_noticias.png') repeat-x bottom;
    position: relative;
}

.portada .noticias_controlls{
    position: absolute;
    width: 60px;
    right: 10px;
    top: -28px;
}

.portada .noticias_controlls a{
    width:30px;
    height: 27px;
    display: block;
    float:left;
}

.portada .noticias_wrapper .noticia img{
    margin-top: 10px;
    text-align: center;
    width: 140px;
    margin-left: 40px;
}

.portada .noticias_controlls .izq_noticias{
    background: url('img/btn_izq_noticias.png');
}

.portada .noticias_controlls .dch_noticias{
    background: url('img/btn_dch_noticias.png');
}


.portada .noticias_controlls{
    position: absolute;
    width: 60px;
}

.portada .noticias_controlls a{
    width:30px;
    height: 27px;
    display: block;
    float:left;
    cursor: pointer;
}
.portada .noticias_controlls .izq_noticias{

    background: url('img/btn_izq_noticias.png');
}

.portada .noticias_controlls .dch_noticias{
    background: url('img/btn_dch_noticias.png');
}

.portada .noticias_row{
    float:left;
}

.portada .noticias_row .noticia:first-child{
    border-left: 0;
}

/** The Rabat Process **/

.proceso .col_dcha h2,
.proceso .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.proceso .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.proceso .col_dcha .documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    margin-left: 15px;
    padding-left: 30px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 0px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-top: 5px;
}
.proceso .col_dcha .documento_ultimo
{
    border-bottom: none;
}
.proceso .col_dcha .documento p.titulo
{
    margin-bottom: 0;
    text-align: left;
}
.proceso .col_dcha .documento p.titulo a
{
    color: #666;
    font-size: 12px;    
 text-align: left;

}
.proceso .col_dcha .documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-top: 0;
}
.proceso .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 10px;
}
.proceso .col_dcha img
{
    margin: 10px 160px;
}

/** Support **/
.soporte .col_dcha h2,
.soporte .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.soporte .col_dcha a.boton_soporte_en
{
    background-image: url("img/boton_soporte_en.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 440px;
    height: 26px;
    color: #FFF;
    font-size: 12px;
    line-height: 26px;
    font-family:  Arial, Verdana;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 30px auto 50px auto;
}
.soporte .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 10px;
}
.soporte .col_dcha img
{
    margin: 10px 160px;
}

/** Soporte actividades **/
.soporte_actividades .col_dcha h2,
.soporte_actividades .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte_actividades .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.soporte_actividades .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
}

.soporte_actividades .col_dcha .actividad
{
    clear: both;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom:  10px;
    margin-left: 10px;
    width: 690px;
    margin-top: 10px;
}
.soporte_actividades .col_dcha .actividad img{
    float: left;
    margin-right: 10px;
}
.soporte_actividades .col_dcha .actividad .detalles
{
    float: left;
}
.soporte_actividades .col_dcha .actividad .detalles p.titulo
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
 text-align: left;

}
.soporte_actividades .col_dcha .actividad .detalles p
{
    width: 530px;
}
.soporte_actividades .col_dcha .actividad .detalles p.titulo a
{
    color: #333;
    text-decoration: none;
 text-align: left;

}
.soporte_actividades .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.soporte_actividades .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.soporte_actividades .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
}
.soporte_actividades .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.soporte_actividades .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.soporte_actividades .col_dcha .actividad .detalles p.leer_mas
{
    width: 520px;
    text-align: right;
    margin-bottom: 0;
}
.soporte_actividades .col_dcha .actividad p.leer_mas a
{
    color: #333;
    font-size: 11px;
}
.soporte_actividades .col_dcha .paginador
{
    margin-left: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 12px;
    font-family:  Arial, Verdana;
}
.soporte_actividades .col_dcha .paginador a
{
    color: #333;
    margin-right: 5px;
}
.soporte_actividades .col_dcha .paginador a.actual
{
    color: #6D1D14;
    font-weight: bold;
    text-decoration: none;
}

/** Soporte detalle de actividad **/
.soporte_actividad .col_dcha h2,
.soporte_actividad .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte_actividad .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.soporte_actividad .col_dcha h3{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 0;
    margin-top: 0px;
    width: 500px;
    float: left;
}
.soporte_actividad .col_dcha a.volver
{
    float: right;
    width: 195px;
    color:#333;
    font-size: 11px;
    font-family:  Arial, Verdana;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}


.soporte_actividad .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family:  Arial, Verdana;
}
.soporte_actividad .col_dcha .detalles
{
    float: left;
    width: 550px;
    margin-bottom: 0px;
}
.soporte_actividad .col_dcha .actividad .detalles p
{
    margin-top: 0;
    clear: both;
}
.soporte_actividad .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.soporte_actividad .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.soporte_actividad  .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.soporte_actividad  .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.soporte_actividad  .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 15px;
}
.soporte_actividad  .col_dcha .actividad p
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;    
}
.soporte_actividad .col_dcha img
{
    clear: both;
    float: left;
    margin-left: 10px;
}
.soporte_actividad .col_dcha h4
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
    padding-bottom: 3px;
}
.soporte_actividad .col_dcha .acordeon
{
    border-left: 1px solid #8E8E8E;
    border-right: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    width: 698px;
    margin-left: 10px;
    font-family:  Arial, Verdana;
    margin-bottom: 20px;
}
.soporte_actividad .col_dcha .acordeon h3
{
    color: #93281B !important;
    font-weight: bold;
    border-top: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    padding: 0 0 0 15px;
    margin: 0;
    color: #333;
    font-weight: bold;
    width: 683px;   
    line-height: 30px;
    background-image: url("img/fnd_activity_doc.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 12px;
    /*list-style: decimal inside !important;*/
}

.soporte_actividad .col_dcha .acordeon h3.ultimo
{
    border-bottom: 0;
}
.soporte_actividad .col_dcha .acordeon h3 span
{
    color: #333;
    margin-left: 5px;
}
.soporte_actividad .col_dcha .acordeon h3 a.bot_acordeon
{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

.soporte_actividad .col_dcha .acordeon ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.soporte_actividad .col_dcha ul.acordeon ul li
{
    list-style: none none !important;
}
.soporte_actividad .col_dcha .acordeon li.documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 30px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-top: 5px;
    clear: both;
    margin-left: 10px;
    border-top: 0;
    list-style-type:  none;
    height: 40px;    
}

.soporte_actividad .col_dcha .acordeon li.documento_ultimo
{
    border-bottom: none;
    border-top: none;    
    margin-left: 10px;    
}

.soporte_actividad .col_dcha .acordeon li.documento p.titulo
{
    margin-bottom: 13px;
    margin-top: 5px;
    font-weight: normal;    
 text-align: left;

}
.soporte_actividad .col_dcha .acordeon li.documento p.titulo a
{
    color: #666;
    font-size: 12px;    
 text-align: left;

}
.soporte_actividad .col_dcha .acordeon li.documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-top: -15px;
    font-weight: normal;    
}

/* Soporte actividad eje */

.soporte_actividad_eje .col_dcha h2,
.soporte_actividad_eje .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte_actividad_eje .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.soporte_actividad_eje .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
}

.soporte_actividad_eje .col_dcha a.boton_actividad_eje
{
    width: 220px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    background-image: url("img/boton_actividad_eje.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    margin-left: 10px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-family:  Arial, Verdana;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 40px;
}
.soporte_actividad_eje .col_dcha img
{
    clear: both;
    float: left;
    margin: 10px 160px;
}

/* Proyecto actividades ejes actividades */
.soporte_actividades_ejes_actividades .col_dcha h2,
.soporte_actividades_ejes_actividades .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte_actividades_ejes_actividades .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.soporte_actividades_ejes_actividades .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
}

.soporte_actividades_ejes_actividades .col_dcha .actividad
{
    clear: both;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom:  10px;
    margin-left: 10px;
    width: 690px;
    margin-top: 10px;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad img{
    float: left;
    margin-right: 10px;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles
{
    float: left;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.titulo
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
 text-align: left;

}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p
{
    width: 530px;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.titulo a
{
    color: #333;
    text-decoration: none;
 text-align: left;

}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad .detalles p.leer_mas
{
    width: 520px;
    text-align: right;
    margin-bottom: 0;
}
.soporte_actividades_ejes_actividades .col_dcha .actividad p.leer_mas a
{
    color: #333;
    font-size: 11px;
}
.soporte_actividades_ejes_actividades .col_dcha .paginador
{
    margin-left: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 12px;
    font-family:  Arial, Verdana;
}
.soporte_actividades_ejes_actividades .col_dcha .paginador a
{
    color: #333;
    margin-right: 5px;
}
.soporte_actividades_ejes_actividades .col_dcha .paginador a.actual
{
    color: #6D1D14;
    font-weight: bold;
    text-decoration: none;
}

/** Soporte actividades ejes actividad **/
.soporte_actividad_ejes_actividad .col_dcha h2,
.soporte_actividad_ejes_actividad .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.soporte_actividad_ejes_actividad .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.soporte_actividad_ejes_actividad .col_dcha h3{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 0;
    margin-top: 0px;
    width: 500px;
    float: left;
}
.soporte_actividad_ejes_actividad .col_dcha a.volver
{
    float: right;
    width: 195px;
    color:#333;
    font-size: 11px;
    font-family:  Arial, Verdana;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.soporte_actividad_ejes_actividad .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family:  Arial, Verdana;
}
.soporte_actividad_ejes_actividad .col_dcha .detalles
{
    float: left;
    width: 550px;
    margin-bottom: 0px;
}
.soporte_actividad_ejes_actividad .col_dcha .actividad .detalles p
{
    margin-top: 0;
    clear: both;
}
.soporte_actividad_ejes_actividad .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.soporte_actividad_ejes_actividad .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.soporte_actividad_ejes_actividad  .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.soporte_actividad_ejes_actividad  .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.soporte_actividad_ejes_actividad  .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 15px;
}
.soporte_actividad_ejes_actividad  .col_dcha .actividad p
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.soporte_actividad_ejes_actividad .col_dcha img
{
    clear: both;
    float: left;
    margin-left: 10px;
}
.soporte_actividad_ejes_actividad .col_dcha h4
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
    padding-bottom: 3px;
}
.soporte_actividad_ejes_actividad .col_dcha .acordeon
{
    border-left: 1px solid #8E8E8E;
    border-right: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    width: 698px;
    margin-left: 10px;
    font-family:  Arial, Verdana;
    margin-bottom: 20px;
}
.soporte_actividad_ejes_actividad .col_dcha .acordeon h3
{
    color: #93281B !important;
    font-weight: bold;
    border-top: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    padding: 0 0 0 15px;
    margin: 0;
    color: #333;
    font-weight: bold;
    width: 683px;
    line-height: 30px;
    background-image: url("img/fnd_activity_doc.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 12px;
    /*list-style: decimal inside !important;*/

}
.soporte_actividad_ejes_actividad .col_dcha .acordeon h3.ultimo
{
    border-bottom: 0;
}
.soporte_actividad_ejes_actividad .col_dcha .acordeon h3 span
{
    color: #333;
    margin-left: 5px;
}
.soporte_actividad_ejes_actividad .col_dcha .acordeon h3 a.bot_acordeon
{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

.soporte_actividad_ejes_actividad .col_dcha .acordeon ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.soporte_actividad_ejes_actividad .col_dcha ul.acordeon ul li
{
    list-style: none none !important;
}
.soporte_actividad_ejes_actividad .col_dcha .acordeon li.documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 30px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-top: 5px;
    clear: both;
    margin-left: 10px;
    border-top: 0;
    list-style-type:  none;
    height: 40px;
}



.soporte_actividad_ejes_actividad .col_dcha .acordeon li.documento_ultimo
{
    border-bottom: none;
    border-top: none;
    margin-left: 10px;
}

.soporte_actividad_ejes_actividad .col_dcha .acordeon li.documento p.titulo
{
    margin-bottom: 13px;
    margin-top: 5px;
    font-weight: normal;
 text-align: left;

}
.soporte_actividad_ejes_actividad .col_dcha .acordeon li.documento p.titulo a
{
    color: #666;
    font-size: 12px;
 text-align: left;

}
.soporte_actividad_ejes_actividad .col_dcha .acordeon li.documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-top: -15px;
    font-weight: normal;
}

/** Rabats Newsletter **/

.rabats_newsletter .col_dcha .suscripcion
{
    margin-left: 15px;
    float: left;
}
.newsletter, .key-document
{
    border-bottom: 1px dotted #666;
    clear: both;
    margin-top: 15px;
    padding-bottom: 15px;
    background-image: url("img/newsletter-icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 65px;
}

.key-document{
    background-image: url("img/key-document-icon.png");
    padding-bottom: 35px;
}


.newsletter p.titulo, .key-document p.titulo
{
    color: #333333;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 10px;

}
.newsletter p.titulo a, .key-document p.titulo a
{
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
 text-align: left;

}
.newsletter p.publicacion
{
    font-size: 12px;
    color: #910000;
    margin-bottom: 0px;
    margin-left: 10px;
}

.newsletter a.read-more, .key-document a.read-more{
    float: left;

    margin-left: 10px;
    font-size: 11px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

/*
.rabats_newsletter .col_dcha .paginador
{
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    color: #666666;
    font-size: 14px;
    font-family: Arial, Verdana;
    display: inline-block;
    border: 1px solid #DFDFDF;
    background: url('img/paginador-bg.png') repeat-x;
}
.rabats_newsletter .col_dcha .paginador a
{
    color: #333;
    margin-right: 5px;
    padding: 5px 5px;
    display: block;
    float: left;
}
.rabats_newsletter .col_dcha .paginador a.actual
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}*/

/** News and Events **/

.actividad
{
    clear: both;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom:  10px;
    margin-top: 0;
}
.actividad img{
    float: left;
    margin-right: 15px;
}
actividad .detalles,
.actividad .detalles_sinfoto
{
    float: left;    
}
actividad .sinfoto
{
    width: 690px !important;   
}

.actividad .detalles p.titulo
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
 text-align: left;

}
.actividad .detalles p
{
    color: #93281B;  font-size: 12px;  margin-bottom: 0;
}
.actividad .detalles p.titulo a
{
    color: #333;
    text-decoration: none;
 text-align: left;
}
.actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.actividad .detalles p.resumen
{
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}
.actividad .sinfoto p.resumen
{
    width: 690px !important;
}
.actividad .detalles p.tags
{
    margin-bottom: 3px;
}
.actividad .sinfoto p.resumen
{
    width: 690px !important;
}
.actividad .detalles p.tags a
{
    /*color: #333;*/
}
.actividad .detalles p.leer_mas
{
    width: 520px;
    margin-bottom: 0;
}
.actividad .sinfoto p.leer_mas
{
    width: 680px !important;
}
.actividad p.leer_mas a
{
    /*color: #333;*/
    font-size: 11px;
}

.actividad .detalles{
    margin-left: 155px;

}

.actividad .detalles.sinfoto{
    margin-left: 0;
}


/* Noticias eventos detalles */
.noticias_eventos_detalles .col_dcha h2,
.noticias_eventos_detalles .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family:  Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.noticias_eventos_detalles .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.noticias_eventos_detalles .col_dcha h3{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 0;
    margin-top: 0px;
    width: 500px;
    float: left;
}
.noticias_eventos_detalles .col_dcha a.volver
{
    float: right;
    width: 195px;
    color:#333;
    font-size: 11px;
    font-family:  Arial, Verdana;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.noticias_eventos_detalles .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family: Arial, Verdana;
}
.noticias_eventos_detalles .col_dcha .detalles
{
    float: left;
    width: 550px;
    margin-bottom: 0px;
}
.noticias_eventos_detalles .col_dcha .actividad .detalles p
{
    margin-top: 0;
    clear: both;
}
.noticias_eventos_detalles .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}
.noticias_eventos_detalles .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.noticias_eventos_detalles  .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.noticias_eventos_detalles  .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.noticias_eventos_detalles  .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 15px;
}
.noticias_eventos_detalles  .col_dcha .actividad p
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    clear: both;
}
.noticias_eventos_detalles .col_dcha img
{
    clear: both;
    float: left;
    margin-left: 10px;
}
.noticias_eventos_detalles .col_dcha img.video
{
    clear: both;
    margin: 10px 160px;
}
.noticias_eventos_detalles .col_dcha h4
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
    padding-bottom: 3px;
}

.noticias_eventos_detalles .col_dcha  .documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 30px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 2px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-top: 5px;
    clear: both;
    margin-left: 10px;
    border-top: 0;
    list-style-type:  none;
}

.noticias_eventos_detalles .col_dcha .documento_ultimo,
.documento_ultimo

{
    border-bottom: none;
    border-top: none;
    margin-left: 10px;
    margin-bottom: 20px;
}

.noticias_eventos_detalles .col_dcha .documento p.titulo,
.documento p.titulo
{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
 text-align: left;

}
.noticias_eventos_detalles .col_dcha .documento p.titulo a,
.documento p.titulo a
{
    color: #666;
    font-size: 12px;
 text-align: left;

}
.noticias_eventos_detalles .col_dcha .documento p.detalles,
.documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;    
    font-weight: normal;
}
.noticias_eventos_detalles .col_dcha ul.documentos li,
ul.documentos li
{
    height: 40px;
}
.noticias_eventos_detalles .col_dcha ul.documentos li p.detalles,
ul.documentos li p.detalles{
    clear: both;
}


/** Initiatives **/
.initiatives .col_dcha h2
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    width: 698px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.initiatives .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family: Arial, Verdana;
}
.initiatives .gmaps
{
    margin-left: 10px;
}

/** Initiative detail **/
.initiative_detail .col_dcha h2,
.initiative_detail .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.initiative_detail .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.initiative_detail .col_dcha h3{
    font-weight: bold;
    color: #333;
    font-size: 18px;
    border-bottom: 0;
    margin-top: 0px;
    width: 500px;
    float: left;
}
.initiative_detail .col_dcha a.volver
{
    float: right;
    width: 195px;
    color:#333;
    font-size: 11px;
    font-family: Arial, Verdana;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}
.initiative_detail .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family: Arial, Verdana;
}
.initiative_detail .col_dcha .detalles
{
    float: left;
    width: 550px;
    margin-bottom: 0px;
}
.initiative_detail .col_dcha .actividad .detalles p
{
    margin-top: 0;
    clear: both;
    width: 500px;
}
.initiative_detail .col_dcha .actividad .detalles p.fecha,
.initiative_detail .col_dcha .actividad .detalles p.lider,
.initiative_detail .col_dcha .actividad .detalles p.lugares,
.initiative_detail .col_dcha .actividad .detalles p.web,
.initiative_detail .col_dcha .actividad .detalles p.web a
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
}

.initiative_detail .col_dcha .actividad .detalles p.lugares span,
.initiative_detail .col_dcha .actividad .detalles p.fecha span
{
    font-weight: bold;
}
.initiative_detail  .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
}
.initiative_detail  .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.initiative_detail  .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
    line-height: 15px;
}
.initiative_detail  .col_dcha .actividad p
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    clear: both;
}
.initiative_detail .col_dcha img
{
    clear: both;
    float: left;
    margin-left: 10px;
}
.initiative_detail .col_dcha img.video
{
    clear: both;
    margin: 10px 160px;
}
.initiative_detail .col_dcha h4
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
    padding-bottom: 3px;
}

.initiative_detail .col_dcha  .documento,
 .documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 50px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 2px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-top: 5px;
    clear: both;
    margin-left: 0px;
    border-top: 0;
    list-style-type:  none;
}

.initiative_detail .col_dcha .documento_ultimo,
{
    border-bottom: none;
    border-top: none;
    margin-left: 10px;
    margin-bottom: 20px;
}

.initiative_detail .col_dcha .documento p.titulo,
{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
 text-align: left;

}
.initiative_detail .col_dcha .documento p.titulo a
{
    color: #666;
    font-size: 12px;
 text-align: left;

}
.initiative_detail .col_dcha .documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}
.initiative_detail .col_dcha ul.documentos li
{
    height: 40px;
}
.initiative_detail .col_dcha ul.documentos li p.detalles{
    clear: both;
}

/** Further reading **/

.acordeon h3{

}

.col_dcha ul.acordeon
{
    border-left: 1px solid #8E8E8E;
    border-right: 1px solid #8E8E8E;
    border-bottom: 1px solid #8E8E8E;
    width: 698px;
    margin-left: 10px;
    font-family: Arial, Verdana;
    margin-bottom: 20px;
}
.col_dcha ul.acordeon li
{
    color: #93281B !important;
    font-weight: bold;
    border-top: 1px solid #8E8E8E;
    padding-left: 15px;
    color: #333;
    font-weight: bold;
    width: 683px;
    line-height: 30px;
    background-image: url("img/fnd_activity_doc.jpg");
    background-position: top left;
    background-repeat: repeat-x;

}
.col_dcha ul.acordeon li span
{
    color: #333;
    padding-left: 5px;
}
.col_dcha ul.acordeon li a.bot_acordeon
{
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}

.col_dcha ul.acordeon li ul
{
    margin-left: -15px;
}
.col_dcha ul.acordeon li ul li
{
    list-style: none none !important;
}
.col_dcha ul.acordeon li.documento
{
    border-bottom: 1px dotted #666;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 30px;
    background-image: url("img/ico_folio.jpg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-top: 5px;
    clear: both;
    margin-left: 10px;
    border-top: 0;
    list-style-type:  none;
}

.col_dcha ul.acordeon li.documento_ultimo
{
    border-bottom: none;
    border-top: none;
    margin-left: 10px;
}

.col_dcha ul.acordeon li.documento p.titulo
{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
 text-align: left;

}
.col_dcha ul.acordeon li.documento p.titulo a
{
    color: #666;
    font-size: 12px;
 text-align: left;

}
.col_dcha ul.acordeon li.documento p.detalles
{
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-top: -15px;
    font-weight: normal;
    margin-bottom: 0px;
}
.col_dcha .acordeon
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-family: Arial, Verdana;
    margin-bottom: 20px;
    z-index: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.col_dcha .acordeon h3
{
    color: #93281B !important;
    border-top:;
    border-top:;
    padding: 0 0 0 15px;
    margin: 0;
    color: #333;
    font-weight: bold;
    width: 683px;
    line-height: 46px;
    background-image: url("img/fnd-acordion-header.png");
    background-position: top left;
    background-repeat: repeat-x;
    /*list-style: decimal inside !important;*/
    outline: none;
    -moz-outline-style: none;
    cursor: pointer;
    border-top: 1px solid #DFDFDF;
    border-bottom: 0;
    font-size: 14px;
    position: relative;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
}

.col_dcha .acordeon h3.ui-state-active{
    background-image: url("img/fnd-acordion-header-selected.png");
    font-weight: bold;
    border-bottom: 0;
}

.col_dcha .acordeon h3.ultimo
{
    border-bottom: 0;
}
.col_dcha .acordeon h3 span
{
    color: #666666;
    margin-left: 5px;
    font-weight: normal;
    font-size: 14px;
}

.col_dcha .acordeon h3.ui-state-active span{
    color: #333333;
    font-weight: bold;
}

.col_dcha .acordeon h3 a.bot_acordeon
{
    margin-top: 9px;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    display: block;
    background: url('img/acordeon_desplegar.png') no-repeat;
    position: absolute;
    top: 0;
    right: -36px;
}

.col_dcha .acordeon h3.ui-state-active a.bot_acordeon{
    background: url('img/acordeon_contraer.png') no-repeat;
}

.col_dcha .acordeon h3 a img{
    margin-top: 1px;
}

.col_dcha .acordeon ul
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    background-color: white;
    border: none;
}
.col_dcha ul.acordeon ul li
{
    list-style: none none !important;
}
.col_dcha .acordeon li.documento
{
    border-bottom: 1px dotted #CCCCCC;
    color: #999;
    font-size: 11px;
    width: 650px;
    padding-left: 50px;
    background-image: url("img/ico_download.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-top: 10px;
    clear: both;
    margin-left: 15px;
    border-top: 0;
    list-style-type:  none;
    height: auto;
    max-width: 620px;
}

.col_dcha .acordeon li.documento_ultimo
{
    border-bottom: none;
    margin-bottom: 0;
}

.col_dcha .acordeon li.documento p.titulo
{
    margin-bottom: 13px;
    margin-top: 5px;
    font-weight: normal;
 text-align: left;

}
.col_dcha .acordeon li.documento p.titulo a
{
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
 text-align: left;

}
.col_dcha .acordeon li.documento p.detalles
{
    color: #999;
    font-size: 12px;
    margin-top: -15px;
    font-weight: normal;
}
/** Contact **/
.contact .col_dcha h2
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    width: 698px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.contact .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family: Arial, Verdana;
}
.contact .col_dcha p a
{
    color: #333;
}
.form_contact, .form_styled
{
    color: #93281B;
    font-family: Arial, Verdana;
    font-size: 12px;

}

.form_contact label, .form_styled label{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 11px;
    display: block;
}

.form-cancel-link{
    margin-top: 26px;
    margin-left: 15px;
    float: left;
    color: #333333;
    font-size: 11px;
}

.check label{
    font-weight: normal;
    color: #666666;
}

textarea.big{
    height: 215px !important;
}


.content-form{
    background-color: #F7F7F7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    float: left;
    width: 100%;
}

.content-form a{
    color:#910000;
}

.form_contact input[type="submit"]{
    margin-top: 20px;
}

.form_styled input[type="submit"]{
    margin-top: 10px;
}

.form_contact input[type="text"],
.form_contact textarea, .form_styled input[type="text"], .form_styled textarea
{
    border: 1px solid #CCC;
    display: block;
    width: 293px;
    margin-bottom: 10px;
    padding-left: 5px;    
    font-size: 12px;
    color: #333;
    height: 27px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.11);
}


.check input{
    height: 21px;
}
.form_contact .check
{
    line-height: 22px;
    margin-top: 5px;
}
.form_contact .check input
{
    clear: both;
    width: 15px;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    border: 0;
}
.form_contact input.boton, .form_styled input.boton
{
    clear: both;
    width: 90px;
    height: 26px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border: 0;
    background-image: url("img/boton_form_contacto.png");
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.form_contact textarea, .form_styled textarea
{
    width: 448px;
    height: 120px;
    padding: 5px;
    overflow: auto;
}

.red-label{
    color: #922619 !important;
    font-size: 14px !important;
}


textarea.full-width{
    width: 669px;
}
/** News and Events **/
.calendar .col_dcha h2,
.calendar .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.calendar .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.calendar .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
}

.calendar .col_dcha .actividad
{
    clear: both;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
    margin-bottom:  10px;
    margin-left: 10px;
    width: 690px;
    margin-top: 10px;
}
.calendar .col_dcha .actividad img{
    float: left;
    margin-right: 15px;
}
.calendar .col_dcha .actividad .detalles,
.calendar .col_dcha .actividad .detalles_sinfoto
{
    float: left;
}
.calendar .col_dcha .actividad .sinfoto
{
    width: 690px !important;
}

.calendar .col_dcha .actividad .detalles p.titulo
{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 5px;
 text-align: left;

}
.calendar .col_dcha .actividad .detalles p
{
    width: 530px;
}
.calendar .col_dcha .actividad .detalles p.titulo a
{
    color: #333;
    text-decoration: none;
 text-align: left;

}
.calendar .col_dcha .actividad .detalles p.fecha_lugar
{
    color: #93281B;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 5px;
}
.calendar .col_dcha .actividad .detalles p.fecha_lugar span
{
    font-weight: bold;
}
.calendar .col_dcha .actividad .detalles p.resumen
{
    width: 524px;
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.calendar .col_dcha .actividad .sinfoto p.resumen
{
    width: 690px !important;
}
.calendar .col_dcha .actividad .detalles p.tags
{
    width: 530px;
    margin-bottom: 3px;
    margin-left: 5px;
}
.calendar .col_dcha .actividad .sinfoto p.resumen
{
    width: 690px !important;
}
.calendar .col_dcha .actividad .detalles p.tags a
{
    color: #333;
}
.calendar .col_dcha .actividad .detalles p.leer_mas
{
    width: 520px;
    text-align: right;
    margin-bottom: 0;
}
.calendar .col_dcha .actividad .sinfoto p.leer_mas
{
    width: 680px !important;
}
.calendar .col_dcha .actividad p.leer_mas a
{
    color: #333;
    font-size: 11px;
}
.calendar .col_dcha .paginador
{
    margin-left: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 12px;
    font-family: Arial, Verdana;
}
.calendar .col_dcha .paginador a
{
    color: #333;
    margin-right: 5px;
}
.calendar .col_dcha .paginador a.actual
{
    color: #6D1D14;
    font-weight: bold;
    text-decoration: none;
}

/** Newsletter **/
.newsletter .col_dcha h2,
.newsletter .col_dcha h3
{
    color: #93281B;
    font-weight: normal;
    border-bottom: 2px solid #920000;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    width: 698px;
    margin-left: 10px;
}
.newsletter .col_dcha h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.newsletter .col_dcha p
{
    margin-left: 10px;
    width: 698px;
    margin-bottom: 20px;
    font-family: Arial, Verdana;
}
.newsletter .col_dcha p a
{
    color: #333;
}

.newsletter .form_contact
{
    margin-left: 10px;
    color: #93281B;
    font-family: Arial, Verdana;
    font-size: 11px;
}

.newsletter .form_contact input,
.newsletter .form_contact textarea
{
    border: 1px solid #CCC;
    display: block;
    width: 293px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 12px;
    color: #333;
    height: 22px;
}
.newsletter .form_contact .check
{
    line-height: 22px;
    margin-top: 5px;
}
.newsletter .form_contact .check input
{
    clear: both;
    width: 15px;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    border: 0;
}
.newsletter .form_contact input.boton
{
    clear: both;
    width: 90px;
    height: 26px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border: 0;
    padding-left: 0px;
    background-image: url("img/boton_form_contacto.png");
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.newsletter .form_contact textarea
{
    width: 448px;
    height: 120px;
    padding: 5px;
    overflow: auto;
}

.clear
{
    clear: both;
}

i.icon-inicio{
    height: 28px;
    width: 28px;
    display: inline-block;
    background: url('img/inicio_icon.png');
}

i.icon-privado{
    height:28px;
    width: 28px;
    display: inline-block;
    background: url('img/privado_icon.png');
    position: absolute;
    left: 12px;
    top: 10px;
}

.contenedor .seccion_titulo_wrapper{
    height: 70px;
    background: url('img/fnd_seccion_titulo.png') repeat-x;
    border-bottom: 6px solid #B73A2C;
}

.private .contenedor .seccion_titulo_wrapper{
    background: url('img/fnd_seccion_titulo_privado.png') repeat-x;
    border-color: #333333;
}

.contenedor .seccion_titulo_mundo{
    background: url('img/fnd_seccion_titulo_mundo.png') no-repeat center;
    height: 70px;
}

.private .contenedor .seccion_titulo_mundo{
    background: url('img/fnd_seccion_titulo_mundo_privado.png') no-repeat center;
}

.contenedor .titulo_seccion{
    font-size: 26px;
    color: #000000;
    margin-top: 25px;
    font-weight: bold;
}

.contenedor .private_titulo_seccion{
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 25px;
    font-weight: bold;
}

.button{
    display: block;

    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 14px;
}

.button-red{
    background: url('img/btn-red-bg.png') repeat-x;

    color: white;
    border: 1px solid #880000;
    overflow: visible;
    text-indent: 0px;
    margin-bottom: 0;
}


.button-grey{
    background: url('img/btn-grey-bg.png') repeat-x;
    color: white;
    border: 1px solid #999999;
    overflow: visible;
    text-indent: 0px;
    margin-bottom: 0;
}

.separator{
    display: block;
    float: left;
    height: 1px;
    border-bottom: 1px dotted #666666;
    width: 100%;
    margin-bottom: 15px;
}

.paginador{
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;


    text-align: center;
}

.paginador ul{
    width: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url('img/paginador-bg.png') repeat-x;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    /*display: -moz-inline-stack;*/ /* FF2*/        
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
}

.paginador ul li{
    background: none;
    margin: 0;
    display: inline;
    padding: 0;
}



.paginador ul li a,
.paginador ul li span{
    padding: 4px 13px 3px 13px;
    float: left;
    color: #666666; font-size: 14px; font-family: Arial, Verdana;
    text-decoration: none;
    border-left: 1px solid #DFDFDF;
}

.paginador ul li a:hover{
    background-color: rgba(204, 204, 204, 0.43);
}

.paginador ul li:first-child a{
    border-left: 0;
}

.paginador ul li.actual span{
    color: #333333;

    background-color: rgba(204, 204, 204, 0.28);
}

.paginador ul li.prev a, .paginador ul li.next a,
.paginador ul li.first a, .paginador ul li.last a{
    color: #AC3527 !important;
    font-weight: bold;
} 



/** MAPA **/


.map-popup .fecha_lugar{
    color: #910000;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}


.map-wrapper{
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #666666;
}

.map-popup{
    position: relative;
    max-height: 520px;
    width: 830px;
    /*    top: 10px;
        left: 30px;*/
    background-color: white;
    overflow: visible;
    padding: 10px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.29);
    border: 1px solid #ABABAB;
}

.map-popup .map-popup-title{
    color: #92271A;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 10px;
}

/*.map-popup .tabs{
    border: 0;

    padding: 0;
    background: 0;
    height: 465px;
}

.map-popup .tabs .ui-tabs-nav{
    background: 0;

    border: 0;
    border-bottom: 2px solid #92271A;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-left: 0;
}

.map-popup .tabs .ui-tabs-nav li{
    border: 0;

    background-color: #E7E7E7;
    margin-right: 5px;
    margin-left: 0;
}

.map-popup .tabs .ui-tabs-nav li a{
    font-size: 13px;
    color: #999999;
    padding: 9px 20px;
    font-weight: normal;
}

.map-popup .tabs .ui-tabs-nav li.ui-tabs-selected{
    background-color: #920000;
}

.map-popup .tabs .ui-tabs-nav li.ui-tabs-selected a{
    color: white;
}

.map-popup .tabs .ui-tabs-panel{
    padding: 0;
    height: 420px;
    overflow-y: scroll;
}

.map-popup .tabs table{
    font-size: 12px;

    color: #333333;
    width: 100%;
}

.map-popup .tabs table tr:nth-child(2n-1){
    background-color: #F8F8F8;
}

.map-popup .tabs table td{
    color: #666666;
    vertical-align: top;
    padding: 10px;
}

.map-popup .tabs table td:first-child{
    border-right: 1px solid rgba(204, 204, 204, 0.46);

    width: 550px;
    font-weight: bold;
    color: #333333;
}*/

.tabs{
    border: 0;
    padding: 0;
    background: 0;
}

.map-popup .tabs{
    height: 465px;
}

.tabs .ui-tabs-nav{
    background: 0;

    border: 0;
    border-bottom: 2px solid #92271A;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-left: 0;
}

.tabs .ui-tabs-nav li{
    border: 0;

    background-color: #E7E7E7;
    margin-right: 5px;
    margin-left: 0;
}

.tabs .ui-tabs-nav li a{
    font-size: 13px;
    color: #999999;
    padding: 9px 10px;
    font-weight: normal;
}

.tabs .ui-tabs-nav li.ui-tabs-selected{
    background-color: #920000;
}

.tabs .ui-tabs-nav li.ui-tabs-selected a{
    color: white;
}

.tabs .ui-tabs-panel{
    padding: 0;
}

.map-popup .tabs table{
    font-size: 12px;

    color: #333333;
    width: 100%;
}


.map-popup .tabs .ui-tabs-panel{
    height: 420px;
    overflow-y: scroll;
}


.map-popup .info-box-triangle{
    position: absolute;
    bottom: -31px;
    left: 490px;
    z-index: 23;
}

.map-popup .tabs table tr:nth-child(2n-1){
    background-color: #F8F8F8;
}

.map-popup .tabs table td{
    color: #666666;
    vertical-align: top;
    padding: 10px;
}

.map-popup .tabs table td:first-child{
    border-right: 1px solid rgba(204, 204, 204, 0.46);

    width: 550px;
    font-weight: bold;
    color: #333333;
}


/** BUSQUEDA **/


input[type="text"],
input[type="password"]{
    border: 1px solid #CCC;
    padding-left: 5px;
    font-size: 12px;
    color: #333;
    height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.11);
    font-family: Arial, Helvetica, sans-serif;
}

select{
    line-height: 25px;
}


.big-search-wrapper{
    float: left;

    width: 898px;
    height: 27px;
    padding: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url('img/fnd-busqueda.jpg') repeat-x bottom;
    margin-bottom: 30px;
}

.big-search-wrapper input[type="text"]{
    width: 755px;
    float:left; 
    margin-right: 20px;
    margin-bottom: 0;
}

.search h2 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.search h2 span{
    color: #922619;
    font-weight: bold;
}

.search ol li{
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px dotted #666666 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.search .page_name{
    display: block;

    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.search .link{
    text-decoration: none;
    font-size: 13px;
    color: #666666;
    display: block;
    margin-bottom: 10px;
}

.search .read-more{
    color: #333333;

    font-size: 11px;
    display: block;
    text-decoration: underline;
    padding-top: 10px;
}

/** FORO **/

.forum-table{
    border: 1px solid #DFDFDF;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
}

.forum-table tr:nth-child(2n+1){
    background-color: #f9f9f9;
}

.forum-table tr:first-child{
    background: url('img/fnd_table_header.png') repeat-x;

}

.forum-table tr th{
    color:  #666666;

    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 7px 40px 6px 10px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    line-height: 20px;
}

.forum-table tr td{
    border-left: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF;

    padding: 10px;
    vertical-align: top;
    color: #666666;
}


.forum-table .forum-title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.5;
}

.forum-table .forum-updated{
    min-width: 170px;
    margin-bottom: 0px;
}

.forum-table .forum-description{
    color: #910000;
    font-size: 12px;
    margin-bottom: 0;
}

.forum-table .forum-updated strong{
    color: #910000;
}


.forum-table.topics-table td:first-child{
    background: url('img/ico_tema.png') no-repeat 10px 10px;
    padding-left: 45px;
}


.forum-table tr td:first-child ,.forum-table tr td:first-child p{
    width: 397px;
    word-wrap: break-word;
    table-layout: fixed;
}


.forum-table.topics-table td:first-child p,.forum-table.topics-table td:first-child{
    width: 367px;
    word-wrap: break-word;
    table-layout: fixed;
}

p strong{
    font-weight: bold;
}

/** MIGAS **/

.navigation{
    margin-bottom: 20px;
    font-size: 12px;
}

.navigation li{
    display: inline;
    background: url('img/navigation-separator.png') no-repeat left;    
    padding-left: 10px;
    margin-left: 0;
    padding-right: 6px;
}

.navigation li:first-child{
    background: none;

    padding-left: 0;
}

.navigation li a{
    color: #666666;
}

.navigation li span{
    color: #910000;
    font-weight: bold;
}

.title-wrapper{
    float:left;
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #666666;
    margin-bottom: 20px;
}
.title-wrapper h3 {
    margin-right: 150px;
    border-bottom: none;
    margin-bottom: 0px;
}

.title-wrapper .title-button{
    position: absolute;

    top: -3px;
    right: 0;
}



/** TOPICS **/

.topic-content{
    float: left;

    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
}

.post, .replie{
    float: left;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 10px;
}

.topic-content .replie:nth-child(2n-1){
    background-color: #f9f9f9;
}

.post-title{
    font-size: 14px;

    color: #333333;
    font-weight: bold;
    padding-top: 2px;
    margin-bottom: 3px;
}

.post-details{
    color: #910000;

    margin-bottom: 10px;
}

.replie-details{
    color: #666666;
    margin-bottom: 10px;
    padding-top: 3px;
}

.header-table-title{
    background: url('img/fnd_table_header.png') repeat-x;

    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding: 6px 10px;
    border-bottom: 1px solid #dfdfdf;
    float: left;
    width: 678px;
    margin-bottom: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
}

.user-avatar-mini{
    height: 40px;
    width: 40px;
}


.topic-content .user-avatar-mini{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

.topic-content p{
    margin-left: 70px;
    margin-right: 20px;
}

.letters-filter{
    float: left;

    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.letters-filter li{

    background: none;
    padding: 0;
    margin-left: 1px;
    float: left;
}

.letters-filter li a, .letters-filter li span{
    font-size: 16px;
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
} 

.letters-filter li a{
    color: #666666;
    letter-spacing: 2px;
}

.letters-filter li a:hover{
    background-color: rgb(243, 243, 243);
}

.letters-filter li.active a{    
    color: #8D0000;
    background-color: #EDECED;
    font-weight: bold;
}


.letters-filter li.active a,.letters-filter li.active span{
    padding: 5px 6px;
}


/** CONTACTOS **/

.contacts{
    float: left;
    width: 100%;
}

.contact{
    float: left;
    border: 1px solid #E4E4E4;
    padding: 10px;
    width: 678px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    background: url('img/fnd_contacto.png') repeat-x bottom;
}

.contact .contact-info{
    float: left;
    width: 568px;
}

.contact .contact-info p{
    color: #666666;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 19px;
}

.contact .user-avatar{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.contact p.contact-name{
    font-size: 14px;

    color: #333333;
    font-weight: bold;
    margin-bottom: 0;
}
.contact .emails{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.contact .contact-email{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #910000;
    background: url('img/ico-mensaje.png') no-repeat left 2px;
    padding-left: 25px;
    display: block;
    margin-top: 10px;
}


.contact .contact-type{
    width: 100px;
    height: 20px;
    color: white;
    font-size: 10px;
    text-align: center;
    display: block;
    position: absolute;
    top: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 10px;
}

.contact .contact-type.focal-point{
    background-color: #851919;
}

.contact .contact-type.expert{
    background-color: #6E6E6E;
}
.private .contact strong{
    color: #333 !important;
}

/** FILTER-BOX **/

.filter-box{
    margin-bottom: 30px;
    float: left;
    border: 1px solid #DFDFDF;
    width: 698px;
    border-bottom: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.filter-box-header{
    color: #93281B !important;
    padding: 0 0 0 15px;
    margin: 0;
    color: #333;
    font-weight: bold;
    width: 683px;
    line-height: 46px;
    background-image: url("img/fnd-acordion-header.png");
    background-position: top left;
    background-repeat: repeat-x;
    outline: none;
    -moz-outline-style: none;
    border-bottom: 1px solid #DFDFDF;
    font-size: 18px;
    position: relative;
}

.filter-box-button{
    margin-top: 9px;
    margin-right: 8px;
    height: 28px;
    width: 28px;
    display: block;
    background: url('img/acordeon_desplegar.png') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.filter-box.openned .filter-box-button{
    
    background: url('img/acordeon_contraer.png') no-repeat;
}

.filter-box-content{
    display: none;
    float: left;
    background-color: #F9F9F9;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #DFDFDF;
}

.filter-box-content label{
    display: block;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.filter-box-content .important-check{
    float: left;
    margin-left: 10px;
}

.filter-box-content .important-check input{
    margin-left: 13px;
    margin-bottom: 5px;
}

.filter-box-content input[type="text"], .filter-box-content select{
    width: 200px;
    margin-bottom: 2px;
    margin-left: 1px;
}

.filter-box-content select{
    margin-left: 1px;                     
}

.filter-box-checks{
    width: 678px;
    margin: 20px 10px 10px 10px;
    float: left;
}

.filter-box-checks .check{
    float: left;
    margin-left: 25px;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.filter-box-checks  input{
    position: relative;
    top: 3px;
    cursor: pointer;
    margin-right: 5px;
}

.filter-box-checks label{
    float: left;
    margin-right: 15px;
}
.filter-box-checks .checkbox_list li{
    float: left;
    
}
.filter-box-checks .checkbox_list label{
    float: none;
    
    display: inline-block;
}

.filter-box-footer{
    float: left;
    
    width: 678px;
    padding: 10px 10px 0 10px;
    border-top: 1px dotted #cccccc;
}

.filter-box-footer input[type="submit"]{
    margin-right: 10px;
}

.filter-box.openned .filter-box-content{
    display: block;
}
.filter-box #address_book_form_filter_only_focal_points{
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}
input[type="submit"]{
  overflow: visible;
  *border:0;
}

.under-construction{
    background: url('img/under-construction-bg.png') no-repeat left;
    background-color: #F3F3F3;
    padding-left: 180px;
    height: 153px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.under-construction .title,.under-construction .subtitle{
    font-size: 24px;
    color: #333333;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0;
    line-height: 1.4;
}

.under-construction .title{
    padding-top: 10px;
}

.under-construction .subtitle{
    color: #666666;
}

.under-construction .description{
    color: #666666;
    font-size: 13px;
    margin-top: 20px;
    padding-right: 20px;
}


.infoBox > img{
    top: 5px;
    right: -10px;
    z-index: 20;
}

.relative{
    position: relative;
}

.log-out-btn{
    background: url('img/logout-btn-bg.png') repeat-x;
    color: white;
    position: absolute;
    top: 29px;
    right: 20px;
    height: 19px;
    padding-left: 31px;
    padding-right: 15px;
    padding-top: 5px;
    font-size: 12px;
    font-family:  Arial, Helvetica, sans-serif;
    text-decoration: none;
    border: 1px solid #353535;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}

.log-out-btn:hover{
    opacity: 0.9;
}

i.exit-icon{
    background: url('img/exit-icon.png') no-repeat left;
    display: block;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.content-img-head{
    margin-bottom: 20px;
}

.more-info{
    
}

.more-info-links{
    background-color: #F3F3F3;
    
    padding: 7px 0;
    float: left;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.more-info-links a{
    background: url('img/more-info-bg.png') no-repeat 20px center;
    padding-left: 53px;
    display: block;
    float: left;
    width: 179px;
    height: 34px;
    padding-top: 17px;
    border-left: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.more-info-links a:first-child{
    border-left: none;
    
}

.more-info-title{
    color: #922619;
    
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.checkbox_list li{
    background: none;
    padding-left: 0;
}
.error_message{
    color: rgb(199, 50, 31);
    font-weight: bold;
}
.checkbox_list{
    display: inline-block;
}
form .privacy_policy_link{
    font-size: 11px;
}

.ok_message{
    color: rgb(7, 109, 7);
}

.cancel-form{
    padding-left: 15px;    
    color: #333333;
}
a.volver{
    float: right;
    width: 195px;
    color: #333;
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Verdana;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}

.tabs-news-and-events{
    margin-bottom: 15px;
}
.big-search-wrapper label {
    display: none;
}

.big-search-wrapper input[type="submit"]{
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px 20px 3px 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    line-height: 14px;
    background: url('img/btn-red-bg.png') repeat-x;
    color: white;
    border: 1px solid #880000;
    overflow: visible;
    text-indent: 0px;
    margin-bottom: 0;
}
.search .pager .link{
    margin-bottom: 0;
}
.dm_signin_form ul{
    border: none;
}
.dm_signin_form li{
    background: none;
    border: none;
}

.implemented-by{
  margin-left: 65px;
}
.actividad iframe{
  margin-top: 10px
}
.contenedor .col_izqda ul.menu > li:hover{
    background-color: #f5f5f5;
    color:#92271a;
}
.contenedor .col_izqda ul.menu > li:hover a{
   /* background-color:#f5f5f5;*/
    color:#92271a;
}

.private .contenedor .col_izqda ul.menu > li.dm_parent:hover{

    background-color:#CCCCCC;
    color:#92271a;

}

.contenedor .col_izqda ul.menu > li.dm_parent:hover,
.contenedor .col_izqda ul.menu > li.dm_parent:hover{

    background-color:#f5f5f5;

}
.contenedor .col_izqda ul.menu li ul li:hover > a{
    background: url('img/bullet-mini-current.png') no-repeat right 4px;

}
.private .contenedor .col_izqda ul.menu li:hover{
 /*background-color: rgb(99, 99, 99);*/
 background-color: #CCCCCC;
}
.private .contenedor .col_izqda ul.menu li.dm_parent:hover,
.private .contenedor .col_izqda ul.menu li.dm_current:hover{
   /*background-color: #6E6E6E;*/
    background-color: #CCCCCC;
}

.key-document-description{
padding-left: 10px;
margin-bottom: 4px;
}
.activity_fecha_lugar{
color: #93281B;
font-size: 12px;
padding-left: 0;
}
.activity_fecha_lugar strong{
color: #93281B !important;}
.forum-table{
    width: 100%
}
.post,.replie{
    width: 100%;
}

.error_list li{
    margin-left: 0px; 
    color: rgb(180, 53, 38);
    font-style: italic;
    padding-bottom: 7px
}
.private strong{
    color: #93281B !important;
}
.replie-details{
    color: #93281B !important;
}

.forum-table .forum-title a{
    color: #333333;
}

.notice{
   color: #2C852C;    
   border: 1px solid #8AC776;     
   padding: 10px;
   padding-left: 35px;
   background: url('img/notice-icon.png') no-repeat #DDF3D6 10px 12px;  
   margin-bottom: 10px;
   clear: both;
}

.error{
   color: #CC0000;
   border: 1px solid #FFAAAA;
   padding: 10px;
   padding-left: 35px;
   background: url('img/error-icon.png') no-repeat #F7EAEA 10px 13px;
   margin-bottom: 10px;
   clear: both;
}
.error a{
       color: #CC0000;

       font-weight: bold;
       font-weight: bold;
}

#anchor{
float: left;
}

.noticias .ellipsis{
    height: 120px;
}
.noticias ellipsis-without-image{
    height:225px;
}

.banner_button {
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	width: 220px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	background-color: white;
}

.banner_button img {
	margin-top: 10px;
}

.banner_button p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	width: 150px;
	text-align: center;
	line-height: 140%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.banner_button span
{
	color: white;
	text-decoration: none;
	margin-top: 2px;
	font-size: 12px;
	width: 90px;
	height: 26px;
	line-height: 19px;
	background: url('http://www.processusderabat.net/web/themeEuroAfrican/images/botones/boton_form_suscribir.png') top center no-repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0px auto;
	float: none;
}

.portada .col_izqda .suscripcion
{
	margin-top: 30px;
}


div.subscribe ul {
    float: left;
    margin: 0 0 1em;
    padding: 0;
}
div.subscribe ul li {
    background-image: none;
    float: left;
    margin: 0 0.5em 0 0;
    padding: 0;
}
div.subscribe ul li a {
    display: block;
}
div.subscribe ul {
    position: fixed;
    left: -1em;
    top: 30%;
    z-index: 1000;
}
div.subscribe ul li {
    float: none;
}
div.subscribe ul li a {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    position: relative;
    left: 0;
    transition: all 0.12s ease-out 0s;
}
div.subscribe ul li a:hover {
    left: 0.5em;
}
div.subscribe ul li a span {
    background: url("http://www.processusderabat.net/web/themeEuroAfrican/images/social-sprite.png") no-repeat scroll 50% 50% transparent;
    display: block;
    font-size: 0;
    height: 40px;
    width: 50px;
}
div.subscribe ul li.facebook a {
    background-color: #3a599c;
}
div.subscribe ul li.facebook a span {
    background-position: 10px 0;
}
div.subscribe ul li.twitter a {
    background-color: #25a7e5;
}
div.subscribe ul li.twitter a span {
    background-position: 10px -40px;
}
div.subscribe ul li.instagram a {
    background-color: #527ea3;
}
div.subscribe ul li.instagram a span {
    background-position: 10px -80px;
}
div.subscribe ul li.gplus a {
    background-color: #D95434;
}
div.subscribe ul li.gplus a span {
    background-position: 10px -280px;
}
div.subscribe ul li.youtube a {
    background-color: #ce3225;
}
div.subscribe ul li.youtube a span {
    background-position: 10px -160px;
}
div.subscribe ul li.flickr a {
    background-color: #f01283;
}
div.subscribe ul li.flickr a span {
    background-position: 10px -200px;
}
div.subscribe ul li.email a {
    background-color: #8c8c8c;
}
div.subscribe ul li.email a span {
    background-position: 10px -240px;
}

.bactivities{   background:url(http://www.processusderabat.net/web/themeEuroAfrican/images/bactivities.jpg) no-repeat scroll center center #e5e5e5 !important;}
.bactors{background:url(img/bactors.jpg) no-repeat scroll center center #e5e5e5 !important;}
.bcontact{background:url(img/bcontact.jpg) no-repeat scroll center center #e5e5e5 !important;}
.binitiatives{background:url(http://www.processusderabat.net/web/themeEuroAfrican/images/binitiatives.jpg) no-repeat scroll center center #e5e5e5 !important;}
.bprocess{background:url(http://www.processusderabat.net/web/themeEuroAfrican/images/bprocess.jpg) no-repeat scroll center center #e5e5e5 !important;}
.bmedia{background:url(img/bmedia.jpg) no-repeat scroll center center #e5e5e5 !important;}