.esquina01 {
	background-image: url(esquina01.png);
	background-repeat: no-repeat;
	background-position: left;
}
.esquina02 {
	background-attachment: fixed;
	background-image: url(esquina02.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.fondo {
	background-image: url(fondohorzontal.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.fondo02 {
	background-attachment: fixed;
	background-image: url(fondovertical.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

