@charset "utf-8";
#body-container #content #headline .noticias {
	color: #05B0EF;
}
#body-container #content #headline .noticias:hover {
	text-decoration: underline;
	cursor: pointer;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.table-border {
	border: 1px solid #CCC;
}
.separator-blue {
	background-image: url(../_imgs/separator-blue.png);
	background-repeat: no-repeat;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.separator-cian {
	background-image: url(../_imgs/separator-cian.png);
	background-repeat: no-repeat;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.separator-green {
	background-image: url(../_imgs/separator-green.png);
	background-repeat: no-repeat;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.separator-grey {
	background-image: url(../_imgs/separator-grey.png);
	background-repeat: no-repeat;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

.separator-pink {
	background-image: url(../_imgs/separator-pink.png);
	background-repeat: no-repeat;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.separator-red {
	background-image: url(../_imgs/separator-red.png);
	background-repeat: repeat-y;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.image-separator {
	padding: 5px;
	margin: 5px;
}
.txtBox-100percent {
	width: 100%;
}
.redText {
	font-size: 12px;
	color: #F00;
}
.texto-justificado {
	text-align: justify;
}
.text-small {
	font-size: 11px;
}

.logo-chr {
	top: 0px;
	position: absolute;
	z-index: 999;
	padding-top: 0px;
	overflow: hidden;
}
.logo-chrIndex {
	top: 0px;
	position: absolute;
	z-index: 999;
	padding-top: 10px;
	overflow: hidden;
}
.smallText {
	font-size: 11px;
}

