BODY {
	scrollbar-face-color:#E7EDF9;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-highlight-color: #3F4369;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: ##2278A2;
	scrollbar-track-color: #ecf1f5;
	scrollbar-arrow-color: #3F4369;
	border-color: #333399 #330099 #3366CC #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #556895;
}

/* Arial, Helvetica, Geneva, Swiss, SunSans-Regular */
a:link, a:visited {
	font-size: 11px; 
	color: #223881; 
	text-decoration: none;
	}

a:hover {
	color: #030303;	
	text-decoration: none;
	/*font-weight: bold;*/
	}


.textpetit {
    font-size: 9pt;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
}
/* FORMATO MENU */

.menu {
	
}

.menu a {
	text-decoration: none;
	color: #000033;
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	display: block;
	padding: 3px 6px;
	width: 138px;

}

.menu a:hover{
	background: #E7EDF9;
	text-decoration: none;
}

/* FORMATO SubMenu */
.submenu{
	position:absolute;
	visibility: hidden;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 9px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	/*width: 205px;*/
	text-align: left;
	width: 150px;
}

.submenu a{
	/*width: 100%;*/
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 5px;
}

.submenu a:hover{ /*hover background color*/
	color: #FFCC66;
	text-decoration: none;
}

/* FORMATO NOTICIAS! */
/* _tITULO_ */
.titulo {
	font-weight:bold;
	font-size:20px;
	margin-right: 30px;
	margin-left: 30px;
	color: #3E4464;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

hr.titulo {
	color:#000000;
	height:inherit;
}

.noticia {
	font-size: 12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 18px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	text-align:justify;
	font-size:12px;
}
