body {
font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
color: #1D1B11;
font-size: 14px;
background: #1D1B11;
margin:0;
		text-align: center; /* for IE */
}

h1 {
/*font-family: 'Century Gothic';*/
font-weight: normal;
color: #1C1805;
font-size: 200%;
margin: 20px 0 5px 0px;
padding: 0;
letter-spacing: 0.2em
}

h3 {
clear: both;
margin: 2em  0 0 0;
font-weight: bold;
font-size: 120%;
letter-spacing: 0.1em
}


#contenedor {
margin: 30px auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 780px;
}

#contenedor2 {
width: 670px;
display:inline;
}

#header {
float: left;
width: 670px;
height: 64px;
background:url(headerbg22.png) no-repeat right 2px;
display:inline;
margin-bottom: 5px;
}

#der-bg {
margin-top: -102px;
float: left;
width: 105px;
height: 130px;
background: no-repeat top right;
display:inline;
}

#contenido {
color: #1D1B11;
float: left;
width: 470px;
background: #4F4A2F;
padding: 10px;
/*display:inline;*/
}


#menu {
width: 180px;
float: left;
display:inline;
}

#der{
width: 515px;
float: left;
}

#pie {
float: left;
width: 100%;
color:#FFFFFF;
text-align: center;
font-size: 80%;
}



img.caracol {
border: 5px solid #82794D;
margin: 10px 0 4px 10px
}

cite {
float: right;
margin: 0 3em 2em 0;
font-weight: bold;
}

blockquote {
clear: both;
font-style:oblique;
margin: 1.5em
}



span.comillas {
background: #333 url(com-izq.png)
}

table {
text-align: center;
margin: 2em 0 0 15px;
}

a:link img {
border: 2px solid #82794D;
}

a:hover img {
border: 2px solid #1C1805;
}

#version {
text-align: right;
margin-right: 5px;
}

#version a:link, #version a:visited {
color: #4F4A2F;
text-decoration: none;
}

#version a:hover{
color: #82794D;
text-decoration: underline;
}

/*------------menu---------------------*/
ul#nav {
list-style: none;
padding:0;
margin: -5px 0 0 0;
text-transform: capitalize;
}

#nav a{
color: #4F4A2F;
font-size: 25px;
text-align: right;
text-decoration: none;
padding: 5px;
margin: 5px;
width: 160px;
display: block;
background: #1C1805;
border: 1px solid #4F4A2F;
}


#nav a:hover{
color: #82794D;
/*background: #82794D;*/
border: 1px solid #82794D;
}

ul.home-der {

  float: left;
  width: 30em;
margin: 0;
padding: 0 0 1em 40px;;
list-style: none;

}

ul.home-der li {
  float: left;
  width: 15em;

}


/*----------------contacto------------------------------*/

form {
margin-left: 70px
}

label { 
display:block; 
font-weight:bold; 
margin-bottom:3px;
color:#1C1805
}  

input, textarea{
background: #82794D;
border: 1px solid #1C1805;
color:#1C1805;
font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
font-size:100%;
font-weight: normal;
padding:0.3em;
}

textarea{overflow:auto;
font-size:100%
}