/* CSS Basic Document */
body {
	margin: 0px 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	
	background-image: url(../images/fondillo.gif);
	background-position: center top;
	background-repeat: repeat-y;	
}

.header_name {
	margin:0px auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	color: #333333;
	letter-spacing: 10px;
}

A.menupie_superior{
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.menupie_superior_selecc{
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
A.menupie_superior:hover{
	font-size: 0.8em;
	font-weight: normal;
	color: #927C34;
}
