body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cabecera {
  height: 100px;
}

#pie {
	font-size: 11px;
	color: #666666;
	margin-top: 5em;
	margin-left: 15%;
	margin-right: 32%;
}

#contenido {
	margin-left: 15%;
	margin-right: 32%;
}

#novedades {
	background-color: #FCF2D6;
	position: absolute;
	top: 100px;
	left: 70%;
	width: 29%;
	padding-left: 3em;
}

#navegacion {
	position: fixed;
	top: 100px;
	left: 5px;
	width: 10%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C55A27;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #C55A27;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	font-weight: normal;
}



#navegacion a {
	display: block;
	width: 100px;
	margin: 0px;
	padding: 2px 5px;
	color: #CC6600;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-bottom: none #CC6633;
	border-left: 1px solid #CC6633;
}

#navegacion a:hover {
	display: block;
	width: 100px;
	margin: 0px;
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #CC6600;
}

#contenido h1 {
	letter-spacing: 0.1em;
}

#novedades h1 {
	font-weight: bold;
	border-bottom-style: none;
	margin-top: 0px;
}

a {
	color: #C55A27;
	font-weight: bold;
	text-decoration: none;

}
#navegacion a#ultimo {

	display: block;
	width: 100px;
	margin: 0px;
	padding: 2px 5px;
	color: #CC6600;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	border-left: 1px solid #CC6633;
}
#navegacion a#ultimo:hover  {


	display: block;
	width: 100px;
	margin: 0px;
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	border-left: 1px solid #CC6633;
}
a:hover {

	color: #C55A27;
	font-weight: bold;
	text-decoration: underline;
}

.fecha {
	font-style: italic;
	color: #009966;
	font-size: 0.8em;

}

