* {
	margin: 0;
	padding: 0;
}

body {
	background: #e8eaec;
	color: #303030;
	font: normal 80%/1.4em sans-serif;
	text-align: center; /* centrado para IE 5. Parte 1 */
}

a {
	background: inherit;
	color: #467aa7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #2a5a8a;
	text-decoration: none;
}

#contenedor {
	background: #ffffff;
	border: 2px solid #a0a0a0;
	color: #303030;
	margin: 20px auto; /* centrado para browsers compatibles con CSS */
	padding: 1px 0;
	text-align: left; /* centrado para IE 5. Parte 2 */
	width: 760px;
}

#cabecera {
	background: #467aa7;
	color: #ffffff;
	height: 100px;
	margin: 0px 1px 1px 1px;
	width: 758px;
}

#cabecera h1 {
	background: inherit;
	color: inherit;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: normal;
	padding: 20px 0px 0px 20px;
}

#contenido {
	background: inherit;
	float: right;
	font-size: 0.9em;
	padding: 0;
	width: 554px;
	margin: 1px;
}

#contenido div {
	margin: 0 0 2px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}

#contenido p {
	padding: 0 0 1.0em 0;
	float: none;
}

#contenido h2 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 16px 0 16px 0;
}

#contenido h3 {
	font-size: 1.3em;
	margin: 0 0 8px 0;
}

#contenido a:hover, #navegacion a:hover {
	text-decoration: underline;
}

#contenido ul, #contenido ol {
	margin-left: 35px;
}

#contenido li {
	padding: 0 0 1.0em 0;
}

#contenido dt {
	font-weight: bold;
	margin: 15px 0 0 0;
}

#contenido dd {
	margin: 0 0 0 15px;
}

#contenido table {
	margin: 12px 0 0;
}

#contenido td, th {
	text-align: center;
}

#contenido td {
	border: 1px solid #c0c0c0;
}

#contenido td.subtitulo {
	border: none;
	text-align: left;
	text-decoration: underline;
}

#navegacion {
	background-color: inherit;
	float: left;
	padding: 20px 20px 10px 10px;
	line-height: 1.4em;
	width: 170px;
	margin: 1px 1px 1px 1px;
	}

#navegacion h2 {
	background-color: inherit;
	border-bottom: 2px solid #a0a0a0;
	color: #505050;
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	padding-bottom: 2px;
	text-align: left;
}

#navegacion div {
	margin: 0 0 10px 0px;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}

#navegacion div.especial {
	border: 1px solid #aac4db;
	background-color: #182b3b;
	color: #ffffff;
}

#navegacion div.especial a {
	color: #cfcfcf;
}

.menu {
	font-size: 0.9em;
	margin: 0 0 20px 8px;
}

.menu li {
	color: #467aa7;
	font-weight: bold;
	display: block;
	line-height: normal;
	list-style: none;
	margin-bottom: 2px;
	padding: 2px;
}

.menu li a {
	font-weight: bold;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: none;
}

.menu li ul {
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 3px 15px;
}

.menu li ul a {
	font-weight: normal;
}

#pie {
	background: #467aa7;
	clear: both;
	color: #f0f0f0;
	font-size: 0.9em;
	margin: 0px 1px;
	padding: 5px 0;
	width: 758px;
}

#pie p {
	line-height: normal; 
	margin: 0;
	padding: 0;
	text-align: center;
}

.azul {
	color: #467aa7;
}

.subrayado {
	text-decoration: underline;
}

.negrita {
	font-weight: bold;
}

.reducido {
	font-size: 0.8em;
}

.textocen {
	text-align: center;
}

.textoder {
	text-align: right;
}

.textojus {
	text-align: justify;
}

.importante {
	background-color: inherit;
	color: #f02025;
	font-weight: bold;
}

.decimal {
	list-style-type: decimal;
	}

.alfa {
	list-style-type: lower-alpha;
	}

.ancho10 {
	width: 10%;
}
	
.ancho20 {
	width: 20%;
}
	
.ancho25 {
	width: 25%;
}

.ancho30 {
	width: 30%;
}

.ancho40 {
	width: 40%;
}

.ancho50 {
	width: 50%;
}

.ancho75 {
	width: 75%;
}

.ancho100 {
	width: 100%;
}

.ancho275px {
	width: 275px;
}

