/************************************************/
/**************** Estructura ********************/
/************************************************/

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;	
}

#contenedor{
	width: 565px;
	margin: 0 auto;
	text-align: left;
}

#menu{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: justify;
}

#notas, #notas2{
	border-top: 1px solid #000000;
	padding: 4px;
}

#pie{
	border-top: 1px solid #000000;
	color: #0070d6;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	
}

/************************************************/
/**************** Estilos ***********************/
/************************************************/

h1.centrado{
	text-align: center;
	font-size: 24px;
}

h2.centrado{
	text-align: center;
	font-size: 22px;
}

h5{
	font-size: 16px;
	margin-bottom: 25px;
}


p{
	text-align: justify;
}

.indentado{
	text-indent: 50px;
}

.cursiva{
	text-align: center;
	font-style: italic;
	font-size: 12px;
	font-family: verdana;
}

.centrado{
	text-align: center;
}

.nota{
	color: #000000;
	vertical-align: super;
	font-size: 10px;
}

.rojo{
	color: #ff0000;
	font-weight: bold;
}

.azul{
	color: #000080;
	font-weight: bold;
}

.verde{
	color: #1c8714;
	font-weight: bold;
	font-style: italic;
}

.actual{
	color: #ce0000;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.verdana_grande{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.verdana_peque{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.arial_grande{
	font-size: 15px;
}

.arial_peque{
	font-size: 13px;
}

#notas p{
	font-size: 10px !important;
}

#notas2 p{
	font-size: 13px !important;
}

.grande{
	font-size: 19px;
}

ul li{
	list-style: square;
}

.times_peque{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

.times_grande{
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
}

/************************************************/
/**************** Enlaces ***********************/
/************************************************/

a:link, a:visited{
	color: #0000ff;
	text-decoration: none;
	font-size: 16px;
}

a:hover{
	text-decoration: underline;
}

a.peque:link, a.peque:visited{
	color: #0000ff;
	text-decoration: none;
	font-size: 10px;
}

a.peque:hover{
	text-decoration: underline;
}

#menu a:link, #menu a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#menu a:hover{
	text-decoration: underline;
}