BODY  {
 font-size : 10pt;
 font-family : arial;
 font-weight : 400;
 color : black;
 margin: 0px;
 background-image: url(images/fondo2.jpg);
 background-attachment: fixed;
 line-height : normal; 
}

H1  {
 font-size : 24pt;
 font-style : italic;
 font-family : forte;
 font-weight : 400;
 text-decoration : none;
 text-align : center;
 color : #008000;
}

H2  {
 font-size : 8pt;
 font-family : arial;
 font-weight : 400;
 text-decoration : none;
 text-align : center;
 color : #666666;
}

H3  {
 font-size : 10pt;
 font-family : arial;
 font-weight : 700;
 text-aling : center;
 color : #000099;
 line-height : 12px;
 margin-top: 0;
 margin-bottom: 0;
}

H4  {
 font-size : 14pt;
 font-family : arial;
 font-weight : 700;
 text-aling : center;
 color : black;
}

H5  {
 font-size : 14pt;
 font-family : Comic Sans MS;
 font-weight : 400;
 text-aling : center;
 color : black;
}

H6  {
 font-size : 18pt;
 font-family : arial;
 font-weight : 700;
 text-aling : center;
 color : #000080;
}
 
p  {
 font-size : 10pt;
 font-family : arial,verdana;
 font-weight : 400;
 color : black;
 line-height : normal; 
}

A {
 text-decoration:none;
}

/* Menu CSS */

img {
 border:0px;
}

.flt {
 float:left;
}

.menubg { 
 clear:left;
 background-color:#6FA9C7; 
 width:180px;
}

.menu {
 float:left; 
 clear:left; 
 font:bold 11px Helvetica, Arial, sans-serif;
}

.menu li {
 margin:0px 0px 0px 0px;
 list-style:none;
}

.menu a, .menu a:visited {
	width:156px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(images/images_menu/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
}

*html .menu a, .menu a:visited {
	width:156px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background:url(images/images_menu/menubg2.jpg) no-repeat;
	padding:4px 0 0 8px;
}

.menu a:hover, .menu a:active, .menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background:url(images/images_menu/menubg1.jpg) no-repeat;
	text-decoration:none;
}	

.bot {
 clear:left;
}
