
body {
	margin: 0;
	background: #FBFCF2;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Account ---------------------- */
#account { background: #fff; }
#account .inner {
	position: relative;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	width: 752px;
}
#account p {
	margin: 0 0 0 1px;
	font-size: .6em;
	color: #444;
}
#account #login {
	position: absolute;
	top: 25px;
	right: 0;
	height: 23px;
	z-index: 100;
	padding: 0 19px 0 0;
	background: url(./images/login_right.png) no-repeat 100% 0;
}
#account #login p {
	margin: 0;
	padding: 0 1px 0 19px;
	height: 23px;
	float: right;
	width: auto;
	background: url(./images/login_left.png) no-repeat 0 0;
}
#account #login p span { color: #aaa; }

/* Main Wrappers ------------------- */
#wrapper {
	border-top: solid 1px #D2D6B8;
	background: #FBFCF2 url(./images/wrapper.png) repeat-x 0 0;
}
#wrapper .inner {
	position: relative;
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 752px;
}

/* Heading --------------------------- */
#heading {
	margin: 0 0 25px 0;
	float: left;
	clear: both;
	width: 752px;
}
#heading h1 {
	float: left;
	margin: 0 25px 0 1px;
	width: 100px;
	height: 77px;
	text-indent: -2000px;
	background: url(./images/monedas.jpg) no-repeat;
	border:1px solid #000;
}
#heading p#tagline {
	float: left;
	display: block;
	margin: 23px 0 0 0;
	width: 270px;
	height: 25px;
	text-indent: -2000px;
	background: url(./images/tagline2.gif) no-repeat;
}

/* Search box ---------------- */
#search {
	margin: 0 0 25px 0;
	padding: 12px 0 0 0;
	background: url(./images/box_top.png) no-repeat;
	clear: both;
}
#search .inner {
	position: static;
	width: auto;
	border: none;
	margin: 0;
	padding: 3px 15px 18px 15px;
	background: url(./images/box_under.png) no-repeat 0 100%;
}
#search .inner { border: none; }
#search .inner label {
	margin: 0 0 8px 0;
	display: block;
	font-size: 1.2em;
	color: #777;
}
#search .inner label span { color: #adadad; }
#search .inner #query {
	margin: 0 10px 0 0;
	font-size: 20px;
	width: 570px;
}
#search .inner .button {
	margin: -7px 0 0 0;
	vertical-align: middle;
}

/* Search box: Underwrap ---------------- */
#search.has_under { margin-bottom: 0; }
#search.has_under .inner { background: url(./images/under_search.png) no-repeat 0 100%; }
#under_search {
	margin: 0 0 25px 0;
	padding: 10px 15px 15px 15px;
	background: url(./images/under_search_bkg.png) no-repeat 0 100%;
}
#under_search p {
	font-size: 12px;
	line-height: 19px;
	color: #111;
}
#under_search p a {
	padding: 1px 3px 1px 3px;
	background: #9BB010;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}
#under_search p a:hover { background: #6F7E0B; }


/* Three up ---------------- */
#wrapper .three_up {
	float: left;
	clear: both;
	margin: 0 0 25px 0;
	padding: 0 0 4px 0;
	width: 752px;
	background: url(./images/box_under.png) no-repeat 0 100%;
}
#wrapper .three_up .node {
	position: relative;
	float: left;
	width: 220px;
	padding: 15px;
	border-right: solid 1px #E4E5DC;
}
#wrapper .three_up.searches .node { height: 100px; }
#wrapper .three_up.about .node { height: 130px; }
#wrapper .three_up .node h3 {
	margin: 0 0 8px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #00324D;
}
#wrapper .three_up.searches .node h3 { color: #aaa; }
#wrapper .three_up .node h3 strong {
	font-weight: normal;
	color: #00324D;
}
#wrapper .three_up .node p {
	font-size: .7em;
	line-height: 1.4em;
	color: #434343;
}
#wrapper .three_up .node p.more {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#wrapper .three_up.about .node p img.acs_papers {
	float: right;
	margin: -20px -40px 5px 5px;
}

#wrapper .three_up .node ul { margin: 0 0 0 15px; }
#wrapper .three_up .node li {
	margin: 0 0 3px 0;
	list-style: disc;
	font-size: .7em;
	line-height: 1.4em;
	color: #aaa;
}
#wrapper .three_up .node.first { background: url(./images/box_left_notrans.png) no-repeat 0 0; }
#wrapper .three_up .node.last {
	background: url(./images/box_right_notrans.png) no-repeat 100% 0;
	border-right: none;
}

/* Footer --------- */
#wrapper #footer {
	width: 752px;
	float: left;
	clear: both;
	margin: 0;
}
#wrapper #footer p {
	float: left;
	width: 252px;
	padding: 2px 0 30px 0;
	text-align: center;
	font-size: .7em;
	color: #979893;
}
#wrapper #footer p a { color: #979893; }
#wrapper #footer p a:hover { color: #1a1a1a; }
#wrapper #footer p.left {
	padding: 2px 0 30px 1px;
	width: 249px;
	text-align: left;
}
#wrapper #footer p.right {
	padding: 0 1px 30px 0;
	width: 249px;
	text-align: right;
}

#wrapper #footer p.right a {
	display: block;
	padding: 2px 30px 0 0;
	border-bottom: none;
	text-decoration: none;
}
#wrapper #footer p.right a:hover { background-position: 100% -24px; }
#wrapper #footer p.right a span { display: none; }

a {
	padding-bottom: 1px;
	color: #9BB010;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}
a:hover {
	color: #111;
	border-bottom: solid 1px #ccc;
}

input {
	font-size: 1.4em;
	text-align:right;
	padding:0 10px 0 0;
	border:none;
	//border:1px solid #ccc;
	background-color: #eee;
}

h1 {
	border-bottom:2px dotted #ccc;
	width:480px;
	padding-left:30px;
}
