/***************************************************
 RESET
 ***************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
body {
/*	line-height: 100%;
*/}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align:middle;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
div {
border: 1px solid;
}
*/

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0;
	text-align: center;
	font: 0.64em verdana, arial, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 170%;
	color: #EEE;
	background: #585858 url(../images/bg_image.jpg) top left fixed;
/*
  background: #524436;
*/
	background-color: #f9f1e9;

}


a {
  color: #574e25;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}


h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}


#siteBox {
	width: 940px;
/*	background: url(../imgconfig/bg_content.jpg) no-repeat center top;
*/	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
/*	background-color: #f9f1e9;

	background-color: #f9f1e9;
*/
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 850px;
/*  background: #585858 url(../images/bg_header.jpg) repeat-y top center;  
*/
  height: 186px;
  /*background: url(../images/bg_header.jpg) no-repeat top center;*/
  margin-left: auto;
  margin-right: auto;
}

/***************************************************
  Header Menu
 ***************************************************/
#flash {
  width: 850px;
  height: 186px;
  text-align: left;
  float: left;
}

#navigation {
  text-align: center;
  padding: 0px;
  float:left;
  margin-top:0px;
  margin-left:34px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  line-height: normal; 
  margin-left: auto;
  margin-right: auto;
  float: inherit;
}

#navigation ul li {
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
}

/*#navigation ul li a {
  padding: 3px 10px 3px 10px;  
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: #b7a58f;
  font-size: 1.3em;
  background-color:#514435;
  margin: 0px 2px 0px 2px;
}
*/
#navigation ul li a {
  padding: 5px 10px 3px 10px;  
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b7a58f;
  font-size: 1.1em;
  background-color:#514435;
  margin: 0px 2px 0px 3px;
}

#navigation ul li a:hover, #navigation ul li a.active {
  color: #FFFFFF;
  background-color: #28221a;
}


/***************************************************
  Site Title
 ***************************************************/


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/

#enternav {
	border-top: 1px solid #C5BFB0;
	padding: 10px 0px 5px 0px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}

#enter {
	font-size: 1.4em;
	text-transform:uppercase;
	letter-spacing:2px;
}

#enter a {
	color: #846d4d;
	text-decoration: none;
}

#enter a:visited {
	color: #846d4d;
	text-decoration:none;
}

#enter a:hover {
  color: #584b3d;
  text-decoration:none;
}

#content {  
  clear: both;
  width: 850px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/bg_body.png) no-repeat top center;
  /*background-position: center -3px;*/
}

#title {
  padding: 0px 0px 0px 0px;
  float: left;
  width: 320px;
  height: 86px;
  margin-top: 22px;
  margin-left: 65px;
/*  background: url(../images/title01.png) no-repeat top left; */
}

#tabla {
  padding: 0px 0px 0px 0px;
  float: right;
  width: 60px;
  height: 37px;
  margin-top: 29px;
  margin-right: 120px;
/*  background: url(../images/title01.png) no-repeat top left; */
}

#tabla .backnavigation {
	margin-top:3px;
 	line-height:100%;
 	text-align:center;
	margin-left: 2px;
}

#tabla a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	text-transform:lowercase;
	letter-spacing: 2px;
}

#tabla a:visited {
  color: #FFFFFF;
  text-decoration:none;
}

#tabla a:hover {
  color: #FFFFFF;
  text-decoration:none;
}


#title p {
/*	font-size: 160%;
*/
	font-size: 1.55em;
	text-transform:uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #CCCCCC;
	float:left;
}

#title p:first-letter {
	color: #000000;
	font-size: 1.9em;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	letter-spacing: 1px;
}


#text1 {
	float: left;
	width: 850px !important;
	font: 1.2em verdana, arial, sans-serif;
	margin-bottom:20px;
}

#right1{
	float: left;
	width: 395px !important;
	text-align:right;
	margin-left: 130px;
	margin-top: 20px;
	color: #846d4d;
	line-height: 160%;
}

	
#image1 {
	float: left;
	width: 180px;
	height: 185px;
	margin-top: 5px;
	margin-left: 50px;
}

#text2 {
	float: left;
	width: 850px !important;
	font: 1.2em verdana, arial, sans-serif;
	margin-bottom:40px;
}

#right2{
	float: left;
	width: 420px !important;
	text-align:left;
	margin-left: 50px;
	margin-top: 20px;
	color: #846d4d;
	line-height: 160%;
}

#image2 {
	float: left;
	width: 140px;
	height: 100px;
	margin-top: 10px;
	margin-left: 150px;
}



/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
	float: right;
	padding: 0px;
	color: #bbb;
	font: 0.82em verdana, arial, sans-serif;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-align:right;
	margin-right: 160px;
	margin-bottom: 30px;
/*	margin-top: 50px;
*/}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

.clearfix {
	clear: both;
}
