body #bd, body #hd, body #ft {
    font-size: 12px;
}

#topHeader {
    background-color: #036FA0;
    height: 35px;
}

#topHeader #slogan {
    padding: 10px 0 0 15px;
    color: White;
}

#bottomHeader {
    padding: 15px 0 15px 10px;
    background: transparent url(../imagenes/header_separator.png) no-repeat bottom left;
    width: 99%;
    overflow: hidden;
}

#bottomHeader img {
    float: left;
    margin-left: 10px;
}

#bottomHeader #nombre {
    color: #AE0001;
    float: left;
    font-family: Georgia;
    font-size: 30px;
    margin-left: 75px;
    margin-top: 35px;
}

/* Menu vertical */
#yui-main {
    background: transparent url(../imagenes/bg_leftMenu.png) repeat-y 0 0%;
}

.yui-b.menuh {
    padding-top: 20px;
}

.yui-b.menuh .anuncios {
    margin-top: 50px;
	margin-left: 7px;
}

#menuPrincipal {
    left: -15px;
    position: relative;
    background: transparent url(../imagenes/menu_v_bg.png) repeat-y 0 0;
    width: 200px;
    text-align: right;
}

#menuPrincipal a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

#menuPrincipal a:hover, #menuPrincipal a.selected {
    color: #fff;
}

#menuPrincipal .primer a {
    background: white url(../imagenes/menu_v.png) no-repeat scroll -1px -1px;
}

#menuPrincipal .primer a:hover, #menuPrincipal a.selected {
    background: white url(../imagenes/menu_v.png) no-repeat scroll -202px -1px;
}

#menuPrincipal li a {
    background: transparent url(../imagenes/menu_v.png) no-repeat scroll -1px 0;
    display: block;
    height: 19px;
    padding: 10px 10px 5px 0px;
}

#menuPrincipal li a:hover {
    background: transparent url(../imagenes/menu_v.png) no-repeat scroll -202px 0;
}

#menuPrincipal .ultimo a {
    background: transparent url(../imagenes/menu_v.png) no-repeat scroll -405px -1px;
    height: 44px;
}

#menuPrincipal .ultimo a:hover {
    background: transparent url(../imagenes/menu_v.png) no-repeat scroll -607px 0;
}

#menuPrincipal ul.subMenu {
    display: none;
}

#menuPrincipal li:hover ul {
    float: left;
    display: block;
    position: absolute;
    width: 201px;
    left: 200px;
    top: 35px;
}

#menuPrincipal .txtmenu_chico {
    font-size: 11px;
    line-spacing: 10px;
}

#menuPrincipal li:hover ul li a {
    background-image: none;
    background-color: #B41F24;
    border: 1px solid #8F080E;
    color: white;
}

#menuPrincipal li:hover ul li a:hover {
    background-image: none;
    background-color: #EFE0E1;
    border: 1px solid #8F080E;
    color: #B41F24;
}

#menuPrincipal li:hover ul li a:hover {
    background-image: none;
    background-color: #EFE0E1;
    border-right: 1px solid #8F080E;
    border-bottom: 1px solid #8F080E;
    border-left: 1px solid #8F080E;
    color: #B41F24;
}

/*********************** Menu vertical *************************/
/************************
 * 		contenido
 * **********************/
#bd .content {
    border-left: 1px solid #666666;
    margin-top: 20px;
    padding-left: 10px;
    overflow: hidden;
}

#bd #carrusel {
    background: #036FA0 url(../imagenes/carousel_bg.png) repeat-x 0 0;
    background-color: #036FA0;
    height: 260px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 10px;
    padding-top: 10px;
    width: 98%;
}

#bd #carrusel h2 {
    background-color: #CFF0FF;
    border-bottom: 3px solid #FFFFFF;
    color: #AE0001;
    margin-bottom: 9px;
    padding-bottom: 2px;
    padding-top: 4px;
    text-align: center;
}

#bd #carrusel #buttons {
    float: left;
    padding: 10px 10px 0;
    width: 210px;
}

#bd #carrusel #buttons li {
    margin-bottom: 10px;
    padding-left: 5px;
}

#bd #carrusel #buttons li a {
    color: #fff;
    text-decoration: none;
}

#bd #carrusel #buttons li a:hover {
    text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
    font-family: Georgia;
    font-weight: bold;
}

.content h1 {
    font-size: 20px;
    padding: 15px 0 15px 0;
}

.content h2 {
    font-size: 17px;
    padding: 5px 0 5px 0;
}

.content h3 {
    font-size: 14px;
}

.content h4 {
    font-size: 12px;
    font-style: italic;
}

.content p {
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    text-align: justify;
}

.content .cuerpo_p {
    padding-left: 10px;
}

.content .separador {
    border-bottom: 1px solid #666;
    width: 100%;
    margin-bottom: 20px;
}

.content .evento {
    background: url("../imagenes/cross.jpg") no-repeat scroll 0 5px transparent;
    margin-top: 25px;
    padding-left: 23px;
}

.content .pensamiento {
    margin-left: 50px;
}

.content .pensamiento p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.content .pensamiento .frase {
    font-style: italic;
    font-family: Georgia;
}

.content .pensamiento .autor {
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.content .presi p {
    margin-bottom: 0px;
}

.showNum li {
    list-style-type: decimal;
    margin-left: 30px;
}

.showBul li {
    list-style-type: disc;
    margin-left: 30px;
}

/* estructura de bloque de presidentes */
.itemWrapper {
    overflow: hidden;
}

.item {
    border: 1px solid #dedede;
    float: left;
    margin: 0 15px 15px 0;
    padding: 10px;
    text-align: center;
    width: 140px;
}

.item p {
    margin: 0px;
}

hr {
    margin: 10px 5px;
}

#junta {
    margin-top: 20px;
    padding-left: 115px;
}

#junta .fila {
    clear: both;
    overflow: hidden;
}

#junta .person {
    float: left;
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

#junta .person * {
    text-align: center;
    margin-bottom: 0px;
    width: 130px;
}

#junta .person .nombre {
    font-weight: bold;
}

#anuncios {
    float: left;
    width: 485px;
}

#anuncios .anunc {
    border-bottom: 1px dashed #AAAAAA;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#anuncios_sidebar {
    border-left: 1px solid #999999;
    float: right;
    width: 250px;
}

#anuncios_sidebar .block {
    background-color: #EFEFEF;
    border: 1px solid #BBBBBB;
    margin: 0 0 7px 7px;
    padding: 5px;
}

#anuncios_sidebar .block .titulo {
    background-color: #036FA0;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
}

#anuncios_sidebar p {
    text-align: left;
}

#anuncios_sidebar ul li {
    line-height: 20px;
    list-style: square inside none;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

#galeria {
}

#galeria .block {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

#galeria .block .foto {
    border: 1px solid #999999;
    float: left;
    margin: 0 10px;
}

.content p.comite_ley {
    padding-left: 80px;
    margin-bottom: 50px;
}

.content .comite p {
    font-size: 16px;
    text-align: center;
}

.content .comite p b {
    font-size: 12px;
}

.field_wrap {
    /*margin-left: 30px;*/
    overflow: hidden;
    margin-bottom: 10px;
}

.field_wrap .lblform {
	float:left;
	font-size:13px;
	margin-right:10px;
	padding-top:7px;
	text-align:right;
	width:150px;
}

.field_wrap .ejemplo {
	color:#666666;
	float:left;
	font-size:13px;
	margin-left:170px;
	margin-top:2px;
	width:330px;
}

.field_wrap .txtform {
    float: left;
    width: 330px;
}

.field_wrap .btnenviar {
    background-color: #D1DADD;
    border: 2px solid #0A699B;
    color: #0A699B;
    font-size: 18px;
    margin-left: 160px;
    margin-top: 10px;
    width: 80px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.field_wrap .requerido {
    color: Red;
    font-size: 14px;
    font-weight: bold;
}

.field_wrap .txtform input[type ="text"], .field_wrap .txtform select {
	border:2px solid #D1DADF;
	font-size:12px;
	font-weight:bold;
	height:26px;
	padding:1px;
	width:300px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.field_wrap .txtform input[ type =
"text"]:focus, .field_wrap .txtform select:focus {
    border: 2px solid #BF535F;
}

div.contextMessage {
    display: none;
}

#warningBox {
    background: none repeat scroll 0 0 #FFDFDF;
    border: 1px solid #BF3B3B;
    margin-bottom: 20px;
    margin-left: 195px;
    padding: 5px;
    width: 361px;
}

#warningBox .error {
    color: #BF3B3B;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#succesBox {
    background: none repeat scroll 0 0 #BBDFB5;
    border: 1px solid #347F27;
    margin-bottom: 20px;
    margin-left: 195px;
    padding: 5px;
    width: 361px;
}

#succesBox p {
    color: #347F27;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#succesBox p.completado {
    font-size: 18px;
    font-weight: bold;
}

#succesBox p.nota {
    font-size: 12px;
}

#frmSuscrip {
    position: relative;
}

#frmSuscrip .nota {
    color:#BF3B3B;
	font-size:14px;
	font-weight:bold;
	margin-left:190px;
	width:313px;
}

#patrocinadores {
    border-top: 2px solid #ccc;
    padding-top: 20px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 100px;
	
}

#patrocinadores p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#congresoimg
{
	margin:50px 0 35px 100px;
}

#articulo{
	
}

#articulo ul li
{
	list-style-position:outside;
	list-style-type:square;
	margin-left:40px;
	margin-right:80px;
	padding-bottom:15px;
	text-align:justify;
}

#afiche
{
bottom:140px;
position:absolute;
right:20px;
}

/************************
 * 		contenido
 * **********************/
/****************************
 * 		footer
 * **************************/
#ft {
    background: #E5E5E5 url(../imagenes/footer_1.png) repeat-x scroll 0 55px;
    min-height: 200px;
}

.yui-gb.ft-top {
    background: transparent url(../imagenes/footer_separator.png) no-repeat scroll left top;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 60px;
}

#ft .ft-top .yui-u .titulo {
    border-bottom: 1px solid #777777;
    font-family: Georgia;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 75%;
}

#ft .ft-top .yui-u {
    margin-left: 0;
}

#ft .ft-top .yui-u ul {
    padding-left: 15px;
}

#ft .ft-top .yui-u.first ul {
}

#ft .ft-top .yui-u.last ul {
}

#ft .ft-top .yui-u ul li {
    padding-bottom: 10px;
}

#ft .ft-top .yui-u ul a {
    color: #555;
    text-decoration: none;
}

#ft .ft-top .yui-u ul a:hover {
    color: #AE0001;
    text-decoration: underline;
}

#ft #temas li p {
    margin-bottom: 5px;
    color: #AE0001;
}

#ft #direccion {
    padding-left: 15px;
}

#ft #direccion p {
    color: #666;
    padding-bottom: 10px;
}

#ft #direccion a {
    color: #AE0001;
}

#ft #direccion a:hover {
    color: #AE0001;
    text-decoration: none;
}

#ft-copyright {
    background: transparent url(../imagenes/footer_2.png) no-repeat scroll left top;
    border-top: 1px solid #FFFFFF;
    color: #666666;
    font-size: 11px;
    height: 39px;
    padding-top: 30px;
    text-align: center;
}

#ft .ft-top .yui-u ul a.resalto {
    color: #0672A3;
}

/* footer */
