#containerAvisos {
	width: 100%;
}

.parrafoAviso {
	text-indent: 30px;
	text-align: justify;
	padding-bottom: 15px;
	line-height: 150%; /*equivalente a 1.5 lineas*/
	font: 11px tahoma, arial, sans-serif;
	color: #333333;
}

.parrafoAviso a:link {
	font-weight: bold;
	color: #475A7F;
	text-decoration: underline;
}

.parrafoAviso  a:visited {
	font-weight: bold;
	color: #475A7F;
	text-decoration: underline;
}

.parrafoAviso  a:active {
	font-weight: bold;
	color: #475A7F;
	text-decoration: underline;
}

.parrafoAviso  a:hover {
	font-weight: bold;
	color: #FFA013;
	text-decoration: underline;
}

h3 {
	text-align: center;
	color: #010C80;
}