.fondo_cabecera {
	background-image: url(imagenes/web-para-novios.jpg);
}
.fondo_pelitos {
	background-image: url(imagenes/pelitos.jpg);
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.H1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B7171;
	margin: 0px;
	padding: 0px;
}
.texto_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
.texto_negrita_rojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C00;
	font-weight: bold;
}
