body {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #46372d;
	background-color: #184b8a;
	background-image:url(images/bg.jpg);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
}

h1{
	color:#46372d;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}
	
a:link, a:visited{
	color: #46372d;
	text-decoration: none;

}

a:hover {
	color: #b78f74;
	text-decoration: none;		
	
}

#contenedor {
	width: 930px;
	border:1px solid #666;	
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top:40px;
}

#cabecera {
	margin-bottom:0px;
	height:250px;
	background-color:#e0e57d;
}

#menu {
	width:220px;
	height:420px;
	float: left;
	background-color:#46372d;
	
}

#menu a{
	padding-top:5px;
	text-align:center;
	display: block;
	color:#f6f6b9;
	font-size:23px;
	}
	
#menu a:hover {
	color: #b78f74;
	text-decoration: none;	
	
}	

#textos {
	width:670px;
	height:420px;
	padding-left:20px;
	padding-right: 20px;
	text-align:justify;
	font-size:16px;
	float: left;
	background-color:#45372E;
	background-image:url(images/bg_textos.jpg);
	}
	
#textos a{
	color:#46372D;
	font-weight: bold;
	text-decoration: underline;
}


#contacto {
	width:670px;
	height:420px;
	padding-left:20px;
	padding-right: 20px;
	text-align:justify;
	font-size:16px;
	float: left;
	background-color:#45372E;
	background-image:url(images/bg_contacto.jpg);
	}
	
#contacto a{
	color:#46372D;
	font-weight: bold;
	text-decoration: underline;
}


#pie {
	background-color:#e0e57d;
	height: 25px;
	width: 930px;
	float: left;
	padding-left: 15px;
	padding-top:5px;
	display:block;
}

#galeria1{
	
	width:610px;
	height:400px;
	padding-top:20px;
	padding-left:50px;
	padding-right: 50px;
	text-align:justify;
	font-size:16px;
	float: left;
	background-color:#45372E;
	background-image:url(images/bg_galeria1.jpg);	
	
	
	
	}
	#galeria2{
	
	width:610px;
	height:400px;
	padding-top:20px;
	padding-left:50px;
	padding-right: 50px;
	text-align:justify;
	font-size:16px;
	float: left;
	background-color:#45372E;
	background-image:url(images/bg_galeria2.jpg);	
	
	
	
	}

.diseno{
	font-size:10px;
 	 	
}

ul {list-style: none; background-position: left bottom;; list-style-position:outside;padding-left:0px;}


