@charset "utf-8";
/* CSS Document */
/*==============*/

* {
	behavior: url('/styles/iepngfix.htc');
}

body {
	background: #e3e3e3;
	font: 80%/1.2em Arial, Helvetica, sans-serif;
	color: #161616;
	margin: 0;
	padding: 0;
}

h1 {
	font: 180%/1.1em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

h2 {
	font: 160%/1.1em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
h3 {º
	font: 140%/1.1em Arial, Helvetica, sans-serif;
	color: #066da5;
}
h4 {
	font: 120%/1.1em Arial, Helvetica, sans-serif;
	color: #000;
}
h5 {
	background: #006cae;
	font: 110%/1.1em Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #fff;
	width: 100px;
	margin: 15px 0 0 0;
}
a {
	color: #066da5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*ul li {
	margin: 0;
	padding: 0;
}

p {
	margin: 6px 0;
}*/

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	background: url('/images/quote.png') no-repeat;
	padding: 1px 0 0 40px;
	font-style: italic;
}

/*** MAIN STYLES ***/

#main {
	background: #fff url('/images/bg-content.png') center repeat-y;;
    margin: 0 auto;
    width: 940px;
}

#header {
	background: url('/images/bg-header.jpg') center no-repeat;
	height: 230px;
}

#logo {
	margin: 52px 0 0 55px;
	padding: 0;
	float: left;
}
#logo a {
	background: url('/images/logo.png') center left no-repeat;
	display: block;
	width: 228px;
	height: 134px;
}
#logo span {
	display: none;
}


#slogan {
	float: left;
	width: 260px;
	font-size: 120%;
	padding: 70px 0 0 25px;
}


#lang {
	float: right;
	font-size: 90%;
	padding: 150px 10px 0 0;
}
#lang ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang li {
	float: left;
}
#lang a {
	color: #e5232e;
	padding: 0 5px;
	border-left: 1px solid #e5232e;
}
#lang a:hover {
	color: #9a9a9a;
}
#lang .bnone {
	border: none;
}
#lang .current {
	color: #9a9a9a;
}

/*** MAIN NAVIGATION ***/
#mainmenu {
	margin: 0;
	padding: 0;
}
#mainmenu a {
	color: #009dff;
	display: block;
}
#mainmenu a:hover {
	color: #000;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	background: url('/images/icon.png') center left no-repeat;
	list-style: none;
}
#mainmenu li a {
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #000;
}
#mainmenu .current {
	color: #000;
	font-weight: bold;
}


/*** BOTTOM NAVIGATION ***/
#bottommenu {
	background: #e5e5e5;
	margin: 0;
	padding: 8px 0;
	font-size: 90%;
	clear: both;
}
#bottommenu a {
	border-left: 1px solid #009dff;
	padding: 0 10px;
	color: #009dff;
}
#bottommenu a:hover {
	color: #909090;
}
#bottommenu a.bnone {
	border: none;
}
#bottommenu img {
	border: none;
}


/*** CONTAINER ***/
#container {
	margin: 10px 16px 0 16px;
	padding: 10px 0;
	clear: both;
}

#cleft {
	float: left;
	width: 200px;
	margin: 20px 20px 0 0;
	padding: 0;
}

#cright {
	float: right;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 0;
}
#cright h4 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

#content {
	margin: 0 170px 0 220px;
	text-align: justify;
}
#content h1 span {
	color: #777777;
}
#content h2 span {
	color: #2a65b0;
}

#content2 {
	background: #f0efee;
	padding: 10px 20px;
	border-top: 10px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40pt;
	line-height: 35px;
	padding-bottom: 20px;
}
#content2 h1 span {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
}

/*#content h1 {
	text-shadow: #7d7d7d 1px 1px 2px;
}*/


/*** BREADCRUMBS ***/
#breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	color: #909090;
	border-bottom: 1px dashed #909090;
}
#breadcrumbs p {
	margin: 0;
	padding: 0;
}

/*** FORMS ***/
form {
	margin: 0;
	padding: 0;
}

form table {
	padding-top: 10px;
	margin: 0;
}

input, textarea, select {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:focus, textarea:focus {
	border: 1px solid #066da5;
}

.button input {
	background: #00457d;
	color: #fff;
	/*padding: 2px 10px;*/
	text-transform: uppercase;
	border: none;
}

/*** IMAGES ***/

.pictures-left {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.pictures-right {
	float: right;
	margin-left: 15px;
	text-align: center;
}

.thumbpicitem {
	margin: 5px;
	text-align: center;
}
.thumbpicitem span {
	font-size: 85%;
	color: #066da5;
}
.thumbpicitem a {
	border: 0 !important;
}
.thumbpicitem img {
	padding: 4px;
	border: 1px solid #d3d3d3;
	background: #f0f0f0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
.thumbpicitem img:hover {
	border: 1px solid #d3d3d3;
	background: #e5e5e5;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/*** NEWS ***/
#news {
	border-bottom: 1px solid #bfbebe;
	padding-top: 10px;
}
#news h2 {
	font-family: "Times New Roman", Times, serif;
}
#news h2 a {
	color: #000;
}
#news h2 a:hover {
	text-decoration: underline;
}


#lastnews {
	margin: 0;
	padding: 0;
}
#lastnews h2 {
	background: #2a65b0;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
#lastnews ul {
	margin: 0;
	padding: 0;
	font-size: 110%;
}
#lastnews li {
	background: #fff;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 10px;
	list-style: none;
}
#lastnews li span {
	color: #2a65b0;
	font-weight: bold;
	font-size: 85%;
}
#lastnews li a {
	color: #000;
	font-weight: bold;
}
#lastnews li a:hover {
	color: #e5232e;
}
#lastnews img {
	float: left;
	padding: 0 10px 5px 0;
	vertical-align: middle;
	width: 80px;
}
#lastnews p {
	margin: 0;
	padding: 0;
}
#lastnews .show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/*** BANNER'S ***/
#banner {
	margin: 0;
	padding: 0;
	text-align: center;
}
#banner ul {
	margin: 0;
	padding: 0;
}
#banner li {
	list-style: none;
	padding: 5px 0;
}
#banner img {
	border: none;
}

/*** CLASS VALIDATION ***/
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;

}
.tfvNormal {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;
}

/*.msg {
	background: #ffffe0;
	color: #343434;
	padding: 5px 10px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #ebe27a;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.slider ul {
	margin: 100px 0 100px 0;
	border-bottom: 1px dotted #ccc;
}*/

.links {
	background: #000;
	color: #d39900;
	margin: 0;
	padding: 15px 15px;
	height: 15px;
}
.links a {
	color: #d39900;
	text-decoration: none;
}
.links a:hover {
	color: #8a6400;
	text-decoration: underline;
}
.links p {
	margin: 0;
	padding: 0;
}


/*** PAGINATOR ***/
.paginator {
	margin: 0 auto;
	padding: 10px 0;
}
.paginator p {
	text-align: center !important;
}
.paginator a {
	padding: 1px 6px;
	border: 1px solid #cddef3;
	background-color: #cddef3;
	text-decoration: none;
	font-weight: bold;
	color: #2a65b0;
}
.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #2a65b0;
	background-color: #2a65b0;
	font-weight: bold;
	color: #fff;
}
.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #2a65b0;
	background-color: #2a65b0;
	font-weight: bold;
	color: #fff;
}


/*** CLEAR FIX ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */


/*** FOOTER ***/
#footer {
	background: #e3e3e3 url('/images/bg-footer.jpg') center top no-repeat;
	margin: 0;
	padding: 20px 0;
	font-size: 90%;
	color: #777777;
	clear: both;
}
#footer p {
	margin: 2px 0;
	padding: 0;
	text-align: center;
}


/*** VARIOS ***/
.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.nofloat { float: none !important; }
.clear { clear: both !important; }
.clearright { clear: right !important; }
.clearleft { clear: left !important; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { 	background: #b2b2b2; width: 80%; }
.ohp1 {	background: #b2b2b2; width: 60%; }
.bnone { border: none; }
.divider { border-bottom: 1px dotted #000; }
.date {
	font-size: 85%;
	font-weight: bold;
	color: #066da5;
}

.borde {
	border: 1px solid #000;
}

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

#gotop {  
	width: 80px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed;	/* this is the magic */
	bottom: 10px;		/* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
}