/* CSS Document */
#avisos h1{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:22px;
	color:#6D972F;
	width:100%;
	border-bottom:1px solid #6D972F;
	margin-bottom:3px;
}
#avisos .listAvisos{
	padding:10px 30px 5px 30px
}
#avisos .top{
	background-color:#D6E7AD;
	color:#8C8639;
	border:1px solid #CCCCCC;
	padding:4px;
	height:15px;
}

#avisos .titulo{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	float:left;
	font-size:11px;
}

#avisos .fecha{
	font-size:10px;
	float:right;
	margin-top:1px;
}
#avisos .aviso{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	margin-bottom:10px;
	font-size:11px;
	padding:4px;
	text-align:justify;
}
#avisos .aviso .contacto{
	font-size:10px;
	float:left;
	font-size:11px;
}
#avisos .aviso .direccion{
	text-align:right;
	width:100%;
	font-size:11px;
}

#avisos legend{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	color:#999999;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
}
#avisos fieldset{
	border:1px dotted #CCCCCC;
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
}
#avisos .btnCalendar{
	cursor:pointer;
	cursor:hand;
}

