
html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #000000;
   width : 100%;
   font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

/* Links en los párrafos (subtítulo) */
p a {
color: #666666;
background : inherit;
text-decoration: none;

}

/* Links en los párrafos (descubierto) */
p a:hover  { 
color: #0000ff;
background : inherit;
text-decoration: underline;
}

#container {
width : 1000px;
margin : 0 auto;
padding : 5px;
background: #DBC9AF;
color : #333;
line-height : 1.5em;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #886A47 url(images/head.gif) no-repeat;
border-bottom : 0px solid #fff;
height:144px;
text-align:right;
}

#top h1 {
padding : 30px 0px 0 25px;
margin : 0;
font : 100%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}

#top p {
padding : 40px;
font-size: .8em;
}

#top a:link, #top a:visited {
color: #EAE8D0;
background:transparent;
text-decoration: none;
}

#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 150px;
margin : 20px 0 10px 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #e3bd4b;
background : #886A47;
}

#content {
margin :10px 0 0 150px;
padding : 10px;
}

#footer {
clear : both;
margin : 0 ;
padding : .5em;
height:30px;
color : #EAE8D0;
border-top : 0px solid #520934;
text-align:center;
background : #886A47;

}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#fff;
background:inherit;
text-decoration : underline;
}



#leftnav p {
margin : 5px 0 10px 5px;
}

h2 {
margin : 10px;
padding : 30px 0 5px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
color:#656C4A;
background: inherit;
text-align:left;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#EAE8D0;
background:inherit;
}

#footer img {
   float : right;
   
}

a:link, a:visited {
font-size: .9em;
color : #e3bd4b;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: .9em;
color :#F4E521;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .9em;
color : #F4E521;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgfoto {
float: left;
margin: 5px 10px 10px 10px;
padding: 0;
}

.imgright {
float: right;
margin: 0 0 10px 10px;
padding: 0;
}


.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}
#navlist li {
list-style-type: square;
background: inherit;
color: #C2B493;
margin: 5px 15px 0 -17px;
padding: 0;
border-bottom-width:thin;
border-bottom-color:FFFFFF;
border-bottom-style:dotted;
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 10px;
}

.clear {
clear: left;
}

blockquote {
font-weight: bold;
color: #886A47;

}
