body {
	margin: 0px;
	background-color: #CCC;
}
#principal {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background-color: #FFF;
}
#contenedor {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}




#contenedor #cabecera {
	height: 492px;
	width: 800px;
}
#contenedor #texto {
	width: 720px;
	background-color: #FFF;
	padding-left: 40px;
	padding-right: 40px;
}
#contenedor #texto h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
	text-align: justify;
}
#contenedor #texto ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#contenedor #texto p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 24px;
}
#contenedor #texto p strong {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#contenedor #texto ol li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}
