BODY{
	background : url(imagenes/fondo.gif) repeat #003300;
	margin : 0px 0px 0px 0px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FF9933;
	scrollbar-darkshadow-color:#FF9933;
	scrollbar-face-color:#FF9933;
	scrollbar-highlight-color:#FFCC66;
	scrollbar-shadow-color:#000000;
}
.MENU-TITULO{
	background : #FFCC33 url(imagenes/left/fondoboton.gif) no-repeat right;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 8px;
	text-align : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	padding-bottom : 8px;
	border-bottom : 1px solid Black;
}
.MENU-SUBAPARTADO{
	background : #FF9933 url(imagenes/right/fondo.gif) no-repeat bottom;
	border-bottom : 1px solid Black;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	text-align : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	padding-bottom : 5px;
}
/* LINKS NORMALES */
A.menu:link {
	TEXT-DECORATION: none;
	color: #ffffff;
}
A.menu:visited {
	TEXT-DECORATION: none;
	color: #ffffff;
}
A.menu:active {
	TEXT-DECORATION: underline;
	color: #ffffff;
}
A.menu:hover {
	TEXT-DECORATION: none;
	color: #FF9933;
} 



/* LINKS NORMALES */
A:link {
	TEXT-DECORATION: none;
	color: #000080;
}
A:visited {
	TEXT-DECORATION: none;
	color: #000080;
}
A:active {
	TEXT-DECORATION: underline;
	color: #000080;
}
A:hover {
	TEXT-DECORATION: underline;
	color: Maroon;
} 

/* APARTADO NORMAL */
.NORMAL{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right : 5px;
	padding-left : 5px;
	text-align : justify;
	padding : 10px 10px 10px 10px;
}
.BORDE-MENU{
	border-right : 1px solid Black;
	border-left : 1px solid Black;
}
.FINAL{
	border-top : 1px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right : 5px;
	padding-left : 5px;
	text-align : center;
	padding : 10px 10px 10px 10px;
}
.CENTER-TITULO{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right : 5px;
	padding-left : 5px;
	text-align : justify;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight : bold;
	background : Silver;
}