/* CSS Document */

#scroll_noticias {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
#scroll_noticias_barra_sup {
	z-index: 0;
	font-weight: bold;
	color: #664444;
	text-align: center;
	font-family: "Trebuchet MS";
}
#scroll_noticias_prin {
	display: block;
	overflow: hidden;
	padding: 2px;
	position: relative;
	z-index: auto;
	margin: 0px;
	height: 100%;
	border: 1px none #666666;
}
#scroll_noticias_prin img {
	border: 1px solid #556666;
	background-color: #889999;
	padding: 2px;
	float: left;
	margin-right: 2px;
}
#scroll_noticias_prin a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	margin-bottom: 2px;
	display: block;
	border: 1px solid #000000;
	background-color: #000000;
	padding: 2px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(graf/scroll-noti-fondo-tit.gif);
	background-repeat: repeat;
}
#scroll_noticias_prin a h1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	display: block;
	margin: 0px;
	padding: 0px;
}
#scroll_noticias_prin p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 2px;
}
#scroll_noticias_barra {
	position: relative;
	z-index: auto;
	height: 15px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: -15px;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(graf/fondotest.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#scroll_noticias_barra p{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #AAFFAA;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#scroll_noticias_barra h1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 25px;
	float: left;
	text-align: center;
	background-color: #000000;
	background-image: url(graf/scroll_noti_top.png);
	background-repeat: repeat;
	background-position: left top;
	height: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#scroll_noticias_barra h2{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 25px;
	float: left;
	text-align: center;
}
#scroll_noticias_barra h2 a{
	color: #DDDDDD;
	text-decoration: none;
}
