body{
  margin:0;
  padding:0;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  text-align: justify; /* IE 5.5 hack */
  background:#FECF41;#FCD81B;/*: #B5B7B4; /*#0772B1;*/
color:#333333;
}

body a{
font: Tahoma, Verdana, sans-serif;
color:#990000;/*:#003399;*/
text-decoration: none;
font-weight:bold;
}

body a:visited a:active{
color:#FFFF00;/*: #00014e;*/
}

body a:hover{
color: black;
background-color: #FFFFFF;
}

b{font-size: 110%;}
em{color: red;}

h1{font-family: Tahoma, Verdana, sans-serif;
color:#FF0000;}

#contenedormaestro{
width: 770px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 220px; /*Height of top section*/
margin:auto;
background-image:url(imgs/encab.jpg);
background-repeat:no-repeat;
}
#contenedorinterno{
float: left;
width: 766px;
background:#ffffff;
padding-left:2px;
padding-right:2px;
/*#FDDB51;/*:#FF9900;/*#FFCC66;/*:#FEFCD3;

/*border:solid;*/
/*border-color:#000000;
border-left-width:1px;
border-right-width:1px;*/
border-bottom-style:none;
border-top-style:none;
}

#contcolumcentral{
float:left;
/*margin-left: 179px; /*Set left margin to LeftColumnWidth*/
margin-left: 180px;
width:590px;
background:#FFFFFF;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#columizq{
float: left;
width: 179px; /*Width of left column*/
margin-left: -770px; /*Set left margin to -(MainContainerWidth)*/
padding:0;
/*background:#FEFCD3;*/
text-align:left;


}

#footer{
clear: left;
width: 771px;
/*background: #B5B5B5;*/
background: black url(imgs/indentbg.gif) center center repeat-x;
color: #FFF;
text-align: center;
padding: 4px 0;
}
img { border: none; }

#columizq a{
font: Verdana, Arial, Helvetica, sans-serif;
color: #17397A; 
background-image: url(imgs/icon.gif); 
background-repeat: no-repeat;
background-position: 0 55%;
border-bottom: 1px dotted #2050A0; 
display: block;
width: 150px;
padding:3px;
padding-left: 20px;
text-decoration: none;
}

#columizq a:visited a:active{
color: #00014e;
}

#columizq a:hover{
color: black;
background-color: #FFFFFF;
/*background-image:url(imgs/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
background-image: url(imgs/icon2.gif); 
background-repeat:no-repeat;
}
/**--------------------*/
.eventosmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.eventosmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(imgs/indentbg.gif) center center repeat-x;
}

.eventosmenu ul li{
display: inline;
}

.eventosmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.eventosmenu ul li a:visited{
color: white;
}

.eventosmenu ul li a:hover{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(imgs/indentbg2.gif) center center repeat-x;
}

/**-------------------*/

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(imgs/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(imgs/indentbg2.gif) center center repeat-x;
}

 
