body{
    color: #635a2d;
}

#header, #footer{
    background-image: url('../images/fondoHeader2.jpg');
    border: 2px solid #7e723c;
}

#footer{
    margin-top: 20px;
		height: 150px;
}

#languages {
	padding-top: 10px;
}

a{
    color: #635a2d;
}

#menu {
	  cursor: pointer;
		padding-top: 7px;
    background-color: white;
}

ul, li {
    display: inline;
    padding-left: 20px;	
}

#menu {
    height: 20px;
}

.menu:hover {
    text-decoration:underline;
}


#home, #contact, #photos {
    height: 920px;
    background-image: url('../images/fondoBody2.jpg');
    border: 2px solid #7e723c;
/*    color: #c27f18;*/
    font-size: 1.1em;
}


.thumbnail{
    border: 10px solid white;
    width: 150px;
    height: 100px;
}

.items_container{
    background-color: #b0a567;
    margin: 25px;
    padding: 10px;
    font-size: 1.1em;
}
