/* Elementos basicos redefinidos */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 85% georgia, sans-serif;
	line-height: 1.5;
	color: #525156;
	margin: 0; 
	padding: 5px;
	}
p {
	margin: 0 0 20px 0;
	padding: 10px;
	}
h2 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #94000e;
	}	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #94000e;
	}a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}

/* Contenedores especiales */
#principal {
	background: url(./img/logo_fondo.jpg) no-repeat bottom right;
	margin-top: 5px; 
	padding: 20px;
	width: 95%;
	}
#peupagina {
	font: 60% georgia, sans-serif;
	border-top: 1px solid #525156;
	}
	
/* Menus */
#mnucontainer {
	font-family: Arial,Sans-Serif;
	background: url(./img/logo.gif) no-repeat top left;
	padding-top: 5%;
	border-bottom: 1px solid #525156;
	}
#mnulist {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	}
#mnulist li {
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
	}
#mnulist li a {
	letter-spacing: -1px;
	text-decoration: none;
	color: #ccc;
	font-size: 1em;
	padding: 0 2px;
	border-top: .5em solid #eee;
	}
#mnulist li a:hover,#mnulist a#current {
	color: #333;
	border-top: none;
	font-size: 1.5em;
	}
#mnulist a#current {
	color: #94000e;	/*fc6*/
	}