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

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

body {
	/*background: #fff;*/
	/*font: 80%/1.3em Arial, Helvetica, sans-serif;*/
	font: 80%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

h1 {
	font: 160%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #004459;
	margin: 0;
}
h2 {
	font: 140%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #006988;
	margin: 0;
}
h3 {
	font: 120%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #004459;
}
h4 {
	font: 110%/1.3em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #003646;
}

a {
	color: #004459;
	text-decoration: none;
}
a:hover {
	color: #008080;
	text-decoration: none;
}
	
/*ul li {
	margin: 0;
	padding: 0;
}

p {
	margin: 6px 0;
}*/

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	background: #e7e7e7;
	margin: 0;
	padding: 2px 15px;
}

/*** MAIN STYLES ***/

#main {
	/*background: #fff;*/
    margin: 0 auto;
	padding: 0;
    width: 846px;
}


#header {
	margin: 0;
	padding: 0;
	height: 85px;
}

.logo {
	background: #fff;
	margin: 0;
	padding: 10px 30px 0 0;
	float: left;
}
.logo a {
	background: #fff url('/images/logo.png') center no-repeat;
	display: block;
	width: 159px;
	height: 55px;
}
.logo span {
	display: none;
}

.lang {
	float: right;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: right;
}
.lang a {
	color: #9a9a9a;
	padding: 0 2px;
	text-transform: uppercase;
}
.lang a:hover {
	color: #666;
}
.lang img {
	border: none;
}
.lang .current {
	color: #970623;
}


/*** MAIN NAVIGATION ***/
#mainmenu {
	margin: 0;
	padding: 0;
}
#mainmenu a {
	color: #005136;
	display: block;
}
#mainmenu a:hover {
	color: #8cc63f;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style: none;
	padding: 3px 0;
}
#mainmenu li a {
	margin: 3px 0;
	padding: 0 0 0 8px;
	font-size: 90%;
	/*font-weight: bold;*/
	text-transform: uppercase;
	border-left: 1px solid #005136;
}
#mainmenu li li a {
	margin: 0;
	padding: 0 0 0 9px;
	border-left: none;
	text-transform: none;
}
#mainmenu .current {
	color: #005136;
	font-weight: bold;
}


/*** TOP NAVIGATION ***/
#topmenu {
	margin: 0;
	padding: 34px 0 0 0;
	background: #004459;
	height: 28px;
	font-size: 85%;
}
#topmenu a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#topmenu a:hover {
	background: #00546c;
	color: #fff;
}
#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 a {
	padding: 6px 11px;
}
#topmenu li li a {
	display: block;
	padding: 5px 16px;
	border-bottom: 1px dotted #678f9b;
	border-left: none;
	border-right: none;
	text-transform: none;
}
#topmenu li ul {	/* second-level lists */
	position: absolute;
	background: #00546c;
	width: 150px;
	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: 118px;
}
#topmenu li ul a:hover {
	color: #678f9b;
}
#topmenu li ul ul {	/* third-and-above-level lists */
	margin: -27px 0 0 150px;
	padding: 0;
}
#topmenu li ul ul a {
	width: 118px;
}
#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;
}
#topmenu .bnone { border-left: none; }
#skipnav { display: none; }


/*** BOTTOM NAVIGATION ***/
#bottommenu {
	background: #f5f5f5;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	border-bottom: 1px dashed #999;
	clear: both;
}
#bottommenu a {
	padding: 0 12px;
	color: #004459;
	font-size: 85%;
	text-transform: uppercase;
	border-left: 1px dashed #999;
}
#bottommenu a:hover {
	color: #09727e;
}
#bottommenu a.bnone {
	border: none;
}
#bottommenu img {
	border: none;
}

/*** CONTAINER ***/
#container {
	padding: 20px 0 30px 0;
	clear: both;
}

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

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

#content {
	margin: 0 300px 0 0;
}
#content h1 {
	margin: 0;
}
#content h2 span {
	color: #2a65b0;
}
#content ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#content li {
	list-style-image: url('/images/bullet.jpg');	
}
/*#content a {
	text-decoration: underline;
}

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

.welcome {
	/*border: 1px solid #e7e7e7;
	padding: 10px 20px;
	color: #005136;*/
}
/*** BREA - LINKITEM - LANG ***/
#headerline {
	margin: 0;
	padding: 0;
	font-size: 90%;
	border-bottom: 1px dashed #999;
}

#linkitem {
	float: right;
}
#linkitem li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 6px;
}
#linkitem .home {
	background: url('/images/ihome.jpg') top left no-repeat;
	padding-left: 19px;
}
#linkitem .subscribe {
	background: url('/images/isubscribe.jpg') top left no-repeat;
	padding-left: 19px;
}
#linkitem .rss {
	background: url('/images/irss.jpg') top left no-repeat;
	padding-left: 19px;
}
#linkitem li img {
	margin: 0;
	padding: 0;
}
/*** BREADCRUMBS ***/
#breadcrumbs {
	color: #999;
}
#breadcrumbs p {
	margin: 0;
	padding: 0;
}

/*** LOGOS INFORPRESS ***/
#ginforpress {
	margin: 0 0 0 4px;
	padding: 0;
	clear: both;
}
#ginforpress ul {
	margin: 0;
	padding: 0;
}
#ginforpress li {
	list-style: none;
	float: left;
	padding: 4px 16px;
}
#ginforpress span {
	display: none;
}
#ginforpress .inforpress {
	background: url('/images/logo-inforpress.jpg') center no-repeat;
	display: block;
	width: 94px;
	height: 42px;
}
#ginforpress .audentia {
	background: url('/images/logo-audentia.jpg') center no-repeat;
	display: block;
	width: 99px;
	height: 42px;
}
#ginforpress .audentiap {
	background: url('/images/logo-audentiap.jpg') center no-repeat;
	display: block;
	width: 96px;
	height: 42px;
}
#ginforpress .ecomunicacion {
	background: url('/images/logo-ecomunicacion.jpg') center no-repeat;
	display: block;
	width: 80px;
	height: 42px;
}
#ginforpress .eventos {
	background: url('/images/logo-eventos.jpg') center no-repeat;
	display: block;
	width: 123px;
	height: 42px;
}
#ginforpress .breathe {
	background: url('/images/logo-breathe.jpg') center no-repeat;
	display: block;
	width: 156px;
	height: 42px;
}
#ginforpress .agenda {
	background: url('/images/logo-agenda.jpg') center no-repeat;
	display: block;
	width: 60px;
	height: 42px;
}

/*** FORMS ***/
form {
	margin: 0;
	padding: 0;
}
/*form p {
	margin: 2px 0;
}*/

fieldset {
	margin: 10px 0;
	padding: 10px 25px;
	border: 1px solid #e7e7e7;
}

legend {
	padding: 0 10px;
	color: #970623;
	font-size: 120%;
	font-weight: bold;
}

label {
	cursor: pointer;
	font-weight: normal;
}

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

input:focus, textarea:focus, select:focus {
	border: 1px solid #9d9d9d;
}

.button input {
	background: #970623;
	color: #fff;
	padding: 4px 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: 0 10px 5px 0;
	vertical-align: middle;
	width: 80px;
}

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

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

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

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

/*** TAGS CLOUD ***/
#tagclouds {
	padding-bottom: 15px;
	text-align: justify;
}
#tagclouds a {
	padding: 0 4px 0 0;
	color: #004459;
}

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

#tagclouds span {
	line-height: 25px;
}

#tagclouds .smallest {
    font-size: 11px;
	color: #7398a4;
}
#tagclouds .smaller {
    font-size: 12px;
	color: #a1bac2;
}
#tagclouds .small {
    font-size: 13px;
	color: #8080c0;
}
#tagclouds .medium {
    font-size: 16px;
	color: #3f0093;
}
#tagclouds .large {
    font-size: 20px;
	color: #12425f;
}
#tagclouds .larger {
    font-size: 24px;
	color: #000659;
}
#tagclouds .largest {
    font-size: 30px;
	color: #004459;
}

/*#tagclouds .smallest {
    font-size: 11px;
	color: #7398a4;
}
#tagclouds .smaller {
    font-size: 12px;
	color: #a1bac2;
}
#tagclouds .small {
    font-size: 13px;
	color: #69919d;
}
#tagclouds .medium {
    font-size: 16px;
	color: #4a7a89;
}
#tagclouds .large {
    font-size: 20px;
	color: #407383;
}
#tagclouds .larger {
    font-size: 24px;
	color: #36606d;
}
#tagclouds .largest {
    font-size: 30px;
	color: #325965;
}*/

/*** NEWS ***/
#news {
	text-align: justify;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e5e5;
}

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


#lastnews {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: url('/images/lastnews-foot.gif') center bottom no-repeat;
}
#lastnews h2 {
	background: url('/images/lastnews-head.gif') center top no-repeat;
	color: #004459;
	padding: 10px 15px 0 15px;
}
#lastnews ul {
	margin: 0;
	padding: 0;
}
#lastnews li {
	/*margin: 0;*/
	padding: 6px 15px;
	list-style: none;
	display: table;
}
#lastnews li a {
	color: #666;
}
#lastnews li a:hover {
	text-decoration: underline;
}

/*** BANNER'S ***/
#banners {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}

#banner {
	margin: 0;
	padding: 0;
	text-align: center;
}
#banner ul {
	margin: 0;
	padding: 0;
}
#banner li {
	list-style: none;
	padding: 2px 0;
}
#banner img {
	border: none;
}

/*** LINK'S ***/
#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;
}


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


/*** CLASS VALIDATION ***/
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	font-weight: normal;

}
.tfvNormal {
	color: #666666;
	cursor: pointer;
	font-weight: normal;
}

/*** PAGINATOR ***/
.paginator {
	margin: 0 auto;
	padding: 10px 0;
}
.paginator p {
	text-align: center !important;
}
.paginator a {
	padding: 1px 6px;
	border: 1px solid #e7e7e7;
	background-color: #e7e7e7;
	text-decoration: none;
	font-weight: bold;
	color: #970623;
}
.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #970623;
	background-color: #970623;
	font-weight: bold;
	color: #fff;
}
.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #970623;
	background-color: #970623;
	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: 10px auto 20px;
	padding: 0;
	font-size: 90%;
	clear: both;
}

#footer p {
	margin: 2px 0;
	padding: 0;
	text-align: center;
}

#footerlink a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#footerlink a:hover {
	color: #406f2b;
	border-bottom: 1px dotted #406f2b;
}


/*** 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 { width: 80%; }
.ohp1 {	width: 60%; }
.bnone { border: none; }
.divider { border-bottom: 1px dotted #e1e1e1; }
.date {
	color: #004459;
	font-size: 90%;
	font-weight: bold;
}
.nresume {
	text-align: justify;
}
/*.show {
	color: #004459;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}*/

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

#gotop {
	font-size: 90%;
	width: 60px;
	border: 1px dashed #999;
	background: #f5f5f5;
	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;
}
