@charset "utf-8";
/* CSS Document */
/*==============*/

/*@font-face {
	font-family: "HelveticaNeueLT Std Cn";
	src: url('/files/HelveticaNeueLTStd-Cn.otf') format('opentype');
}

@font-face {
	src: url('/files/HelveticaNeueLTStd-Cn.otf') format('opentype');
	font-family: "HelveticaNeue";
}*/
* {
	behavior: url('/styles/iepngfix.htc');
}

body {
	/*font: 80%/1.5em "Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;*/
	font: 80%/1.2em "Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #58585a;
	margin: 20px 0;
	padding: 0;
}

h1 {
	font: 200%/1.2em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	color: #00457d;
	margin: 0;
}
h2 {
	font: 160%/1.2em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	color: #ff5c00;
	margin: 0;
}
h3 {
	font: 140%/1.2em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	color: #000000;
}
h4 {
	font: 120%/1.2em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	color: #d50b27;
}

a {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #ff5c00;
	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 */

#main {
    margin: 0 auto;
    width: 1000px;
}

#header {
	height: 45px;
	background: #00457d;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
}
#logo a {
	background: #fff url('/images/logo.png') center left no-repeat;
	display: block;
	width: 250px;
	height: 45px;
}
#logo span {
	display: none;
}

#lang {
	font-size: 95%;
	text-align: right;
	padding-bottom: 5px;
}

/* Main Navigation */

#mainmenu {
	margin: 0;
	padding: 0;
}
#mainmenu h2 {
	margin: 0;
	padding: 4px 0;
	font-size: 100%;
	color: #262626;
	text-transform: uppercase;
	border-bottom: 1px solid #180400;
}
#mainmenu a {
	color: #180400;
	display: block;
	/*padding: 2px 0;
	margin-top: 7px;*/
	text-decoration: none;
}
#mainmenu ul li {
	list-style-type: none;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu ul li a {
	color: #262626;
	padding: 4px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #180400;
}
#mainmenu ul ul {
	margin: 5px 0 8px 0;
	padding: 0;
}
#mainmenu ul li li a {
	background: url('/images/arrow-link.jpg') center left no-repeat;
	padding: 0 0 0 10px;
	color: #4f4f4f;
	text-transform: none;
	border-bottom: 1px dotted #afafaf;
}
#mainmenu ul li li a:hover {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #e87031;
}

/* Top Navigation */

#menuholder{
	/*background: url(images/top-nav-bg.jpg) repeat-x center top;
	width: 850px;
	height: 37px;
	margin: 0 auto;
	padding: 0px 0;*/
}

#topmenu {
	margin: 0;
	padding: 19px 0 0 0;
	float: left;
	/*height: 45px;*/
	font-size: 90%;
}
#topmenu a {
	color: #fff;
	display: block;
}
#topmenu a:hover {
	background: #336699;
}
#topmenu li a {
	text-transform: uppercase;
	padding: 5px 9px;
}
#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: #6699cc;
	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: -20px 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 {
	background: #f5f4f1;
	color: #00457d;
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
}
#bottommenu ul {
	margin: 0;
	padding: 0;
}
#bottommenu li {
	list-style: none;
	float: left;
	margin-top: 7px;
	border-right: 1px dashed #999;
}
#bottommenu a {
	display: block;
	padding: 0 15px;
	margin: 0;
	text-align: center;
	font-size: 90%;
	color: #00457d;
	text-transform: uppercase;
}
#bottommenu a:hover {
	color: #808080;
}

/*  */
#hnav {
	padding: 20px 0 5px 0;
	border-bottom: 1px dashed #999;
	clear: both;
}

#linkitem {}
#linkitem li {
	list-style: none;
	float: left;
	padding: 0 5px;
}
#linkitem .home {
	background: url('/images/ihome.jpg') center left no-repeat;
	padding-left: 20px;
}
#linkitem .subscribe {
	background: url('/images/isubscribe.jpg') center left no-repeat;
	padding-left: 20px;
}
#linkitem .rss {
	background: url('/images/irss.jpg') center left no-repeat;
	padding-left: 20px;
}

/* Container */

#container {
	margin: 10px 0;
	padding: 0;
	clear: both;
}

#navigation {
	text-align: right;
	padding: 0 5px 15px 0;
}

#cleft {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#cright {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0 40px 0 0;
}

#content {
	margin: 0 340px 0 40px;
}

#content table {
	width: 98%;
}

#content h1 {
	font-size: 160%;
	margin-bottom: 8px;
}

#content h2 {
	font-size: 140%;
}

/*#content p {
	margin: 2px 0;
}
#content table {
	margin-top: 20px;
}
#content h1 {
	margin: 3px 0;
	padding: 3px 0;
}
#content h2 {
	margin: 5px 0 0 0;
}
#content li {
	list-style: outside;
	padding: 1px 0;
}
#content ol li {
	list-style: decimal;
	padding: 2px 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;
}

/* Imagenes */

.pictures-left {
	float: left;
	margin-right: 10px;
	/*width: 200px;*/
}
.pictures-right {
	float: right;
	margin-left: 10px;
	/*width: 200px;*/
}

.pics {
	border: none;
	vertical-align: middle;
}
.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;
}

/* 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;
}

/* Blogs */

#blogactua {
	width: 280px;
	background: url('/images/blogactua-foot.gif') center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#blogactua a {
	color: #fff;
}
#blogactua a:hover {
	color: #00457d;
}
#blogactua h2 {
	border-bottom: 1px dashed #2cb1b1;
}
#blogactua h2 a {
	background: url('/images/blogactua-h3.gif') center top no-repeat;
	width: 280px;
	height: 52px;
	display: block;
}
#blogactua h2 span {
	display: none;
}
#blogactua p {
	margin: 0;
	padding: 0 15px;
}
#blogactua p span {
	color: #00457d;
	font-size: 90%;
}


#blognuria {
	width: 280px;
	background: url('/images/blognuria-foot.gif') center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#blognuria a {
	color: #fff;
}
#blognuria a:hover {
	color: #00457d;
}
#blognuria h2 {
	border-bottom: 1px dashed #fb7d00;
}
#blognuria h2 a {
	background: url('/images/blognuria-h3.gif') center top no-repeat;
	width: 280px;
	height: 40px;
	display: block;
}
#blognuria h2 span {
	display: none;
}
#blognuria p {
	margin: 0;
	padding: 0 15px;
}
#blognuria p span {
	color: #00457d;
	font-size: 90%;
}


#blogforos {
	width: 280px;
	background: url('/images/forums.gif') center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#blogforos a {
	color: #fff;
}
#blogforos a:hover {
	color: #00457d;
}
/*#blogforos h2 {
	border-bottom: 1px dashed #f47a00;
}*/
#blogforos h2 a {
	background: url('/images/blogforos-h2.gif') center top no-repeat;
	width: 280px;
	height: 30px;
	display: block;
}
#blogforos h2 span {
	display: none;
}
#blogforos p {
	padding: 0 15px;
}
#blogforos p span {
	color: #00457d;
	font-size: 90%;
}

/* Testimonails */

#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-h3.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;
}

/* Links */

#links {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
#links h2 {
	font-size: 120%;
}
#links p {
	margin: 2px 0;
	padding: 0;
}
#links span {
	font-size: 90%;
	color: #00457d;
}
#links .linkimg {
	float: right;
	margin-left: 5px;
}

/*** Jobs ***/

#jobs {
	border-bottom: 1px dashed #ccc;
}
#jobs h1 {
	font-size: 160%;
}
#jobs h2 {
	font-size: 120%;
	border-bottom: 1px solid #ff5c00;
}
#jobs h3 {
	font-size: 110%;
}
#jobs span {
	color: #00457d;
}

/* News */

#news {
	border-bottom: 1px dashed #ccc;
}
#news h1 {
	font-size: 160%;
}
#news h2 {
	font-size: 120%;
}
#news span {
	color: #00457d;
}

#lastnews {
	width: 280px;
	background: #dfe7ef url('/images/lastnews-foot.gif') center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#lastnews h2 {
	background: url('/images/lastnews-h2.gif') center top no-repeat;
	color: #00457d;
	height: 35px;
	padding: 10px 15px 0 15px;
	border-bottom: 1px dashed #bdcedd;
}
#lastnews a {
	color: #58585a;
}
#lastnews a:hover {
	color: #ff5c00;
}
#lastnews p {
	margin: 10px 0;
	padding: 0 15px;
}
#lastnews p span {
	color: #00457d;
	font-size: 90%;
}
#lastnews .highlight {
	background: #98b3cb;
	color: #fff;
	margin: 5px 0;
	padding: 5px 0;
}
#lastnews .highlight img {
	height: 50px;
	border: 0;
	margin-left: 10px;
}
#lastnews .highlight a {
	color: #fff;
}
#lastnews .highlight a:hover {
	color: #fce000;
}

#lastnews .show {
	color: #00457d;
}
#lastnews .show a {
	color: #00457d;
}
#lastnews .show a:hover {
	color: #ff5c00;
}


/* 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;
}

/* 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; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { 	background: #b2b2b2; width: 66%; }
.ohp1 {	background: #b2b2b2; width: 54%; }
.divider { border-bottom: 1px dotted #e1e1e1; }
.dividerp { border-bottom: 1px dotted #ccc; }
a.bnone { border: none; }
.bnone { border: none; }

.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;
}

.info {
	background: #f0faff url('/images/admin/msginfo.png') 10px no-repeat;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	font-size: 90%;
	cursor: help;
	border: 1px solid #009de2;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.msg {
	background: #fff5f0;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	text-align: center;
	border: 1px solid #e24500;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Banner's */
#banner {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}

/* Breadcrumbs */
#breadcrumbs {
	margin: 0;
	padding: 0;
}
#breadcrumbs p {
	margin: 0;
	padding: 0;
}


/* Class Validation */
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 180px;
	float: left;
	font-weight: normal;

}
.tfvNormal {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 180px;
	float: left;
	font-weight: normal;
}

/* Language / Currency */

/*.lang, .curency {
	border: none;
}
.lang ul, .curency ul {
	padding-top: 10px;
}*/

.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;
}

/* Logos Inforpress */

#ginforpress {
	margin: 0;
	padding: 0;
	clear: both;
}

#ginforpress ul {
	margin: 0;
	padding: 0;
}

#ginforpress li {
	list-style: none;
	float: left;
	padding: 2px 24px;
}
#ginforpress span {
	display: none;
}
#ginforpress .inforpress {
	background: url('/images/logo-inforpress.jpg') center no-repeat;
	display: block;
	width: 133px;
	height: 60px;
}
#ginforpress .audentia {
	background: url('/images2/logo-audentiap.jpg') center no-repeat;
	display: block;
	width: 117px;
	height: 60px;
}
#ginforpress .audentiap {
	background: url('/images2/logo-audentia-p.jpg') center no-repeat;
	display: block;
	width: 114px;
	height: 60px;
}
#ginforpress .ecomunicacion {
	background: url('/images2/logo-ecomunicacion.jpg') center no-repeat;
	display: block;
	width: 95px;
	height: 60px;
}
#ginforpress .eventos {
	background: url('/images2/logo-eventos.jpg') center no-repeat;
	display: block;
	width: 147px;
	height: 60px;
}
#ginforpress .breathe {
	background: url('/images2/logo-breathe.jpg') center no-repeat;
	display: block;
	width: 185px;
	height: 60px;
}
#ginforpress .agenda {
	background: url('/images/logo-agenda.jpg') center no-repeat;
	display: block;
	width: 50px;
	height: 60px;
}

/* Paginator */

.paginator {
	margin: 0 auto;
	padding: 10px 0;
}

.paginator p {
	text-align: center !important;
}

.paginator a {
	padding: 1px 6px;
	border: 1px solid #dfe7ef;
	background-color: #dfe7ef;
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #00457d;
	background-color: #00457d;
	font-weight: bold;
	color: #fff;
}

.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #00457d;
	background-color: #00457d;
	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: 10px 0 0 0;
	font-size: 90%;
	clear: both;
	border-top: 1px dashed #999;
}
#footer a {
	color: #00457d;
}
#footer a:hover {
	color: #ff5c00;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer span {
	color: #009de2;
}