#boraviso {
	
	width:350px;
	height:130px;
	left: 10;
	top: 10;
	border-style: solid;	
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-color: #6495ED #6495ED #6495ED #6495ED;
	behavior: url(/js/pie/PIE.htc);
	text-align: justify;
	word-wrap: break-word;
}
#marg-aviso {
	width:320px;
	height:120px;
	left: 15px;
	top: 10px;
	position: relative;
	bottom: 20px;
	right: 30px;
	visibility: visible;
} 
.text-tit {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.text-tit2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

a{
	color: #193993;
	text-decoration: none;
}
a:hover{
	color: #6A0000;
}
a:active {
	outline: none;
	color: #6495ED;
}