.BODY {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.txt_general {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #5C5C5C;
}
.titulos {
	font-family: tahoma, arial, verdana;
	font-size: 15px;
	color: #041A89;
	font-weight: bold;
}
.subtitulos {

	font-family: tahoma, arial, verdana;
	font-size: 13px;
	color: #E4142C;
	font-weight: bold;
}
.borderImage {
	border: 1px solid #E81736;
}
.borderImageBlue {

	border: 1px solid #081F91;
}
.paddingCero {
	padding: 0px;
}
.bg_chicoCamisa {
	background-image: url(images/chicoCamisa04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.borderDottedTop {
	background-image: url(images/dottedLine.gif);
	background-repeat: repeat-x;
	border: 1px none #CE1622;
}
