/*
body {
 scrollbar-face-color:fuchsia;
 scrollbar-highlight-color:#926C39;
 scrollbar-3dlight-color:orange;
 scrollbar-darkshadow-color:darkblue;
 scrollbar-shadow-color:gray;
 scrollbar-arrow-color:yellow;
 scrollbar-track-color:#926C39;
}
*/

.principal { 
	position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 900px; 
    height: 700px; 
    margin-top: -350px; 
    margin-left: -400px; 
    overflow: auto; 
    border: 0px solid red; 
		background:url('../images/fondo_web11.gif');
		background-repeat:no-repeat;
}
 
a {
	text-decoration:none;
	color: #43251F;
	cursor: hand;
}
a:hover { 
	color: #6E4217;
	cursor: hand;
}

input {
	border-bottom-color: #43251F;
	border-left-color: #43251F;
	border-right-color: #43251F;
	border-top-color: #43251F;
	background-color: #e7ebb2;
}

textarea {
	border-bottom-color: #43251F;
	border-left-color: #43251F;
	border-right-color: #43251F;
	border-top-color: #43251F;
	background-color: #e7ebb2;
	overflow: hidden; 
}

img{
	border:0;
}

.titulo {
	font-size: 20px;
	font-weight: bold;
	color: #43251F;
	font-family: "Harrington";	
}

.texto {
	font-size: 18px;
	font-weight: normal;
	font-family: "Monotype Corsiva";
	color: #43251F;
}

.texto:first-letter {
	font-size: 50px;
	font-weight: bold;
	font-family: "Harrington";
	color: #43251F;
}

.otroTexto {
	font-size: 18px;
	font-weight: normal;
	font-family: "Monotype Corsiva";
	color: #43251F;
}

.menu {
	font-family: "Harrington";
	font-size: 26px;
	font-weight: bold;
	text-indent: 1em;
}
 






/*
.menu {
	width:300px;
	height:250px;
	margin-top:350px;
	margin-left: 100px;
	border:1px solid;
	font-family: Harrington;
	font-size: 26px;
	font-weight: bold;
}

.presentacion {
	width:300px;
	height:250px;
	margin-top:-440px;
	margin-left: 460px;
	border:1px solid;
	font-family: Harrington;
	font-size: 26px;
	font-weight: bold;
	display:none;
}
*/