html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #333333;
	background: #630D00;
	width : 100%;
	font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	height: auto;
}

/* Links within paragraphs (subtle) */
h2 {
margin : 0;
padding : 20px 0 5px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
border-bottom: 1px solid #566220;
color:#566220;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 130% Helvetica, sans-serif;
color:#EAE8D0;
background:inherit;
}

#container {
width : 750px;
margin : 0 auto;
padding : 5px;
background: #E4DCB2  url(../images/bgd.jpg) repeat;
color : #333;
line-height : 1.5em;
}

/* TOP */

#top {
margin-top:0;
padding: 0;
background: url(../images/cabecera.jpg) no-repeat left;
height: 141px;
}
#top h1 {
width: 170px;
height: 141px;
border-top: 1px solid #566220;
border-left: 1px solid #566220;
background-color:#E4DCB2;
margin: 0;
text-align:left;
}
/* LEFT SIDEBAR */
#leftnav {
	float: left;
	background: #A1B254;
	width: 160px;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}
#leftnav p {
margin: 5px 0 10px 5px;
}
/* CONTENIDO */
#content {
 width: 540px;
 margin :10px 0 0 180px;
	padding : 10px;
}

/* Links within paragraphs (revealed) */
#content p a:link, a:visited {
color: #630D00;
text-decoration: none;
}
#content p a:hover, a:active { 
color: #630D00;
text-decoration: underline;
}

a:link, a:visited {
color : #630D00;
background : inherit;
text-decoration : none;
}
a:hover, a:active {
color: #EAE8D0;
background : inherit;
text-decoration : underline;
}
#capital{
	float:left;
	color:#566220;
	font-size:50px;
	line-height:30px;
	font-family: Times, Georgia,serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
}
img {
 border : none;
}

.imgright {
float: right;
border: 1px solid #566220;
margin: 5px 15px 10px 10px;
padding: 10px;
}

.imgleft {
float: left;
border: 1px solid #566220;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
	width: 100%;
	height: 23px;
}
#navlist li {
list-style-type: square;
background: inherit;
color: #630D00;
margin: 0 15px 0 0;
padding: 0;
}
#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px 5px;
}
#gallery table img, #gallery td img, #gallery tr img {
margin:0px;
padding:0px;
}
.tabla {
width:510px;
border: 1px dashed #fff;
margin: 0px;
}
.tabla td {
padding: 4px;}
.clear {
clear: left;
}

.quote {
width: 130px;
margin: 0;
border: 1px dashed #fff;
padding: 10px;
color:#566220;
background: #E4DCB2;
}

#content form {
	font-size: 0.9em;
 width: 490px;
	background:#E4DCB2;
	border: 1px dashed #FFFFFF;
	color: #566220;
	text-align: left;
	margin: 5px;
	padding: 10px;
}
#content form td{
font-weight:bold;
}
#content form input, #form textarea, #form select{
	background: url(../images/input.gif) no-repeat;
	width: 185px;
	border: none;
	color : #333333;
}
#content form input{
	padding: 4px;
}
#content form textarea{
 width:434px;
 height:140px;
	padding: 4px;
}
#content form #enviar, #content form #borrar{
	background: #D4D0C8;
	width:auto;
	padding: 1px 4px;
	border: thin outset;
}
#calend {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}
#ficha1 {
	position:relative;
	width:494px;
	height:230px;
	z-index: 10;
	margin: 0px;
	visibility: hidden;
	background:#E4DCB2;
	color:#333;
	padding:10px;
	margin:0px;
	border: 1px dashed #FFFFFF;
}
#footer {
font-size: .8em;
clear : both;
margin : 0 ;
padding : 3px;
color : #eee;
background : #333;
}

#footer a:link, #footer a:visited {
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
color :#fff;
background:inherit;
text-decoration : underline;
}
/* end */

