/* CSS Document */
div#contenedor div#cuerpo h1 {
	font-size: 2.5em;
	color: #FFFFFF;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 44px;
	padding: 0px;
	text-align: center;
}
div#contenedor #cuerpo h1 strong {
	color: #e70431;
}
div#contenedor #cuerpo h1.saludo {
	background-image: url(../img/frase1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#contenedor #cuerpo h1.saludo span {
	display: none;
}
div#contenedor #cuerpo h2 {
	font-size: 1.9em;
	color: #FFFFFF;
	line-height: 1.8em;
	height: 67px;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
div#contenedor #cuerpo h2.invitacion {
	background-image: url(../img/frase2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div#contenedor #cuerpo h2.invitacion span {
	display: none;
}

