body{
	
}
#contenido{
	margin: 0 auto;
	width: 70%;
	min-width: 500px;
}
h1{
	/*nombre*/
	margin: 35px 0 0;
	color: gray;
	font: bold 22pt "Century Gothic", Verdana, sans-serif;
}
img{
	/*el logo de charro negro*/
	display:block;
	margin: auto;
}

h1 + h2{
	/*subtitulos*/
	margin: 0 0 35px;
	color: gray;
	font: 14pt "Century Gothic", Verdana, sans-serif;
}
h2{
/*subtitulos*/
	margin: 30px 0 0;
	font-family: "Century Gothic", sans-serif;
}
strong{
	color: black;
}
em{
	/*las fechas*/
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 12pt;
	color: #4a4a4a;
}
p > em{
	margin-bottom: 30px;
	margin-right: 30px;
	line-height: .5em;
	display: table-cell;
}
p{
	margin: 20px 0 0 15px;
	font: 10pt/1em "Century Gothic", Verdana, sans-serif;
}

p > p{
	margin-left: 15px;
}