@charset "ISO-8859-1";
.borde {
	border: 1px solid #FFFFFF;
}
.titulo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #5386a7;
}
.texto {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.tituloPeq {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5386a7;
}
.textoFooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.mainColumnBg {
	background-image: url(images/main_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.textoFooterPeq {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.smallColumnBg {
	background-image: url(images/small_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.textoBlano {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
