/* Estilos de texto para los contenidos, segun Apartado */

/* AP 2 (ha de coincider con el numero de memu */
#centro{
	font-family: Verdana, "Courier New", Courier, monospace;
	font-size:  12px;
	font-style: normal;
	font-weight: normal;
	color: #724478;
	margin: 15px; 
}
#centro h1,h2,h3,h4,h5,h6{
	font-size: 15px;
	font-weight: bold;
	background-color: #A481A9;
	color: #fff;
}
#centro ul{
	border-top: 2px solid #C4A5C8;
	border-bottom: 2px solid #C4A5C8;
	border-right: 2px solid #C4A5C8;
	border-left: 20px solid #C4A5C8;
	color: #00008B;
	list-style-type: square;
	list-style-position: inside;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#centro li{
		padding-left: 10px;
}
#centro a{
	color: #DF1B05;
	text-decoration: underline;
}
#centro a:hover{
	color: #AE1605;
	text-decoration: overline;
}
