/*TITULOS EN NEGRO*/
.BulletBlackTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bullet_brown.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 11px;
	color: #000000;
	font-weight: bold;
}

/*SUBTITULOS EN AZUL*/
.BulletBlueSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bullet_brown_light.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 11px;
	color: #31659E;
}

/*SUBTITULOS EN MARRON*/
.BulletBrownSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bullet_brown_light.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 11px;
	color: #A49582;
}
	
/*TEXTOS EN AZUL*/
.BlueText {
	color: #31659E;
	font-size: 11px;
	margin-left: 11px;
	margin-bottom: 12px;
	padding-bottom: 4px;
}

/*TEXTOS EN MARRON*/
.BrownText {
	color: #A49582;
	font-size: 11px;
	margin-left: 11px;
	margin-bottom: 12px;
	padding-bottom: 4px;
}

/*TEXTOS EN NEGRO*/
.BlackText {
	color: #000000;
	font-size: 11px;
	margin-bottom: 12px;
	padding-bottom: 4px;
}

/*SEPARADOR EN AZUL*/
.BlueLine {
	color: #31659E;
	margin-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9D0EA;
	padding-bottom: 3px;
}

/*SEPARADOR EN MARRON*/
.BrownLine {
	color: #A49582;
	margin-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD2C7;
	padding-bottom: 3px;