/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol {margin:0px; padding:0px;}

body{
	background-image: url(Imagenes/fondo.jpg);

}

#content{
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #4B3D2E;
}
#maintext{
	width: 480px;
	margin-left: 200px;
	padding: 210px 10px 10px;
}



h1{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Luna Bar";
	font-size: 30px;
	font-weight: bold;
	color: #657931;
	text-align: center;
}

h2{
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-family: "Luna Bar";
	font-size: 24px;
	color: #897459;
}

h3{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Luna Bar";
	color: #A0BB5B;
	font-size: 18px;
}

p{
	font-family: Tahoma;
	font-size: 12px;
	color: #D3DB8E;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}

p a{
	font-family: Tahoma;
	color: #999900;
	font-size: 12px;

}

p a:hover{
	color: #C0D163;
}


#textlink{
	width: 480px;
	margin-left: 200px;
	padding: 10px;

}

.textlink ul{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.textlink li{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;

}

.textlink li a{
	font-family: "Hand Of Sean";
	font-size: 14px;
	color: #CCCC33;
	text-decoration: none;

}

.textlink li a:hover{
	color: #6D782A;
	text-decoration: underline;


}
#header{
	width: 900px;
	position: absolute;
	height: 200px;
	top: 10px;
}

#imagen1{
	height: 200px;
	width: 513px;
	background-color: #FFCC66;
	
	
}

#imagen2{
	height: 200px;
	width: 387px;
	background-color: #FFFF99;
	margin-left: 513px;
	position: absolute;
	top: 0px;
	
	

}
#leftlink{
	position: absolute;
	width: 200px;
	top: 210px;
}

.leftlink ul{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

.leftlink li{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;

}


.leftlink li a{
	font-family: "Hand Of Sean";
	font-size: 14px;
	color: #BDA080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #959500;
}

.leftlink li a:hover{
	color: #959500;
	text-decoration: none;
}

#rightlink{
	width: 200px;
	top: 210px;
	position: absolute;
	margin-left: 700px;
}


.rightlink ul{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

.rightlink li{
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}


.rightlink li a{
	font-family: "Hand Of Sean";
	font-size: 14px;
	color: #BDA080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #959500;
}

.rightlink li a:hover{
	color: #959500;
	text-decoration: none;

}


#bottomlink{
	top: 5px;
	bottom: 5px;	
}
.bottomlink ul{
	padding: 5px 10px;
	
}

.bottomlink li{
	display: block;
	padding: 5px;
	

}


.bottomlink li a{
	font-family: Tahoma;
	font-size: 14px;
	color: #D8DA9B;
	
}

.bottomlink li a:hover{
	color: #959500;
	text-decoration: none;
}


#footer{
	top: 10px;
	bottom: 10px;
	background-color: #594C3C;
}

.footer{
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	color: #DFE2A9;
	padding: 5px;
	

}
