
/* Main BODY =========================================================================================== */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/* background: #FFFFFF; */
	background:#FFFFFF url("/imagenes/update_000.gif") repeat-y fixed top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
}

/* Slideshow ============================================================================================= */
.slideshow { width: 900px; height: 200px; margin: auto }
.slideshow img { padding: 0px; border: 0px; background-color: #fff; }

/* General use =========================================================================================== */
.page_header {
	font-size: 22px;
	color: #11017E;
	font-weight: bold;
}

.page_header_web {
	font-size: 22px;
	color: #390;
	font-weight: bold;
}

.news_header {
	font-size: 18px;
	color: #390;
	font-weight: bold;
}

.news_body {
	font-size: 14px;
	color: #444;
}

.news_date {
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

.news_image 
{
	 background-color:#390;
	 padding: 4px;
	 margin-left: 6px;
	 margin-bottom: 6px;
}

.dashed_border {
    overflow: auto;
	padding: 2px;
	border-width: 2px;
	border-color: #999999;
	border-style:solid;
}

.font_normal {
	font-size: 14px; 
}

.font_slogan {
	font-size: 14px; 
	font-weight: bold; 
	color:#990000;
}

.font_basic_bold_gray {
	font-size: 14px; 
	font-weight: bold; 
	color: #666666; 
}

.font_normal_bold {
	font-size: 14px; 
	font-weight: bold; 
	color: #333333; 
}

.font_large_green {
	font-size: 24px;
	font-weight: bold;
	color: #006507;
}

.font_message {
	font-size: 16px; 
	font-weight: bold;
	color: #B10202;
}

.font_micro {
	font-size: 10px;
}
.font_mini {
	color:#666666;
	font-size: 12px; 
}
.font_mini_dark {
	color:#333333;
	font-size: 12px; 
}
.font_bold {
	font-weight: bold; 
}
.font_red {
	color: #B10202; 
}

.font_table_header {
	font-size: 18px; 
	color: #333333; 
}


A  { 
text-decoration: underline;
		  color: #3300CC;
 }
A:hover  { 
text-decoration: underline;
		  color: #3300CC;
	 background: #9F9;
 }


.cell_underline {
	border-bottom:solid; 
	border-bottom-color:#999999; 
	border-bottom-width:1px;
}


/* --------------------------- Accordeon Menu */
.glossymenu{
margin: 5px 0;
margin-top: 0;
padding: 0;
padding-top: 0;
width: 200px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
/* border-top-width: 0; */
}

.glossymenu a.menuitem{
background: black url(imagenes/acordeon/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(imagenes/acordeon/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}