/* CSS Document */

body{
	margin : 30px 0px 20px 0px;
	text-align: center;
	background: #F8F8FA url(images/background.jpg) top repeat-x;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size: 12px;
}

#contenedor{
	text-align: center;
	width: 800px;
	background-color: #FFFFFF;
	margin: auto;
	border-style: solid;
	border-width: thin;	
	border-color: #F78F20;
}

#capcelera{
	width: 800px;
	height: 101px;
	background: url(Imatges/Cabecera.jpg) no-repeat;
}

#descripcion{
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #F09218;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

#cos{
	width: 380px;
	margin-left: 8px;
	padding: 45px 0px 10px 0px;
	float:left;
	color: #02569C;
	text-align: justify;
}

#cos input.button {
	padding:1px 
	!important /*Non-IE6*/; 
	padding:0 /*IE6*/; 
	border:solid 1px;
	text-align:center; 
	font-size:120%;
	border-color: #F09218; 
	background-color: #F8D6AA;
	color:#F09218; 
}

#cos input.button:hover {
	cursor: pointer; 
	border: solid 1px;
	border-color: #0055A5;
	color:#0055A5;
	background: #CBE1F6; 
}

#cos form{
	margin-top: 20px;
}

#categories{
	color: #02569C;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

A, A:VISITED, A:ACTIVE, A:FOCUS,
A:LINK{
	color: #02569C;
}

A:HOVER{
	color: #F09218;
}

#lateral{
	width: 380px;
	float: right;
	margin-right: 8px;
}

#lateralnoflash{
	width: 380px;
	float: right;
	margin-right: 8px;
	padding-top: 125px;
	color: #02569C;
	text-align: left;
	padding-left: 10px;
}

#peu{
	font-size: 8px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	clear: both;
}

#dades{
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #02569C;
	margin-bottom: 5px;
	text-align: center;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size: 11px;
 }
 
#caixa_form{
 	border: solid 1px;
	border-color: #02569C;
	padding-bottom: 10px;
	margin-top: 30px;
	background: #CBE1F6; 
 }
 
.text{
 	border: solid 1px;
	border-color: #F09218;
	width: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #0055A5;
 }
 
 textarea{
 	border: solid 1px;
	border-color: #F09218;
	width: 350px;
 }
 
 label{
 	font-weight: bold;
 }
 
.galeria{
 	list-style: none;
	margin: 0;
	padding: 0;
 }
 
.galeria li{
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 170px;
	height: 130px;
}

.galeria li:hover img{
	border-color: #F09218;
}

.galeria img {
	background: #fff;
	border: solid 1px #0055A5;
	padding: 5px;
}

.galeria em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #0055A5;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.galeria a {
	text-decoration: none;
}
.galeria a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
