.padre {
   width: 990px;
   height: auto;
   z-index: 0;
}
.top {
   width: 990px;
   height: 111px;
   background-image: url( /vtimagenes/top.gif);
   z-index: 0;
}
.medio{
   margin-top: 10px;
   width: 982px;
   height: auto;
   overflow: auto;
   margin-left: 4px;
   background-image: url( /vtimagenes/medio_fondo.gif);
   background-repeat: repeat-y;
}
.medio_tope{
   margin-top: 0;
   width: 982px;
   height: 28px;
   background-image: url( /vtimagenes/medio_tope.gif);
   position: static;
   float: left;
   background-color: #ffffff;
   z-index: -10;
}

.medio_pie{
   background-image: url( /vtimagenes/columna_extremo_inferior.gif);
   background-color: #ffffff;
   position: relative;
   z-index: 0;
   height: 28px;
   width: 180px;
   margin-top: -28px;
}

.pie {
   width: 990px;
   height: 48px;
   background-image: url( /vtimagenes/pie.gif);
   z-index: 0;
   margin-top: 20px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   color: rgb( 11, 42, 133);
}



/* formato de columnas */
.columna_contenedor{
   width: 180px;
   overflow: auto;
   position: relative;
   float: left;
   margin-top: -28px;
   z-index: 1;
   display:block;
}
.columna_bloque{
   width: 180px;
   border-bottom: 6px solid rgb( 173, 204, 235);
   top: 0px;
   z-index: 1;
   margin-bottom:20px;
}
.columna_bloque_texto{
   width: 170px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   margin-top: 15px;
   margin-left: 5px;
   z-index: 1;
   color: #75952F;
   overflow: auto;
}
.columna_separador{
   top: 0px;
   background-color: #ffffff;
   width: 180px;
   height: 20px;
   z-index: 1;
}
/* fin formato de columnas */





.centro{
   width: 602px;
   height: auto;
   float: left;
   margin-left: 10px;
   margin-top: -28px;
   z-index: 10;
}

.centro_divisor{
   margin-left: 5px;
   margin-top: 28px;
   width: 592px;
   background-color: #f1f4ea;
   height: 5px;
   position: relative;
   float: left;
   overflow: hidden;
}

.centro_texto{
   margin-top: 28px;
   margin-left: 10px;
   width: 582px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #808379;
   float: right;
   z-index: 10;
}
.centro_texto_contacto{
   margin-top: 10px;
   margin-left: 10px;
   width: 185px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #808379;
   float: right;
   z-index: 10;
}
.centro_texto_titulo{
   float: right;
   width: 386px;
   height: auto;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 17px;
   font-weight: bold;
   background-color: #adcceb;
   color: #0b2a85;
   z-index: 10;
}
.centro_texto_texto{
   float: right;
   width: 386px;
   height: auto;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight: normal;
   z-index: 10;
   margin-top:10px;
   color:#000;
}






/*menu */
.menu{
   width: 800px;
   height: 26px;
   margin-top: 82px;
   margin-left: 195px;
   position: absolute;
   text-decoration: none;
}
.menu_item {
   height: 26px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-weight:bold;
   text-align: center;
   float: left;
   padding-top: 5px;
   margin-left: 2px;
   background-repeat: repeat-x;
   display: block;
   cursor: pointer;
   text-decoration: none;
   padding-left:19px;
   padding-right:18px;
}

.logo{
   width: 172px;
   height: 73px;
   margin-top: 20px;
   margin-left: 5px;
   position: absolute;
   background-image: url( /vtimagenes/logo.gif);
   /*background-image: url( /vtimagenes/asociacion/logoFondo.gif);*/
   z-index: 10;
}

