.fondo {
	background-image: url(img/fondo.png);
	background-repeat: no-repeat;
	height: 550px;
	width: 780px;
}
.textocomun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9122B;
	font-weight: bold;
}
.textocomunNegro {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.textocomunBlanco {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
