/* ------------------------------------------- */
/* --- menu styles                                  */
/* ------------------------------------------- */
#menu-table {
	width:100%;
	background: #abc;
	border-top:1px solid #6c88c1;
	border-bottom:1px solid #6c88c1;
}
#menu {
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	margin: 0;
	padding:0;
}
#menu-orig {
	background: #abc;
	border-top:1px solid #6c88c1;
	border-bottom:1px solid #6c88c1;
	font-size:0.9em;
	font-weight:bold;
	xmargin: -10px -8px 10px -8px;
	margin:0;
	padding-bottom:1px;
	text-align:left;
}
#menu .current {
	background: #ddeaf4;
	color: #333;
	border:1px solid #993333;
	margin:-1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu a {
	color: #000;
	fxont-size: 14px;
	xfont-weight: normal;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu a:hover, #menu .current {
	background: #ddeaf4;
	color: #333;
	border:1px solid #993333;
	margin:-1px;
}
#menu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
}
#menu .menu-line {
	border-right:2px solid #6c88c1;
	padding:8px 0px;
	margin-right:3px;
}
#menu .menu-right {
	position:relative;
	float:right;
	text-align:right;
	xmargin:-21px 5px;
}
#menu .menu-right a:hover {
	background:inherit;
	border:0;
	padding:0p;
	margin:0px;
}

/* ------------------------------------------- */
/* --- special chars                               */
/* ------------------------------------------- */
.special_chars input {
	margin:5px 1px;
	padding:4px;
}

/* ------------------------------------------- */
/* --- Amazon store iframe                 */
/* ------------------------------------------- */
.iframe {
	margin:5px;
	width:762px;
}

/* ------------------------------------------- */
/* --- El Pais Headlines photos            */
/* ------------------------------------------- */
.headlines img {
	width:100%;
}
