body {
	margin-top: 20px;
	text-align: center; }

h1           { font-size: 14pt; color: #B5426E; font-weight: bold }

#centrador {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
	}
	
a,a:visited  { color: #000000; text-decoration: underline }

a:hover      { color: #B5426E;}


#textContenido {
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
	margin-left: 10;
	margin-right: 10; }

#textSubContenido {
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
	margin-left: 10; 
	margin-right: 10;
	overflow: auto;	}

#menuv {
	width:180px;
	text-align: center;
	font-size:12px;
	font-family:Arial Rounded MT Bold, Arial;
	margin:0px;
	padding:0px;

}

#menuv UL {
	list-style: none;
	margin:0px;
	padding:0px;
}

#menuv LI {
	list-style: none;
	BORDER-BOTTOM: #0079B9 1px solid;
	padding: 5 0 5 0;
	COLOR: #0079B9;
	margin:0px;
	 }

#menuv A {
	DISPLAY: block;
	COLOR: #0079B9;
	TEXT-DECORATION: none;
 }
	
#menuv A:hover {
	BACKGROUND: #B5426E;
	COLOR: #FFFFFF; }