/*-----------------------------------------------------------------EEI------------------------------------------------------------------*/
/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:990px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 1px rgb(150,150,150); font-size:1.0em;}
.main {clear:both; width:990px; padding-bottom:30px; background:#ffffff;}
.relleno{
	width:170px;
	float:left;
	}

.main-navigation {
	display:none;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:right;
	width:740px;
	margin:0 65px 0 0px;
	overflow:visible !important /*Firefox*/;
	
}
.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:135px;
	margin:0 5px 0 0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.footer {
	clear:both;
	width:990px;
	padding:1.0em 0 1.0em 0;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #ad0000;
	background-image: url(../../../images/bg_footer.gif);
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:990px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

.header-middle {width:990px; height:150px; background:rgb(230,230,230) url(./img/mayo10.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-bottom {width:990px;}
.header-breadcrumbs {clear:both; width:990px; padding:1.0em 0 1.5em 0; background:rgb(255,255,255) url(./img/bg_head_breadcrumbs.jpg) repeat-y;}

/********************/
/*  HEADER SECTION  */
/********************/
.sitelogo {width:990px; height:81px; position:absolute; z-index:1; margin:0 0 0 0; background:url(./img/bg_head_top.jpg); }
.sitename {width:200px; height:45px; position:absolute; z-index:1; margin:20px 0 0 770px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.sitename h1 {font-size:240%;}
.sitename h2 {margin:-4px 0 0 0; color:rgb(125,125,125); font-size:120%;}
.sitename a {text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none; color:rgb(50,50,50);}

.nav0 {width:350px; position:absolute; z-index:2; margin:25px 0 0 0; margin-left:550px !important/*Non-IE6*/; margin-left:553px /*IE6*/;}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {
	padding:0 0 0 7px;
}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:14px; border:none;}

.nav1 {width:350px; position:absolute; z-index:3; margin:50px 0 0 650px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125) ; text-decoration:none; font-size:110%;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}

.sitemessage {width:400px; height:120px; position:absolute; z-index:1; margin:20px 0 0 480px; color:rgb(234,239,247); /*overflow:visible !important /*Activate if Firefox print problems*/; overflow:hidden /*IE6*/;}
.sitemessage h1 {width:400px; text-align:right; font-size:230%;}
.sitemessage h2 {float:right; width:320px; margin:8px 0 0 0; text-align:right; line-height:100%; font-size:160%;}
.sitemessage h3 {float:right; width:320px; margin:10px 0 0 0; text-align:right; font-size:140%;}
.sitemessage h3 a {text-decoration:none; color:rgb(234,239,247);}
.sitemessage h3 a:hover {text-decoration:none; color:rgb(50,50,50);}

/*Drop-down menu*/
.nav2 {white-space:nowrap /*IE hack*/; float:left; width:990px; border:none; background:#525252; color:#fa7d00; font-size:115%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.nav2 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: #ffffff;}
.nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav2 ul li:hover {position:relative;} /*Sylvain IE hack*/
.nav2 ul li:hover a {background-color:#000000; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#525252; font-weight:normal; color:#ffffff;} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:#000000; text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav2 ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:#000000; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.header-breadcrumbs ul li {
	display:inline;
	background:transparent url(./img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:100%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
.header-breadcrumbs ul a {color:#ad0000; text-decoration:none;}
.header-breadcrumbs ul a:hover {color:#a78686; text-decoration:underline;}

.header-breadcrumbs .searchform { width:285px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
.header-breadcrumbs .searchform form fieldset {float:right; border:none;}
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:120%;
}
.header-breadcrumbs .searchform input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
}
.header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

.mes {
	font-size: 105%;
}
/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 190px; background:url(../Copy%20of%20EEI_interior/img/bg_corner_topright.gif) no-repeat;}

.nav3-grid {width:199px; border-bottom:solid 1px rgb(200,200,200);}
.nav3-grid dt a, .nav3-grid dt a:visited {display:block; min-height:2.0em /*Non-IE6*/; height:auto !important; height:2.0em /*IE6*/; line-height:2.0em; padding:0px 0px 0px 10px;  border-top: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-grid dd a, .nav3-grid dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 30px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid dd a:hover, .nav3-grid dt a:hover {background-color:rgb(225,225,225); /*background-color:rgb(143,174,215) /*For blue background*/; color:rgb(42,90,138); text-decoration:none;}

.nav3-bullet {
	width:140px;
	margin:5px 0 0 10px;
}
.nav3-bullet dt a, .nav3-bullet dt a:visited {
	line-height:2em;
	/*background:url(./img/bg_bullet_full_1.gif) no-repeat 0px 50%;*/ text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:124%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.nav3-bullet dd a, .nav3-bullet dd a:visited {line-height:1.7em; margin:0 0 0 0px; padding:0 0 0 0px; /*background:url(../img/bg_bullet_half_1.gif) no-repeat 0px 50%;*/ text-decoration:none; color:#333333; font-weight:normal; font-size:120%;}
.nav3-bullet dt a:hover {/*background:url(./img/bg_bullet_full_2.gif) no-repeat 0px 50%;*/ text-decoration:underline; color:#a78686;}
.nav3-bullet dd a:hover {/*background:url(./img/bg_bullet_half_2.gif) no-repeat 0px 50%;*/ text-decoration:underline; color:#525252;}

.nav3-nobullet {width:170px; margin:10px 0 0 20px;}
.nav3-nobullet dt a, .nav3-nobullet dt a:visited {
	line-height:2em;
	text-decoration:none;
	color:rgb(70,122,167);
	font-weight:bold;
	font-size:120%;
}
.nav3-nobullet dd a, .nav3-nobullet dd a:visited {line-height:1.7em; margin:0 0 0 15px; text-decoration:none; color:rgb(70,122,167); font-weight:normal; font-size:120%;}
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover {text-decoration:underline; color:rgb(42,90,138);}

.main-navigation .loginform {
	width:160px;
	margin:-10px 20px 0 20px;
}
.main-navigation .loginform p {clear:both; margin:0; padding:0;}
.main-navigation .loginform fieldset {width:160px; border:none;}
.main-navigation .loginform label.top {float:left; width:125px; margin:0 0 2px 0; font-size:110%;}
.main-navigation .loginform label.right {float:left; width:125px; margin:5px 0 0 0; padding:0 0 0 3px; /*IE6*/; font-size:110%;}
.main-navigation .loginform input.field {width:158px; margin:0 0 5px 0; padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.main-navigation .loginform input.checkbox {float:left; margin:5px 0 0 0 !important /*Non-IE6*/; margin:2px 0 0 -3px /*IE6*/; border:none;}
.main-navigation .loginform input.button {float:left; width:5.0em; margin:10px 0 5px 0; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.main-navigation .loginform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:#525252;}

.main-navigation h1.first {clear:both; margin:0px; padding:4px 20px 3px 20px; background-color:rgb(190,190,190); /*background-color:rgb(137,170,214)/*For blue background*/; font-family:courier new,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%; }
.main-navigation h1 {clear:both; margin:30px 0 20px 0; padding:4px 20px 3px 20px; background:rgb(190,190,190); font-family:courier new,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%; }
.main-navigation h2 {clear:both; margin:20px 10px 10px 20px; font-family:courier new,arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:150%;}
.main-navigation h3 {clear:both; margin:10px 10px 5px 20px; font-family:courier new,arial,sans-serif; color:#525252; font-weight:bold; font-size:110%;} /* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
.main-navigation p {clear:both; margin:0 10px 10px 20px; color:#525252; line-height:1.3em; font-size:110%;}
.main-navigation p.center {text-align:center;}
.main-navigation p.right {text-align:right;}


/* MAIN CONTENT */
.column1-unit {width:430px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */

/*.main-content h1.pagetitle {margin:0 0 0.4em 1.5em; padding:0 0 2px 0; border-bottom:solid 3px #ad0000; font-family:courier new,arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:220%;}
.main-content h2.pagetitle {margin:0 0 0.4em 1.5em; padding:0 0 2px 0; border-bottom:solid 3px #ad0000; font-family:courier new,arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:220%;}*/

/*CAMBIOS ENCABEZADO*/
.main-content .pagetitle {
	margin:0 0 0.2em 1.5em;
	padding:0 0 2px 0;
	border-bottom:solid 3px #ad0000;
	font-family:"courier new", arial, sans-serif;
	color:rgb(100,100,100);
	font-weight:bold;
	font-size:220%;
	text-align: center;
}

/*FIN CAMBIOS ENCABEZADO*/
.main-content h1.block {clear:both; margin:1.0em 0 0em 0; padding:2px 0 2px 2px; background:rgb(190,190,190); font-family:courier new,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:220%;}
/*.main-content h1 {clear:both; margin:0 0 0.5em 1.5em; font-family:courier new,arial,sans-serif; color:#525252; font-weight:normal; font-size:210%;}*/
.main-content h1 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#323232;
	font-weight:bolder;
	font-size:180%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-style: italic;
}

.main-content h2 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#525252;
	font-weight:normal;
	font-size:165%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.main-content h3 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0000;
	font-weight:normal;
	font-size:140%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-align: right;
	
}
/*.main-content h3 {clear:both; margin:0.5em 0 0.5em 0.4em; font-family:courier new,arial,sans-serif; color:#ad0000; font-weight:normal; font-size:130%;}*/
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {margin:1.5em 0 1.0em 0; color:#525252; font-family:courier new,arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:#525252; font-family:courier new,arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:#525252; font-weight:bold; font-size:120%;}

.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:100%;}

.main-content table {clear:both; width:99%; margin:2.0em 0 0.2em 20px;}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px;}
.main-content table th {height:3.0em; padding:2px 20px 2px 7px;}
.main-content table td {height:3.0em; padding:2px 7px 2px 7px;}
p.caption {clear:both; margin:0.5em 0 2.0em 0px; text-align:left; color:#525252; font-size:110%;}

.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0;line-height:1.4em; font-size:110%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:110%;}

.subcontent-unit-border {width:140px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px rgb(190,190,190); background:rgb(235,235,235);}
.subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(248,224,150);}

.subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}

.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin-top:-1px;
	margin-left:-1px;
	background-color: #adadad;
}
.round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin-top:-1px;
	margin-left:174px;
	background-color: #adadad;
}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../Copy%20of%20EEI_interior/img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../Copy%20of%20EEI_interior/img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:#fff; font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:none; color:#eee;}
.footer a:hover {text-decoration:underline; color:#333;}
.footer a:visited {color:#ccc;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

.celda_inicio {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3d5d4;
	border-right-color: #c3c5c4;
	border-bottom-color: #c3c5c4;
	border-left-color: #d3d5d4;
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
/*@media print {.header-top {width:990px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}

@media print {.main {clear:both; width:990px; padding-bottom:30px; background:transparent;}}
@media print {.main-content{ width: 90%;} 
.main-content object {display: none;} 
.header-breadcrumbs{display:none;} 
#base{display:none;} 
.taglist{display:none;}
#adsense{display:none;} 
#banner_AC{display:none;} 
.header-top {background-image: url(/img/logoEEI_print.jpg);}

.header-middle{display:none;} 
.header-bottom{display:none;} 
.nav1{display:none;} 
.nav2{display:none;} 
.page-container{
	border:0;
	} 
.main-content p {
	line-height:1.5em;
	font-size:11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	padding-top: 5px;
	
}
.pagetitle {
	margin:0 0 0.2em 1.5em;
	padding:0 0 2px 0;
	
	font-family:"courier new", arial, sans-serif;
	color:rgb(100,100,100);
	font-weight:bold;
	font-size:220%;
	text-align: center;
	clear: both;
}
h3{clear:both;}
.feedback{display:none;}
.post-footer{display:none;}
.relleno{display:none;}

	
	}
@media print {.footer {clear:both; width:990px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
.pie {
	color: #CCCCCC;
}
.pie a {
	color: #CCCCCC;
	text-decoration: none;
}

.pie a:hover {
	text-decoration: underline;
}


.menu_lateral li {
	list-style-type: none;
	padding-left: 3px;
	font-weight: normal;
	font-size: 14px;
	margin: 3px;
	padding-bottom: 10px;
}
.menu_lateral li li {
	padding-left: 5px;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
}
.menu_lateral li li li {
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 2px;
}
.menu_lateral li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
.comparte {
	float:left;
}

/********************/
/*  COMMON CLASSES  */
/********************/

.main a {color:#ad0000; text-decoration:none;}
.main-content h1 a {color:#ad0000; font-weight:normal; text-decoration:none;}
.main-content a {
	color:#ad0000; 
	text-decoration:none;
	}
.main-content a:hover{
	color: #330000;
	text-decoration: underline;
	}
.main-content a:visited{
	color: #bb5050;
}
.main a:hover {
	color:#5B4949;
	text-decoration:underline;
}

.nav3-grid dda a, .nav3-grid dda a:visited {
	display:block;
	min-height:1.7em /*Non-IE6*/;
	height:auto !important;
	height:1.7em /*IE6*/;
	line-height:1.7em;
	padding:0px 10px 0px 50px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:rgb(70,122,167);
	font-size:120%;
}
.nav3-grid dda a:hover, .nav3-grid dt a:hover {
	background-color:rgb(225,225,225); /*background-color:rgb(143,174,215) /*For blue background*/
	;
	color:rgb(42,90,138);
	text-decoration:none;
}
.nav3-bullet dda a, .nav3-bullet dda a:visited {
	line-height:1.7em;
	margin:0 0 0 0px;
	padding:0 0 0 0px; /*background:url(../img/bg_bullet_half_1.gif) no-repeat 0px 50%;*/
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	font-size:120%;
}
.nav3-bullet dda a:hover {
	text-decoration:underline;
	color:#525252;
}
.taglist a, .taglist a:visited
{
line-height:2em;
font-size:120%;
margin:0 0 0 10px;
}


/***********************************/
/*     FEEDBACK                    */
/***********************************/
.feedback {
  clear: both;
    margin: 20px 0 10px 20px;
    padding: 10px 0 0 20px;
    border-top: 1px solid #DCDCDC;
	font-size: 110%;
}
.feedback_intro {
  background-image: url(img/feather.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 20px 0 0 40px;
}
.feedback_error_msg {
  margin: 15px 0;
  padding: 15px;
  background-color: #FFFACD;
  color: #8B0000;
  border: 1px solid #8B0000;
}
.feedback_item {
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px solid #dcdcdc;
}
.fb_header {
  margin: 5px 0;
  font-weight: bold;
}
.fb_text {
  font-style: italic;
}
.feedback_remark {
  margin: 15px 0;
  padding: 15px;
  background-color: #FFFACD;
  color: #003366;
  border: 1px solid #003366;
}
.fb_comment {
  margin: 10px 0 10px 30px;
  font-size: 8pt;
}


table#fb_id_table {
  width: 450px;
}
#fb_id_table td {
  vertical-align: middle;
}
input#fb_id_btn_abort,
input#fb_id_btn_submit,
textarea#fb_id_text,
input#fb_id_header,
input#fb_id_email,
input#fb_id_name {
  width: 100%;
}
input#fb_id_captcha {
  /*width: 80px;*/
  width: 100%;
  margin: 0 15px 0 0;
}
input#fb_id_captcha_reload {
  width: 155px;
}
.fb_title {
  color: #000000;
  background-color: transparent;
  font-size: 8pt;
  font-weight: bold;
}
.fb_intro {
  padding: 0 0 0 10px;
  font-size: 8pt;
  font-weight: normal;
}
.fb_captcha_explain {
  padding: 0;
  font-size: 8pt;
  font-weight: normal;
}
.fb_error {
  margin: 15px 0;
  padding: 15px;
  color: #8B0000;
  background-color: #EEE8AA;
  border: 1px solid #8B0000;
}

td#captcha_display {
  padding: 10px 5px 20px 0;
  vertical-align: top;
}
td#captcha_value {
  padding: 10px 0 20px 0;
  vertical-align: top;
}
.fnac {
	margin: 0px;
	padding: 0px;
	width: 176px;
}

.fnac_top {
	background-image: url(http://www.elespectadorimaginario.com/media/fnac_top.jpg);
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 176px;
}
.fnac_middle {
	background-image: url(http://www.elespectadorimaginario.com/media/fnac_middle.jpg);
	margin: 0px;
	padding: 0px;
	width: 176px;
}
.fnac_bottom {
	background-image: url(http://www.elespectadorimaginario.com/media/fnac_bottom.jpg);
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 176px;
}
.fnac p {
	margin: 0px;	
	}
.fnac img{
	margin: 0px;
	padding: 0px;
	}
	.hide-me {

display: none;

}

