﻿/*	CSS del UserControl Peu.ascx	*/

/* Estil del div contenidor general del peu */
#Peu{
	background-color:#D78012;
	font-size:x-small;
	width:962px;
	height:auto;
	clear:both;
	float:left;
	margin:0;
}
/* Estil de cada contenidor dins del peu (en total hi ha 4 al peu)*/
.PeuContenidorLinks{
	float:left;
	width:240.5px;
	background-color:#D78012;
	margin:0;
	padding:0;
}
html>body .PeuContenidorLinks{
	/*width:240px;*/
	width:24%;
}
*:first-child+html>body .PeuContenidorLinks{
	/*width:240.5px;
	*/
	padding-top:15px;
	width:24%;
}
/* Estil de la llista d'enllaços*/
ul.PeuLlistaLinks{
	list-style:square;
	color:Black;
}
/* Estil d'un enllaç al peu */
.PeuLink{
	color:Black !important;
	text-decoration:none;
}

/* Estil d'un enllaç al peu al posar el ratolí a sobre */
.PeuLink:hover{
	text-decoration:underline;
	color:Black !important;
	
}

