/* body */
body {
	background: #CACACA url(imagenes/background.png) repeat-x;
	font-family: Arial, Verdana, serif
}
#container {
	margin: 0 auto;
	width: 896px
}

/* header */
#header {
	width: 100%
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A48808
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* content */
.content {
	float: left;
	width: 640px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 11px
}
.details {
	float: left;
	width: 640px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 10px
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A48808
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* menu */
.menu {
	width: 140px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A48808
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}

/* links */
a {
	color: #A48808;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A48808;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #A48808;
	font-weight: bold;
	text-decoration: none
}

/* images */
img {
	border: 0px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #4B75A5;
}

/* main column */
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('imagenes/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('imagenes/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('imagenes/background_bottom.gif');
}
.title {
	background-color: #FAFAFA;
	padding: 5px; margin: 5px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 14px;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url('imagenes/clock.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

/* footer */
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-center  { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* additional classes */
.clear  { clear: both; }