/* CSS Document */

#noti_breves {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#noti_breves_barra_sup {
	z-index: 0;
	font-weight: bold;
	color: #664444;
	text-align: center;
	font-family: "Trebuchet MS";
}
#noti_breves_barra {
	z-index: auto;
	margin: 0px;
	padding: 2px;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}
#noti_breves_prin {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: auto;
	margin: 0px;
	height: 100%;
	border: 1px none #666666;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#noti_breves_prin img {
	border: 1px solid #556666;
	background-color: #889999;
	padding: 2px;
	float: left;
	margin-right: 2px;
}
#noti_breves_prin a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000077;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(graf/circulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#noti_breves_prin a:hover {
	color: #000000;
	background-color: #DDDDFF;
}
#noti_breves_prin a h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
}
#noti_breves_prin p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 2px;
}
