@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #918373;
	text-align:center; /*per centrar*/
}
.container {
	width: 955px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
.principal {
	text-align: left;
	width: 955px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.grande{
	color: #FFF;
	margin-top: -2px;
	font-weight: bold;
}
.idiomas{
	font-size: 10px;
	color: #333;
}
.idiomas:hover{
	color: #000;
}
.grande:hover{
	color: #333;
	margin-top: -2px;
	font-weight: bold;
}
#anabrandon {
	background-color: #A89886;
	width: 640px;
	height: 420px;
	margin-left: 0px;
	font-size: 0.9em;

}

#painting {
	height: 400px;
	width: 920px;
	margin-left: 0px;
	background-color: #A89886;
}
#sculpture {
	height: 400px;
	width: auto;
	margin-left: 150px;
	background-color: #A89886;
}
#escultura{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

#collage{
	height: 400px;
	width: 400px;
	margin-left: 200px;
	background-color: #A89886;
}
#sketchbook{
	height: 400px;
	width: 920px;
	margin-left: 0px;
	background-color: #A89886;
}
#contact{
	height: 420px;
	width: 300px;
	margin-left:600px;
	background-color: #A89886;
	text-align: right;
	font-size: 0.9em;
}
#anabrandon p, #painting p, #sculpture p, #sketchbook p, #collage p, #contact p, #anabrandon div{
	font-size: 0.8em;
	text-align: justify;
}
h2 {
	font-size: 110%;
}
.pie{
	font-size: 10px;
	color: #FFF;
}
input, textarea{
	background-color: #C7BFB1;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
