
/* CSS Document */
div, h1, h2
{
    padding: 0px;
    margin: 0px;
}
body
{
    margin: 0px;
    margin-top: 8px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px;
    color: #000000;
    background-image: url(../images/body_bg.jpg);
    background-repeat: repeat-x;
    background-color: #F3F3F3;
}

#divcontainer
{
    /*background-color:#000000;*/
    background-color: #d3d1d2;
    width: 934px;
    padding: 0px;
    margin: 0px;
}

#divheader
{
    /*background-color:blue;*/
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.htop
{
    background-color: #FFFFFF;
    width: 100%;
    float: left;
}

/* Header Menu info*/
#divtopmenu
{
    background-image: url(../images/menu_header/hader_info_degrade.jpg);
    background-repeat: no-repeat;
    width: 517px;
    height: 29px;
    float: right;
    padding-top: 7px;
}
#divtopmenu a
{
    color: #000;
    text-decoration: none;
}

.divtopsearch
{
    float: right;
    margin-top: 14px;
}

.divtopsearch .topsearch_input
{
    border-style: solid;
    border-width: 2px;
    border-color: #d4d0c8;
    display: block;
    float: left;
}

.divtopsearch .topsearch_button
{
    background-image: url(../images/menu_header/lupa.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    float: left;
    border-style: none;
    width: 22px;
    height: 21px;
}


/* Header Menu info fin*/

/* Heather logo*/

#divhlogo
{
    background-color: red;
}

#divhlogo img
{
    float: left;
}

/* Heather logo fin */


/* Heather Botonera */
.hbottom img
{
    padding: 0px;
    margin: 0px;
    float: left;
}

.hbottom a
{
    float: left;
    padding: 0px;
    margin: 0px;
}

.hbottom
{
    padding: 0px;
    margin: 0px;
}
/* Heather Botonera fin */


/* Footer ------------------------------------------------------------------------------------------*/
#divfooter
{
    width: 100%;
    height: 64px;
    clear: both;
    background-color: #FFFFFF;
}
#divfinfo
{
    float: left;
    margin-top: 30px;
    width: 60%;
}
#divfdireccion
{
    float: left;
    margin-top: 30px;
    width: 20%;
}
#divflogo
{
    margin-top: 15px;
    width: 20%;
    float: left;
}
/* Footer fin -------------------------------------------------------------------------------------*/

/* Content -------------------------------------------------------------------------------------------*/
#divcontent
{
    width: 100%;
}

.cmcover
{
    float: left;
    margin-top: 1px;
}

.cmain
{
    float: left;
    width: 713px;
    background-image: url(../images/content/home/background_gradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*.cmain .cmleft
{
	height:377px;
	float:left;
	width:356px;
}

.cmain .cmright
{
	height:377px;
	float:left;
	width:356px;
}*/
.cmain .noticiaDestacada
{
    float: left;
    width: 217px;
    height: 354px;
    margin: 5px;
    padding: 5px;
    background-color: #f2f2f2;
    text-align: left;
    font-weight: bold;
}
.cmain .noticiaDestacada .imagen
{
    padding-left: 5px;
    padding-right: 5px;
}
.cmain .noticiaDestacada .imagen img
{
    display: block;
    margin: 0;
    padding: 0;
    border: solid 2px #ADABAE !important;
}
.cmain .noticiaDestacada .volanta
{
    color: #6A6A6A;
    font-size: 16px;
}
.cmain .noticiaDestacada .titulo
{
    font-size: 12px;
}
.cmain .noticiaDestacada .titulo a
{
    color: #2B71B7;
    text-decoration: none;
}
.cmain .noticiaDestacada .descripcion
{
    color: #6A6A6A;
    font-size: 12px;
}
.cmheader
{
    /*margin-top:30px;	*/
}
.cmheader a
{
    display: block;
    margin: 0px;
    padding: 0px;
}
.cmheader img
{
    display: block;
    margin: 0px;
    padding: 0px;
}


.cmain .cmitem
{
    /*	margin-top:30px;	*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cmitem .line_item
{
    /* color:#eb999c; */
    background-image: url(../images/content/home/item_separator.jpg);
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    width: 328px;
    height: 2px;
    margin-top: 20px;
}
.cmitem .item_text
{
    color: #6a6a6a;
    font-size: 12px;
}

.cmitem a
{
    color: #6a6a6a;
    font-size: 12px;
    text-decoration: none;
}

.cbanner
{
    margin-left: 1px;
    margin-top: 1px;
    float: left; /*width:219px;*/
    width: 216px;
    background-color: #d1cfd0;
}

.cbanner .cbbanner
{
    padding-bottom: 8px;
}

.cbbannertop
{
    height: 158px;
    background-image: url(../images/banner/bg_gradient.jpg);
}

.cbregistration
{
    background-color: #c3c1c2;
    height: 140px;
    width: 202px;
}
.cbregistration .imglogin
{
    display: block;
    margin: 0px;
    float: left;
}
.cblogged
{
    background-color: #C3C1C2;
    height: 70px;
    width: 202px;
}
.cblogged h2
{
    padding-top: 15px;
    font-size: 12px;
    color: #FFFFFF;
}
.cblogged .cblogoff
{
    border-style: none;
    border-width: 1px;
    background-color: #FC3436; /*color:#FFFFFF;*/
    color: #FFFFFF;
    font-size: 10px;
}
.cbregistration input
{
    font-size: 12px;
    border-style: none;
}
.cbregistration span
{
    display: block;
    width: 78px;
    float: left;
    padding: 0px;
    text-align: left;
    margin-left: 5px;
    color: #000000;
}
.cbregistration .login
{
    color: #8faaff;
    margin-left: 100px;
}

.cmdlogin
{
    background:#c0c0c0 url(../images/header/ingresar.jpg);
    width: 64px;
    height: 20px;
}

.cbregistration .cbrlink
{
    margin: 0px;
    padding-top: 4px;
}


.cbregistration .lnk
{
    text-decoration: none;
    color: #44433f;
    display: block;
    margin-left: 5px;
}
.cblogged .lnk
{
    text-decoration: none;
    color: #44433f;
    display: block;
    margin-left: 5px;
}

.cbanner .cbbannertop a
{
    padding-top: 5px;
    display: block;
}

.cbbannerbottom a
{
    padding-top: 10px;
    display: block;
}

/* Body fin -------------------------------------------------------------------------------------------*/




/* OTRAS SECCIONES ******************************************************************************************* */

.cbanner_section
{
    margin-left: 1px;
    margin-top: 1px;
    float: left;
    width: 219px;
}

.cmenu_section
{
    width: 200px;
    height: 800px;
    float: left;
    padding-left: 4px;
}

.cmain_section
{
    /*	background-image:url(../images/content/section/main_bg_gradient.jpg); 	background-repeat:repeat-x; 	background-position:bottom;*/
    width: 510px;
    float: left;
    min-height: 800px;
    height: auto !important;
    height: 800px;
    text-align: left;
    padding-left: 0px;
    overflow: hidden;
}
.cmain_section .ver_mas
{
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
    width: 100%;
}

#divcontent_section
{
    width: 100%;
    background-image: url(../images/content/section/bg_gradient.jpg);
    background-repeat: repeat-y;
    border-bottom: #d3d1d2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.outstanding_container
{
    width: 100%;
}
.outstanding
{
    width: 234px;
    float: left;
    padding-left: 7px;
}
.outstanding_box
{
    height: 140px;
}
.outstanding_title
{
    color: #cf040a;
    font-size: 18px;
    margin: 0px;
    padding: 0px; /*margin-top:6px;*/
}
.outstanding_subtitle
{
    color: #747474;
    font-size: 12px;
    margin-top: 6px;
}
.outstanding_image
{
    display: block;
    margin-top: 6px;
}

.outstanding_information
{
    display: block;
    margin-top: 16px;
}

.outstanding_separator
{
    height: 150px;
    width: 1px;
    background-color: #d2d2d2;
    float: left;
    margin-left: 17px;
    margin-top: 10px;
}
.outstanding_suscription
{
    display: block;
    margin-top: 4px;
}

.section_normal
{
    width: 100%;
    padding-left: 12px;
}
.normal_image
{
    display: block;
    float: left;
}

.normal_info
{
    display: block;
    float: left;
    padding-left: 10px;
    width: 330px; /*width:90%;*/
}
.normal_info2
{
    display: block;
    float: left;
    padding-left: 10px; /*width:330px;*/
    width: 90%;
}


.normal_info
{
    font-size: 11px;
}
.normal_title
{
    color: #cf040a;
    font-size: 14px; /*display:block;*/
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}
.normal_subtitle
{
    color: #747474;
    font-size: 11px;
    margin-top: 5px;
}

.normal_subtitle2
{
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
}
.normal_button_information
{
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.normal_button_suscription
{
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 5px;
}

.section_separator
{
    border-bottom: solid 1px #cf040a; /*width:95%;*/
    height: 1px;
    font-size: 0px;
}
.section_separator_div
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.cmenu_section .cmenu_header
{
    width: 100%;
    background-color: #808080;
    height: 18px;
    margin-top: 25px;
}



.cmenu_header .arrow_down
{
    display: inline;
    float: left;
    margin-left: 15px;
    font-size: 0px;
}
.cmenu_header .title
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.cmenu_section .cmenu_items
{
    margin-top: 8px;
    text-align: left;
    margin-left: 30px;
    padding-right:10px;
}

.cmenu_items .dot
{
}
.cmenu_items .item_link
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
}
.cmenu_items .item_link_selected
{
    text-decoration: none;
    font-weight: bold;
    color: #cf040a;
    font-size: 11px;
}

.cmenu_section .cmenu_itemsold
{
    height: 200px;
    width: 100%;
    background-image: url(../images/content/menu/bg_menu_point.jpg);
    background-repeat: repeat-y;
}

.cmenu_section .cmenu_banner_header
{
}

.cmenu_section .cmenu_banner_item
{
}

.cmain_section_footer
{
    background-image: url(../images/content/main_bg_footer_gradient.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 135px;
    width: 100%;
}

.cbanner_section .cbbanner_item
{
    margin-top: 8px;
}
/* OTRAS SECCIONES FIN ******************************************************************************************* */

/* CONGRESO  ******************************************************************************************* */
.cmain_section_news
{
    width: 510px;
    float: left;
    min-height: 800px;
    height: auto !important;
    height: 800px;
    text-align: left;
    overflow: hidden;
}

.cmenu_section .items_submenu
{
    width: 100%;
    text-align: left;
}

.cmenu_section .items_submenu .submenu_link
{
    width: 150px;
    margin-left: 0px;
    text-align: left;
    margin-left: 40px;
}

.cmenu_section .items_submenu .submenu_link a
{
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

.cmenu_section .items_submenu .submenu_line
{
    /*background-image:url(../images/content/menu/dot_line.jpg); 	background-repeat:repeat-x;*/
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    width: 130px;
    height: 1px;
    margin-top: 5px;
    margin-left: 40px;
}

.cmain_section_news #itemcover
{
    /*background-image:url(../images/content/section/bg_gradient_news.jpg);*/
    background-color: #E7E7E7;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 22px;
}
.cmain_section_news #itemcover h1
{
    color: #cf040a;
    font-size: 20px;
    margin: 0px;
}
.cmain_section_news #itemcover h2
{
    color: #cf040a;
    font-size: 18px;
    margin: 0px;
}


.cmain_section_news #itemcover h3
{
    font-size: 16px;
    color: #747474;
    margin: 0px;
}
.cmain_section_news #itemcover .cover_image
{
    float: left;
    padding-right: 5px;
    margin-top:7px;
}
.cmain_section_news #itemcover .detail_small
{
    font-size: 13px;
    margin-top:7px;
}

.cmain_section_news .detail_large
{
    margin-top: 20px;
    font-size: 13px;
    padding-right: 15px;
    padding-left: 20px;
}
.cmain_section_news #section_cover
{
    padding-left: 10px;
}

.cmain_section_news .news_suscription
{
    margin-top: 50px;
}
/* CONGRESO FIN ******************************************************************************************* */

.paginador
{
    list-style-type: none;
    float: right;
    color: #000000;
    padding: 50px 10px 5px 0;
}

.paginador li
{
    float: left;
    padding: 0 3px;
    border-right: 1px solid #000000;
}

.paginador li.pagina
{
    border: none;
}

paginador li a
{
    color: #000000;
    text-decoration: none;
}


.formulario-comentario
{
    width: 100%;
    padding: 10px;
}

.formulario-comentario label
{
    font-size: 11px;
    display: block;
    float: left;
    width: 20%;
}
.formulario-comentario input, textarea
{
    width: 250px;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #b5b5b5;
    margin: 0 0 0.5em 0.5em;
    background-color: #fffaf2;
}

.formulario-comentario .button
{
    width: 180px;
}
.formulario-custom span
{
    width: 30%;
}


.formulario-custom
{
    width: 100%;
    padding: 10px;
}

.formulario-custom label
{
    font-size: 11px;
    display: block;
    float: left;
    width: 30%;
}
.formulario-custom input, textarea, select 
{
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #b5b5b5;
    margin: 0 0 0.5em 0.5em;
    background-color: #fffaf2;
}
.formulario-custom input
{
    width: 210px;
}
.formulario-custom .button
{
    width: 180px;
}
.formulario-custom span
{
    width: 30%;
}
.register_title
{
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}

.drpagenda
{
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #c5d3fc;
    margin: 0 0 0.5em 0.5em;
    background-color: #ffffff;
}

.scheaduleitem a
{
    color: #D64D50;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
}
.scheaduleitem span.description
{
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #000000;
}
.scheaduleitem span.date
{
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #979797;
}

.gallery_item
{
    padding: 10px;
    width: 207px; /*height:138px;*/
    float: left;
}
.gallery_item .gallery_item_description
{
    background-color: #D4D0C8;
    font-size: 10px;
}
.gallery_item .gallery_item_image
{
}

.news_documents
{
    padding-left: 20px;
    padding-right: 15px;
}

.archivos li
{
    list-style-image: url(/images/icon/file.gif);
    list-style-position: inside;
}

.archivos a
{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.scheadule_month
{
    border-bottom: 1px solid;
    color: #CF040A;
    font-size: 18px;
    padding-bottom: 10px;
}

.section_padding
{
    padding-left: 20px;
    padding-top: 22px;
}

