/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
color: #ccc;
}

a:hover {
text-decoration: underline;
color: #ccc;
}

a:visited {
color: #ccc;
}

body {
background: #d5e7db url(../images/fondo.jpg) repeat-x;
font: 13px Arial, Helvetica, sans-serif;
color: #000000;
}

#content
{
margin: 0 auto;
background: #fff;
width: 1002px;
text-align: left;
}

#main
{
width: 1002px;
padding-top: 10px;
background: #fff;
}


#header {
height: 283px;
text-align: right;
border:10px solid #fff;
background-repeat: no-repeat;
background-position:center;
}

#logo {

width: 982px;
height: 203px;
text-align: right;
padding-right: 20px;
padding-top: 100px;
}


#logo a {
text-decoration: none;
text-transform: lowercase;
font-style: italic;
font-size: 18px;
color: #333;
}

#logo h1
{
margin-right:20px;
}

#logo h2
{
margin-right:20px;
}

#logo h2 a
{
font-size: 12px;
}


#menu
{
margin: 0 auto;
width: 982px;
height: 48px;
padding-top: 10px;
}

#menu ul {
list-style: none;
float:right;
}

#menu li {

display: inline; 

}

#menu a {
float: left;
width: 100px;
height: 23px;
display: block;
text-align: center;
text-decoration: none;
color: #a17a51;
font-weight: bold;
padding-top: 10px;
font-size: 14px;
text-transform: uppercase;
}

#menu a:hover {
width: 100px;
height: 23px;
color: #a17a51;
text-decoration: underline;
background: #ffffff;
}


#menu-sec ul {
list-style: none;
float:left;
}

#menu-sec li {

display: inline; 

}

#menu-sec a {
float: left;
width: 100px;
height: 23px;
display: block;
text-align: center;
text-decoration: none;
color: #fff;
font-weight: bold;
padding-top: 10px;
font-size: 11px;
text-transform: lowercase;
}

#menu-sec a:hover {
width: 100px;
height: 23px;
color: #fff;
text-decoration: underline;
background:#d5e7db;
}




#left
{
width: 220px;
margin-left: 20px;
color: #333;
}

#left h1
{
width: 195px;
height: 20px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 7px;
text-transform: uppercase;
color: #fff;
border:2px solid #d5e7db;
background-color:#d5e7db;
}

#left ul {
list-style: square;
margin-top: 10px;
margin-left:26px;
}


#left li {
padding-bottom: 5px;
}

#left a {
color: #333;
text-decoration: none;
}

#left a:hover {
color: #333;
text-decoration: underline;
}

#left a:visited {
color: #333;
}

#left p
{
padding: 10px;
}


#right
{
float: right;
width: 690px;
padding-right: 20px;
}

#right H4
{
margin: 0;
padding: 0px;
font-size: 12px;
color: #333;
}

#right a
{
color: #333;
text-decoration: none;
}

#right a:hover
{
color: #333;
text-decoration: underline;
}

#right a:visited
{
color: #333;
text-decoration: none;
}

#right p {
margin: 0;
padding: 0;
padding-bottom: 10px;
}

#right h2 {
margin: 0;
padding: 0;
padding-top: 0px;
color: #333;
}

#right ol, #right ul
{
margin-left: 30px;
}


#footer {
height: 49px;
width: 1002px;
clear: both;
padding-top: 30px;
background:#ffffff;
border-top: 4px solid #d5e7db;
}

#footer p {
margin: 0;
font-size: 10px;
text-align: center;
color: #333;
}

#footer a {
color: #333;
}