/* -------------------------------
global
------------------------------- */
img {
	border:0px;
}
a {
	color: #FF5500;
	text-decoration:none;
}
a:hover {
	color: #C04000;
	text-decoration:underline;
}
body {
	background: url('../img/page-background.gif') #D7D7D7 50.02% 0 repeat-y scroll;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.separador {
	clear:both;
	height:1px;
}
/* -------------------------------
estructura
------------------------------- */
.capcelera {
	width:960px;
	margin:auto;
	padding-bottom:20px;
}
.pagina {
	width:960px;
	margin:auto;
	margin-top:-20px;
}
.centre {
	min-height:625px;
	padding:10px;
	background-color:#c8d4e5;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.peu {
	clear:both;
	width:950px;
	padding:5px;
	text-align:right;
	color:#FFFFFF;
	background-color:#10255c;
}
/* -------------------------------
contingut capcelera
------------------------------- */
.idiomes {
	height:20px;
	padding:5px;
	padding-left:10px;
}
.idiomes a {
	color:#999999;
}
.idiomes a:hover {
	color:#000000;
}
.idiomes img {
	border:0px;
	margin-right:10px;
}
/* -------------------------------
contingut peu
------------------------------- */
.peu-copy {
	float:left;
	margin-left:10px;
	font-size:11px;
	color:#DDDDDD;
}
.opcions-peu {
	margin-right:15px;
	font-size:11px;
	color:#DDDDDD;
}
.opcions-peu:hover {
	color:#FFFFFF;
}
/* -------------------------------
contingut centre formularis default
------------------------------- */
.alerta {
	margin:auto;
	background-color:#ffedd9;
	width:670px;
	padding:10px;
	margin-bottom:20px;
}
.alerta u {
	color:#fe8500;
	font-weight: bold;
	text-decoration:none;
}
.alerta p {
	margin:0px;
}
.form-default {
	width:250px;
	margin:auto;
}
.form-default-literal {
	clear:inherit;
	float:left;
	text-align:right;
	width:100px;
	margin-right:10px;
}
.form-default-camp {
	margin-bottom:5px;
}
.form-default-camp input[type="text"] {
	width:125px;
	font-size:12px;
	border: 1px solid #999999;
}
.form-default-camp input[type="password"] {
	width:125px;
	font-size:12px;
	border: 1px solid #999999;
}
.form-default-camp input[type="button"] {
	width:125px;
	font-size:11px;
}
