/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color:#0a3868;
}


a {
	text-decoration: none;
	font-weight: normal;
	color: #ff8a00;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #ff8a00;	
}

h1 {
	font-size: 21px;
	color: #003c76;
	font-weight:normal;
	 
}

h2 {
	font-size: 26px;
	color: #003c76;
	font-weight:normal;
	padding-bottom: 10px;
	line-height: 18px;
}

h3{
	font-size: 16px;
	color: #262626;
	font-weight:bold;
	font-family:Arial;
}

h4{
	font-size: 16px;
	color: #ff8a00;
	font-weight:normal;
	padding-bottom: 5px;
}

h5 {
	font-size: 26px;
	color: #ff8a00;
	font-weight:normal;
	padding-bottom: 10px;
}

h6 {
	font-size: 26px;
	color: #003c76;
	font-weight:normal;
	padding-bottom: 10px;
}

.subnoticiasnov {
	font-size: 12px;
	color: #ff8a00;
	font-weight:bold;
	clear:both;
}

p {
	font-size: 12px;
	color: #003c76;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}

form {
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}

.clear {
clear:both;
}




a:focus {
	outline: none;
}

#panel {
	background-color:#FFFFFF;
	display: none;
	width:180px;
}
.slide {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}
.btn-slide {
	background: url(../gfx/backgrounds/showover.gif) no-repeat;
	width: 174px;
	height: 20px;
	display: block;
	
}
.active {
	background-position: right -22px;
}

/* noticias */

.stepcarousel{
width: 565px; /*Width of Carousel Viewer itself*/
height: 52px; /*Height should enough to fit largest content's height*/
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	width: 162px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	float: left; /*leave this value alone*/
	overflow: hidden;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 4px;
	padding-right: 25px;
}

	 

