/* CSS Document */

div.noticia
{
	border: 1px solid #0093dd;
	margin-bottom:10px;
	padding:4px;
	background:url("../images/noticia_list.gif") repeat-x top #D1ECF9;	
}

div.noticia h1
{
	text-align:left;
	font-size:14px;
}

div.noticia h2
{
	font-size:10px;
	color:#000000;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	margin-top:-10px;
}

div.aviso
{
	text-align:right;
	margin-bottom:10px;
}

div#informacion h1
{
	font-size:14px;
	margin-top:6px;
}

div#informacion h2
{
	font-size:10px;
	color:#000000;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	margin-top:-10px;
}

div#informacion table
{
	min-width:70%;
	background-color:#FDFBEF;
	border:1px solid #ECC021;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

div#informacion table td
{
	padding: 3px;

}

div#informacion
{
	text-align:justify;
	background:url("../images/noticia.jpg") repeat-x top #D1ECF9;
	padding:10px;
	border:solid 1px #ECC021;
	margin-bottom:10px;
}
