/* CSS Document */

body {
	background-image:   url(../images/fons.jpg);
	background-repeat: repeat-x;	
	
}
.bordeDerecho {
	background-image:   url(../images/borde.gif);
	background-repeat: repeat-y;
}
.bordeIzquierdo {
	background-image:   url(../images/bordeIzq.gif);
	background-repeat: repeat-y;
}
.fondoCabecera {
	background-image:   url(../images/fcabecera.gif);
	background-repeat: repeat-x;
}
.fondoContenido {
	background-color: #FFFFFF;
}
.contenido {
	padding-top: 32px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D171C;
}
.pie {
	background-color: #561F24;
}
.bordeAbaj {
	background-image:   url(../images/bordeAba.gif);
	background-repeat: repeat-x;
}
.foto {
	padding-top: 32px;
	
}
.titol {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #772B2F;
	text-decoration: none;
}
a:visited {
color: #772B2F;
	text-decoration: none;
}
a:hover {
color: #772B2F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #772B2F;
}
a.linkPie:link, a.linkPie:visited, a.linkPie:active {
	color: #FFFFFF;
	font-family:small fonts,arial,helvetica;
	font-size:9px;
	text-decoration: none;
}
a.linkPie:hover {
	color: #E4C9C9;
}
.menu {
	background-image:   url(../images/menu.gif);
	padding-left: 34px;
	background-repeat: no-repeat;
}

.text {  font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #CB8B43; text-decoration: none}
a.text:link {  font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #CB8B43; text-decoration: none}
a.text:hover {  font-family:   Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: unde