﻿@import url("layout_index.css");
body {
	font-family: verdana;
	font-size: 0.8em; 
	background-color: #663300;
}
#container {
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: right;
	padding: 2px 10px 2px 10px;
	border: 1px dotted #725972;
	background-image: url("../images/cabecera.jpg");/*S'hauria de posar al master.dwt per poder-ho canviar d'idioma*/
}
#content {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
}
/* Estilos de cabecera */
#masthead h1 {
	color: #FFFFCC;
}
#masthead h3 {
	color: #FFFFCC;
}
#masthead h2 {
	color: #FFCC66;
}

/* Estilos de contenido */
#content h1,h2,h3,h4,h5,h6 {
	color: #663300;
}

/* Estilos de pie de página */
#footer p {
	color: #996633;
}
#footer a {
	color: #996633;
	text-decoration: underline;
}
#footer a:hover {
	color: #996633;
	text-decoration: none;
}
a {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Estilos de galería de fotos*/
#galeriafotos ul {
	list-style-type: none;
	width: 100%;
	margin-left: 120px;/* per a calcular-ho: 60+2*foto=x  800-x=y   marge=y/2*/
	padding: 0;
}

#galeriafotos li {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 10px 0 10px;
	text-align: center;
	border: #663300 solid 1.5px;
	padding: 5px;
}
#galeriafotos a {
    text-decoration: underline;
}
#galeriafotos a:hover {
    text-decoration: none;
}


#galeriafotos img { 
	width:250px;
	border:0;
} 
#idiomas {
	margin-right:10px;
	margin-top:80px;
}
#bandera{
	height:13px;
	width:19px;
	border-width: 0;

	}





