div#contenido {
	overflow:hidden;
	width:980px;
	background-color:#FFF;
	margin:0;
	padding:0;
}
div#aviso {
	width:948px;
	overflow:hidden;
	overflow:auto;
	margin:16px;
	padding:0;
	background:transparent url(../img/linea-fondoDer.gif) repeat-x scroll left top;
	display:block;
	clear:both;
}
div#aviso p {
	margin:0 0 15px 15px;
}
div#aviso h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	background:url(../img/h3.gif) no-repeat bottom center;
	display:inline-block;
	margin:0 0 15px 0;
	padding:6px 13px 9px;
}
div#aviso h3 {
	margin:0 0 10px 0;
	padding:0;
	background:none;
	color:#2B8578;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:url(../img/flecha.gif) no-repeat 0.1em 4px;
	padding-left:14px;
	text-transform:uppercase;
	clear:both;
}
div#aviso ul {
	margin:0 0 20px 15px;
	padding:0;
}
div#aviso ul li {
	margin-bottom:5px;
	background:url(../img/flecha_mini.gif) no-repeat 0em 4px;
	padding-left:10px;
}
div#aviso ul li strong {
	color:#2B8578;
}

