/*Realizado por Carlos Moreno*/

body {
	background-color:#e0e0eb;
}

h1 {
	text-align:center;
}

h2 {
		clear:both;
		background-color:#b3b3cc;
}


p {
	text-align:justify;
}

img {
	float:left;
	padding:10px;
}

em {
	color:red;
}

strong {
	background-color:white;
}