body{
   margin: 0;   
   
   font-family: arial, sans-serif, serif;
   font-size: 8pt;
   color: #4a4344;
}
a{
   font-family: arial, sans-serif, serif;
   font-size: 8pt;
   color: #817873;
}
/*-----------------------------------------------------*/
.dvHeader{   
   top:0;
   left:0;
   width: 100%;
   height: 80px;
   text-align: center;
   background-image: url(../../imgs/inicio/bg_header.png);
   background-position: center top;         
   background-repeat: repeat-x;
   position: fixed;
   z-index: 1;
	border-bottom: 2px solid #54565a;            
   /*border-bottom: 3px double green;
   border-bottom-left-radius: 15px;
   /*-ms-border-bottom-left-radius: 15px;
   -moz-border-bottom-left-radius: 15px;          
   -webkit-border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   -ms-border-bottom-right-radius: 15px;
   -moz-border-bottom-right-radius: 15px;
   -webkit-border-bottom-right-radius: 15px;*/
}
#spLogo1{
   width: 25%;
   height: auto;         
   float: left;
   text-align: left;
   padding: 1px 5px 1px 5px;
}
#spTitulo{
   width: 50%;
   height: auto;     
   text-align: center;             
}
#spLogo2{
   width: 25%;
   height: auto;
   float: right;
   text-align: right;
   padding: 1px 5px 1px 5px;
}

/*-----------------------------------------------------*/
.tbContenedor{
   top: 82px;
   width: 100%;
   height: auto;
   border-collapse: collapse;
   border-spacing: 0;
   position: absolute;
}
.dvContenedor{
   width: 1000px;
   height: auto;
   min-height: 650px;
   overflow:auto;
   position: relative;
   text-align: center;         
   z-index: 0;
   padding: 0px 0 0 0;
   margin: auto auto;
   background-image: url(../../imgs/inicio/fd_body.png);
   background-position: center center;   
   background-attachment: fixed;
   border-left: 2px outset #54565a;
   border-right: 2px inset #54565a;
/*   border-left: 2px outset #cccccc;
   border-right: 2px inset #cccccc;*/
}

/*-----------------------------------------------------*/
/*Menú superior*/
.tbMenuSuperior{
   width: 100%;
   height: 25px;
   border-top: 2px solid #54565a;
   border-bottom: 2px solid #54565a;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0;
   background-image: url(../../imgs/inicio/fd_menu.png);
   background-position: top;
}
#tdMenuSuperior{
   width: 320px;
   height: 40px;
   text-align: right;
}
#tdMenuSuperior a{
   width: 100px;
   /*height: 35px;*/
   font-size: 12pt;
   text-decoration: none;
   text-align: center;
   color: #636662;
   /*color: #666362;*/
   padding: 5px 3px 5px 3px;
   display: block;   
   float: left;
   border: 1px outset #ddc9a3;
   border-bottom: 2px outset #ddc9a3;
   border-radius: 4px;   
   /*border: 1px outset #bdedff;
   border-bottom: 2px outset #fbe104;
   border-radius: 4px;*/
   -ms-border-radius: 4px;
   -moz-border-radius: 4px;          
   -webkit-border-radius: 4px;
}
#tdMenuSuperior a:hover{
   text-decoration: underline;
}
/*Tabla de contenido principal*/
#tbContenido{
   vertical-align: top;
   border-collapse: collapse;
   border-spacing: 0;
}
.pTituloMod{
   font-family: "arial", sans-serif, serif;   
   width: 95%;
   text-align: left;
   font-size: 18pt;
   font-weight: bold;   
   color: #413839;
}
/**/
.dvEmbed{
   border: 2px double #cccccc;
}
/*Bloque de contenido*/
#tdMain{
   width: 800px;
   min-height: 610px;
   /*padding: 3px;*/
   border-right: 1px solid #cccccc;
   vertical-align: top;
}
/*Bloque de contenido multimedia*/
#tbMedia-Menu{
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 7px solid #cccccc;
}
#tdMediaImgs{
   width: 590px;
   height: 90px;
   border-bottom: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
}
#tdMediaVideos{
   width: 200px;
   height: 140px;
   border-bottom: 1px solid #cccccc;
}
/*Columna del menú principal*/
#trMenuPrincipal{
   background-image: url(../../imgs/inicio/fd_menu.png);
   background-position: top;
}
#tdMenuPrincipal{
   width: 100%;  
   height: auto;
   padding: 5px 1px 5px 1px; 
   border-bottom: 1px solid #cccccc;   
}
/*Menú principal*/
#tdMenuPrincipal a{
   width: 225px;
   height: 33px;
   line-height: 18px;
   font-size: 12pt;
   font-weight: normal;
   color: #000000;/*#5f5a59;*/
   text-decoration: none;
   text-align: center;
   padding: 2px 3px 5px 3px;
   margin: 1px 10px 1px 15px;
   display: block;   
   float: left;
   border: 1px outset #fbe104;
   border-bottom: 2px outset #fbe104;
   border-radius: 4px;
   -ms-border-radius: 4px;
   -moz-border-radius: 4px;          
   -webkit-border-radius: 4px;   
}
#tdMenuPrincipal a img{ 
   border: none; 
   float: left;
   width: 48px;
   height: 48px;
   margin: -5px 10px -5px -5px;   
}
#tdMenuPrincipal a:hover{
   text-decoration: none;
   color: #0000ff;
   border: 1px outset #ffffff;
   border-bottom: 2px outset #ffffff;
   
}
/*Bloque principal de contenido*/
#dvContenido{
   width: 768px;
   min-height: 450px;
   padding: 5px 10px 5px 10px;
   margin: 3px;
   /*border: 1px dashed black;*/
   background-color: #fbfbfb;
}
/*Menú lateral izquierdo*/
#tdRight{
   width: 198px;   
   padding: 3px;
   text-align: center;
   vertical-align: top;
   border-left: 1px solid #cccccc;
}
#dvRight{
   width: 190px;
   min-height: 657px;
   padding: 3px;
   /*border: 1px solid #cccccc;*/
   background-color: #fbfbfb;
}
.dvBloqueRight{
   width: 187px;
   min-height: 90px;
   border: 1px solid #cccccc;
   margin: 5px 0 15px 0;
   border-top-left-radius: 5px;
   -ms-border-top-left-radius: 5px;
   -moz-border-top-left-radius: 5px;          
   -webkit-border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   -ms-border-top-right-radius: 5px;
   -moz-border-top-right-radius: 5px;
   -webkit-border-top-right-radius: 5px;
}
.dvTituloBloqueRight{
   width: 178px;
   height: auto;
   padding: 5px;
   font-size: 10pt;
   font-weight: bold;
   color: #ffffff;
   margin: 0 0 10px 0;
   background-color: #348017;   
   /*
   background-image: url(../../imgs/inicio/bg_barras.png);
   background-position: center;
   */
   border-bottom: 1px solid #437c17;
   -ms-border-top-left-radius: 5px;
   -moz-border-top-left-radius: 5px;          
   -webkit-border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   -ms-border-top-right-radius: 5px;
   -moz-border-top-right-radius: 5px;
   -webkit-border-top-right-radius: 5px;
}
/*Botones del menú izquierdo*/
.aBtnsRight{
   width: 140px;
   height: 38px;
}
.aBtnsRight img{
   border: none; 
   width: 28px; 
   height: 28px; 
   float: left;
}
.dvBloqueRight ul{
   list-style-type: check;   
}
.dvBloqueRight ul li{
   font-size: 9pt;
   text-align: left;
   padding: 1px 1px 3px 1px;
}
.dvBloqueRight ul li a{
   font-size: 8pt;
   font-weight: bold;
   text-align: left;
   color: #004276;
}
/*Bloque del Directorio*/
#tdDirectorio{
   width: 100%;
   min-height: 100px;
   border-top: 7px solid #cccccc;
}
.dvDirectorio{
   width: 320px;
   min-height: 100px;
   margin: 5px;   
   float: left;
   border-left: 2px double #cccccc;
   text-align: center;
}
.dvDirectorio ul{
   text-align: left; 
   margin-left: -10px;
}
.dvDirectorio ul li{
   font-size: 9pt;
   padding: 2px 1px 3px 0;
}
/*-----------------------------------------------------*/
.tdFooter{
   
}
.dvFooter{
   width: 100%;
   height: 50px;         
   text-align: center;
   background-image: url(../../imgs/inicio/bg_barras.png);
   background-position: center top;
   background-repeat: repeat-x;
   z-index: 2;
   position: relative;
               
   border-top: 2px solid #54565a;
   /*border-top-left-radius: 15px;
   -ms-border-top-left-radius: 15px;
   -moz-border-top-left-radius: 15px;          
   -webkit-border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   -ms-border-top-right-radius: 15px;
   -moz-border-top-right-radius: 15px; 
   -webkit-border-top-right-radius: 15px;*/
}
.tbFooter{
   width: 1000px;
   height: 50px;
   border-collapse: collapse;
   border-spacing: 0;
   margin: auto auto;  
}
