/************** HTML ***************/

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, serif;
	font-size: 11px;
	color: #b5b5b5;
	background-color: #160b01;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
/*************** HTML _END ***************/

/*************** BOXES-LAYOUT **************/	

#content {
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	/* opera does not like 'margin:20px auto' */
	text-align: left; 
	/* part 2 of 2 centering hack */
	width: 520px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 520px;
	}
	
 * html #content {
	width: 520px; /* ie5win fudge ends */
	
	}

#cabecera {
	margin: 0px 0px 0px 0px;
	height: 260px;
	background-image: url(img/destierro.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #565553;
	}

#visor {
	height: 275px;
	width: 370px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	overflow: auto;
	}
#menu {
	height: 275px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}	
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family: georgia, serif;
}

#menu a {
	display: block;
	padding: 3px;
	width: 145px;
	background-color: #160b01;
	border-bottom: 1px dashed #565553;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 144px;
	}
* html #menu a {
	width: 144px; /* ie5win fudge ends */
	}	

#menu a:link, #menulist a:visited {
	color: #DADADA;
	font-weight: bold;
	text-decoration: none;
	}

#menu a:hover {
	background-color: #565553;
	font-weight: bold;
	color: #160B01;
	}
	
	
#pie {
	clear: both;
	width: 520px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	border-top: 1px dashed #565553;
	text-align: center;
	}	

/********************* ENLACES ******************/			
a:link{
	text-decoration: none;
	color: #565553;
	font-weight: bold;
	}
a:visited{
	text-decoration: none;
	color: #565553;
	font-weight: bold;
	}	
a:active{
	text-decoration: none;
	color: #565553;
	font-weight: bold;
	}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}	
/************************ ENLACES _END ************/

/******************** TEXTO *********************/
h1 {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
h2 {
	background-color: #565553;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: #160B01;
	}	
p {
	padding: 5px 15px 10px 20px;
	text-align: justify;
}	
.gbook {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
	
/******************** TEXTO _END ***********************/		

/******************* OTROS ****************************/
.linea {
	border: 1px solid #FFFFFF;
	}
	
	
/*Guestbook*/
td {
	color : #b5b5b5;
	font-family : georgia, serif;
	font-size: 11px;
}

td.upper {
	color : #565553;
	background : #160b01;
	font-family : georgia, serif;
	font-size: 11px;
}

font.smaller {
	font-size: 10px;
}

table.entries {
	width: 340;
	color : #b5b5b5;
	font-family : georgia, serif;
	font-size: 11px;
	border-right:  1px solid #565553;
	border-left:  1px solid #565553;
	border-top:  1px solid #565553;
	border-bottom:  1px solid #565553;
	
}

a.smaller {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #b5b5b5;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #b5b5b5;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: georgia, serif;
	color:#ffffff;
	background-color:#565553;
}

hr {
	color: #ffffff;
	height: 1px;
	
}	
.borde {
	border-bottom: 1px dashed #565553
}
/*_end guestbook*/
	
/******************* OTROS _END ************************/	
	