/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a:active { outline: none; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	padding-top:0;
	margin-top:0;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
border:0;
}
b {
 font-weight: bold;
}
/* ESTILOS */
body {
background: #91734f;
font-size: 16px;
color: #222;
font-family: Georgia, "Lucida Grande", "Lucida Sans";
}

/* Capas y propiedades */
#wrapper{
width: 900px;
margin: 0 auto;
}
#header{
width:100%;
height:165px;
background:#fff;
}
#header img{
margin-left:25px;
float:left;}
#nav{
width:100%;
background:#7e6446;
font-family:Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:13px;
letter-spacing:1px;
}
#nav ul{
padding:0 20px;
width:860px;
margin:0 auto;
list-style:none;
}
#nav ul li{
margin:0 8px 0 0px;
padding:17px 0;
float:left;
}
#nav ul li a{
padding:17px 20px;
color:#eee;
text-decoration:none;
}
#nav ul li a:hover{
text-decoration:underline;
}
#nav ul li a.current{
color:#fff;
background:#a43921;
}
#nav ul li a.current:hover{
text-decoration:none;
}
#subnav{
clear:both;
background: #a43921;
}
#subnav img{
float:left;
}
#main{
background:url("mainbg.png") #646161 no-repeat;
clear:both;
padding-bottom:25px;
}
#content{
background:#fff;
padding:40px;
}
#content h2, #content h2 a{
padding:10px 0;
font-size:24px;
font-family:"Lucida Sans", "Lucida Grande", Arial, Tahoma;
color:#333;
}
#content h3{
padding-bottom:10px;
font-size:18px;
font-family:"Lucida Sans", "Lucida Grande", Arial, Tahoma;
color:#333;
}
#content h4{
padding-top:10px;
font-size:15px;
font-family:"Lucida Sans", "Lucida Grande", Arial, Tahoma;
color:#333;
}
#content p{
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #424242;
line-height:30px;
margin:15px 0px;
}
#sidebar {
background:#e8e8e8;
width:220px;
float:left;
padding-bottom:80px;
}
#sidebar p{
color:#333;
padding:10px 20px 20px 20px;
border-bottom:1px solid #fff;
}
#sidebar h3{
background:#dbdbdb;
padding:15px 15px;
color:#757474;
font-style:italic;
font-family:Georgia;
font-size:15px;
}
#sidebar ul{
list-style:none;
color:#444;
}
#sidebar ul li{
margin:0 15px;
padding:15px 0;
border-bottom:1px solid #fff;
}
#footer {
background:#7e6446;
height:50px;
}
#mininav{
background:url("mininavbg.png") #eee repeat-x;
border:1px solid #a4a4a3;
float: right;
margin-top:9px;
margin-right:25px;
}
#mininav ul{
padding:6px 0 9px 0;
list-style:none;
margin-left:20px;
margin-right:0px;
}
#mininav ul li{
margin:0;
padding:0 20px 0 0;
display:inline;
}
#mininav ul li a{
margin:0;
padding:0;
color:#666;
font-size:10px;
font-family:Arial, sans-serif;
text-transform:uppercase;
}
#mininav ul li a:hover{
color:#444;
text-decoration:none;
}

/* Clases y Propiedades */
.fixcenter{
width:900px;
padding-top:58px;
margin:0 auto;
}
.center{
margin:0 auto;
}
.full{
width:820px;
}
.doublecol{
width:600px;
float:left;
}
.doublecol p{
margin:10px 25px;
}
.col{
width:300px;
float:left;
}
.col p{
margin:10px 25px;
font-family:Georgia;
font-size:13px;
line-height:32px;
color:#3b3838;
}
.col a{
font-family:Georgia;
font-size:13px;
color:#3b3838;
font-weight:bold;
}
.col span{
margin:5px 20px;
}
.col span a{
font-family:Lucida Sans, Trebuchet MS,  Arial, Tahoma;
color:#2e2f2f;
font-size:13px;
padding-top:5px;
margin-right:15px;
}
.clear {
height:0px;
clear:both;
}
.left {
float: left;}
.right {
float: right;}

/* Elementos Globales */
ul {
list-style: disc;
}
li, li ul li {
margin-left: 20px;
}
h1, h2, h3, h4, h5, h6{
font-family: "Trebuchet MS",Arial;
color: #000;
font-weight: bold;
margin:0px 0px 10px 0px;
}
h1 {
font-size:185%;
}
h2 {
font-size:160%;
}
h3 {
font-size:145%;
} 
h4 {
font-size:125%;
}
h5 {
font-size:115%;
}
h6{
font-size:105%;
}
a{
color: #21759B;
text-decoration: none;
}
a:visited, a:active{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
p {
line-height: 24px;
}
img {
background: url("loading.gif") center no-repeat;
}
img.imageleft {
float:left;
margin-bottom:5px;
margin-right:15px;
}
img.imageright {
float:right;
margin-bottom:5px;
margin-left:15px;
}
table {
margin: 15px;
padding:0 0 15px;
}
th, td {
background:#fff;
border:1px solid #DADADA;
margin:1px;
padding:5px 40px 5px 15px;
text-align:left;
}
blockquote {
font-style: italic;
line-height: 20px;
background: #eee;
font-size: 102%;
margin:10px 15px;
padding: 15px;
}
pre {
background: #eee;
margin:10px 15px;
padding: 15px;
font-family: Courier;
}
em{
font-style: italic;
}
