@charset "utf-8";
/* CSS Document */

#ContenedorAbas{
	margin:10px;
	padding:5px;
	margin-bottom:0px;
	background:#3c5a12;
	width:150px;
	font-family:Arial;
}
.AbaSelec{
	height:18px;
	background:#92b627;
	text-align:center;
	cursor:default;
	font-size:10px;
	margin-bottom:5px;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#FFFFFF;
}
.AbaReposo{
	height:18px;
	background:#55791a;
	text-align:center;
	cursor:pointer;
	font-size:10px;
	margin-bottom:5px;
	text-decoration: none;
	font-weight: bold;
	line-height:16px;
	color:#94A760;
}
.ContenedorNoticias{
	padding:10px;
	padding-top:5px;
	padding-bottom:15;
	background:#e6eeb7;
	width:140px;
	font-family:Arial;
	border:10px solid #93b727;
	border-top:0px;
	display:none;
}
.NoticiaPublic{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #91b627;
	line-height:11px;
}