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: 15%;
}


#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;
}


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;
}

a:hover {

	color: #C55A27;
	font-weight: bold;
	text-decoration: underline;
}

.nota{
   border:1px solid #000000;
   padding:10px;
   background-color:#CCCCCC;
}

.titulo2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C55A27;
	background-color : #FFE4B5;
}

.revision{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align : center;
}
