@charset "utf-8";
/* CSS Document */
/*==============*/

* {
	/*behavior: url('/styles/iepngfix.htc');*/
}

body {
	font: 80%/1.2em Arial, Helvetica, sans-serif;
	color: #424242;
	margin: 0;
	padding: 0;
}

h1 {
	font: 210%/1em "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
}
h2 {
	font: 160%/1em "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
}
h3 {
	font: 140%/1em Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	font: 120%/1em Arial, Helvetica, sans-serif;
	color: #d50b27;
}

a {
	color: #e5232e;
	text-decoration: none;
}
a:hover {
	color: #9a9a9a;
	text-decoration: none;
}
	

/*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 {
    margin: 0 auto;
    width: 985px;
}

#header {
	background: #fff url('/images/bg-header.jpg') center top no-repeat;
	height: 180px;
}

#logo {
	margin: 24px 0 0 0;
	padding: 0;
	float: left;
}
#logo a {
	background: #fff url('/images/logo.jpg') center left no-repeat;
	display: block;
	width: 194px;
	height: 141px;
}
#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 {
	background: url('/images/icon.png') center left no-repeat;
	display: block;
}
#mainmenu a:hover {
	background: #efecec url('/images/icon.png') center left no-repeat;
	color: #000;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style: none;
	_margin: 0;
	_padding: 0;
}
#mainmenu li a {
	font-size: 120%;
	_display: block;
	_height: 100%;
	padding: 7px 0 7px 8px;
	_padding: 7px 0px 7px 8px;
	border-bottom: 1px dotted #000;
}
#mainmenu .current {
	background: #efecec url('/images/icon.png') center left no-repeat;
	color: #000;
}
/*** TOP NAVIGATION ***/
#topmenu {
	margin: 0;
	padding: 17px 0 0 10px;
	float: left;
	/*height: 45px;*/
	font-size: 70%;
}
#topmenu a {
	color: #fff;
	display: block;
}
#topmenu a:hover {
	background: #d06311;
}
#topmenu li a {
	text-transform: uppercase;
	padding: 5px 10px;
}
#topmenu li li a {
	text-transform: none;
	padding: 2px 10px;
}
/*#topmenu li li a:hover {
	background: #336699 url('/images/arrow.png') center left no-repeat;
}*/

#topmenu ul li {
	margin: 0;
	padding: 0;
}
#topmenu ul {	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4;
}
#topmenu li {		/* all list items */
	float: left;
	list-style: none;
	display: block;
}

#topmenu li ul {	/* second-level lists */
	position: absolute;
	background: #f08c42;
	width: 170px;
	left: -999em;	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}
#topmenu li ul a {	/* second-level lists */
	width: 150px;
}
#topmenu li ul ul {	/* third-and-above-level lists */
	margin: -22px 0 0 170px;
	padding: 0;
}
#topmenu li ul ul a{
	width: 150px;
}
#topmenu li:hover, #topmenu li.hover {
    position: static;
}
#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*** BOTTOM NAVIGATION ***/
#bottommenu {
	margin: 0 0 10px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px dashed #909090;
	border-bottom: 1px dashed #909090;
}
#bottommenu a {
	border-left: 1px solid #e5232e;
	padding: 0 10px;
}
#bottommenu a:hover {
	color: #909090;
}
#bottommenu a.bnone {
	border: none;
}
#bottommenu img {
	border: none;
}

/*** MENU PROGRAM ***/
#menuprogram {
	margin: 0 0 20px 0;
	padding: 0;
}
#menuprogram ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #909090;
	height: 42px;
	font: 160%/1em "Times New Roman", Times, serif;
}
#menuprogram li {
	float: left;
	display: block;
	list-style: none;
	border-right: 1px solid #d7d7d7;
}
#menuprogram li img {
	border: none;
	padding-right: 8px;
	vertical-align: middle;
}
#menuprogram li a {
	color: #2a65b0;
	padding: 14px 11px;
	text-decoration: underline;
	
}
#menuprogram li a:hover {
	background: #efecec;
	color: #9a9a9a;
}
#menuprogram .current {
	background: #efecec;
	color: #9a9a9a;
}


/*** LINKS ***/
#links {}
#links li {
	list-style: none;
	float: left;
	padding: 0 5px;
}
#links .home {
	background: url('/images/ihome.jpg') center left no-repeat;
	padding-left: 20px;
}
#links .subscribe {
	background: url('/images/isubscribe.jpg') center left no-repeat;
	padding-left: 20px;
}
#links .rss {
	background: url('/images/irss.jpg') center left no-repeat;
	padding-left: 20px;
}

/*** CONTAINER ***/
#container {
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
}

#cleft {
	float: left;
	width: 190px;
	margin: 20px 15px 0 0;
	padding: 0;
}

#cright {
	float: right;
	width: 130px;
	margin: 20px 0 0 15px;
	padding: 0;
}

#content {
	margin: 0 145px 0 205px;
}
#content h2 span {
	color: #2a65b0;
}

/*#content h1 {
	text-shadow: #7d7d7d 1px 1px 2px;
}*/

#introright {
	float: right;
	width: 260px;
	margin: 0 0 0 25px;
	padding: 0;
}
#introright2 {
	float: right;
	width: 260px;
	margin: 0 0 0 25px;
	padding: 0;
}
#bintroright {
	background: url('/images/bg-introright.jpg') repeat;
}

#introright3 {
	margin: 0;
	padding: 0;
}

#colnews {
	width: 300px;
}


/*** 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 p {
	margin: 2px 0;
}*/

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #dfe7ef;
	/*-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

legend {
	color: #00457d;
	font-size: 130%;
	font-weight: bold;
	padding: 0 10px;
}

label {
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 180px;
	float: left;
	font-weight: normal;
}

label.noblock {
	float: none;
}

input, textarea, select {
	border: 1px solid #bfbfbf;
	font: 100%/1.4em "Arial", "Helvetica", sans-serif;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid #5f5f5f;
}

.button input {
	background: #00457d;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	border: none;
}

/*** TABLES ***/
table {
	margin: 10px 0 0 0;
	padding: 0;
}
table a {
	color: #2965b0;
	text-decoration: underline;
}


/*** IMAGES ***/

.pictures-left {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.pictures-right {
	float: right;
	margin-left: 10px;
	text-align: center;
}

.pics {
	float: left;
	padding: 4px 10px 4px 0;
	vertical-align: middle;
	width: 80px;
}

.thumbpicitem {
	/*width: 200px;
	height: 150px;*/
	margin: 5px auto;
	text-align: center;
}

.thumbpicitem span {
	font-size: 90%;
}
.thumbpicitem a {
	border: 0 !important;
}

.thumbpicitem img {
	border: 1px solid #dfdfe6;
	background: #f6f4f5;
	padding: 4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

.thumbpicitem img:hover {
	border: 1px solid #dfdfe6;
	background: #dfdfe6;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*** CUSTOMERS ***/

#customers {
	text-align: center;
	width: 610px;
}
#customers h2 {
	background: #dfe7ef;
	color: #00457d;
	font-size: 120%;
	text-align: center;
	padding: 3px 0;
	margin: 10px 0;
	clear: left;
}
#customers ul {
	margin: 0;
	padding: 0;
}
#customers li {
	list-style: none;
	float: left;
	width: 100px;
	height: 69px;
	margin: 5px 10px 15px 10px;
}

#customers img {
	width: 100px;
	height: 69px;
}

/*** TESTIMONIALS ***/

#testimonial {
	width: 280px;
	background: #ff6600 url('/images/testimonials-foot.gif') center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
}
#testimonial h2 {
	background: url('/images/testimonials-h2.gif') center top no-repeat;
	width: 280px;
	height: 44px;
	border-bottom: 1px dashed #e15a00;
}
#testimonial h2 span {
	display: none;
}
#testimonial a {
	color: #fff;
	text-decoration: underline;
}
#testimonial p {
	margin: 6px 0;
	padding: 0 15px;
}
/*#testimonial p span {
	color: #00457d;
	font-size: 90%;
}*/

#testimonials {}
#testimonials span {
	color: #00457d;
	font-weight: bold;
}

.author {
	font-style: italic;
}

/*** NEWS ***/
#news {
	border-bottom: 1px solid #e6e5e5;
}
#news span {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2a65b0;
}
#news h1 a {
	color: #000;
}
#news h1 a:hover {
	color: #e5232e;
}

#news-detail {
}
#news-detail span {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2a65b0;
}


#lastnews {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 7px;
}
#lastnews h2 {
	background: #2a65b0;
	font-family: "Times New Roman", Times, serif;
	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 5px 0;
	padding: 5px 10px;
	list-style: none;
	display: table;
}
#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 p {
	margin: 0;
	padding: 0;
}
#lastnews .show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


#lastnews2 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 20px 0 0 0;
}
#lastnews2 h2 {
	background: #2a65b0;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
#lastnews2 ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 110%;
}
#lastnews2 li {
	margin: 0;
	padding: 3px 0;
	list-style: square;
}
#lastnews2 li span {
	color: #909090;
	font-weight: bold;
	font-size: 85%;
}
#lastnews2 li a {
	color: #2a65b0;
	font-weight: bold;
}
#lastnews2 li a:hover {
	color: #e5232e;
}
#lastnews2 .show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 20px;
}



#topnews {
	background: url('/images/bg-introright.jpg') repeat;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 7px;
}
#topnews h2 {
	background: #2a65b0;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 10px;
}
#topnews table {
	margin: 0;
	padding: 0;
	font-size: 110%;
}
#topnews table td {
	padding: 6px 8px;
}
#topnews table td span {
	color: #2a65b0;
	font-weight: bold;
	font-size: 85%;
}
#topnews table a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#topnews table a:hover {
	color: #e5232e;
}
#topnews .show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


#newsintro {
	border-bottom: 1px solid #e6e5e5;
}
#newsintro h1 {
	padding-top: 10px;
}
#newsintro h1 a {
	color: #000;
}
#newsintro h1 a:hover {
	color: #e5232e;
}


#program {
	margin: 0;
	padding: 7px;
}
#program h2 {
	background: #7d7d7d;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
#program p {
	margin: 5px 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #000000;
	line-height: 18px;
}
#program p img {
	padding-right: 10px;
	vertical-align: middle;
	border: none;
}
#program p span {
	color: #2a65b0;
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
}
#program a {
 	color: #424242;
}
#program a:hover {
 	color: #e5232e;
}



/*** TAG CLOUDS ***/
#tags {
	width: 400px;
	float: right;
}

#tagclouds {
	/*float: right;
	width: 400px;
	text-align: left;
	font: 120%/1.6em "Times New Roman", Times, Calibri, Verdana, sans-serif, serif;*/
}
#tagclouds a {
	font: 120%/1.2em "Times New Roman", Times, Calibri, Verdana, sans-serif, serif;
	padding: 0 5px 0 0;
	color: #7a6e67;
}

#tagclouds a:hover {
	color: #ff5c00;
}

/*** 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 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 90%;
	color: #909090;
	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 #e1e1e1; }
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #2a65b0;
}
.destacado {
	background: url('/images/star.jpg') center left no-repeat;
	margin-left: 20px;
	padding: 5px 30px;
	color: #f4af00 !important;
	
}

.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;
}