.titulo {
	background-image: url(titulo.jpg);
	background-repeat: repeat-x;
}
.fondo {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	background-position: top;
	text-align: justify;
	padding: 5px;
}
.texto_titulo_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(titulo.jpg);
	text-align: center;
	line-height: normal;
}
.bordegris {
	border: 1px solid #EBEBEB;
}

