/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h2 {
	color: #654;
	font-size: 1.4em;
}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	width: 900px;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
}

/* top */
.glosario{
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	}
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 40px;
	width: 828px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(img/bg2.png);
	background-repeat: repeat;
}

/* header */
.header {
	height: 400px;
	margin: 0 auto;
	width: 828px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	background-image: url(img/fondobanner.jpg);
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 618px;
	padding-left: 36px;
}
.item h1 {
	color: #567300;
	line-height: 40px;
	padding-left: 16px;
	background-color: #ffffff;
	background-image: url(img/bg2.png);
}
.item .body {
	padding: 12px 18px;
	background-image: url(img/esquina.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	color: #567300;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	background-color: #ffffff;
	background-image: url(img/bg3.png);
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
.navigation li a {
	color: #000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #F7FBF3;
	background-repeat: repeat-x;
}
.navigation li a:hover {
	color: #000;
	background-color: #fff;
	background-image: url(img/bg3.png);
}

/* footer */
.footer {
	color: #000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 824px;
	background-color: #FFF;
	background-image: url(img/bg2.png);
	background-repeat: repeat-x;
}
.footer a {color: #000;}
.footer a:hover {color: #567300;}
.item .form{
	width: 40%;
	right: 0px;
	float: right;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}
