@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: .8em;
	color: #2e2e2e;
}

BODY {
	scrollbar-face-color: #cccccd;
	scrollbar-arrow-color: #47617b;
	scrollbar-track-color: #47617b;
}

select {
	background-color: #c8d1d8;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
}

textarea {
	background-color: #c8d1d8;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	margin-bottom: 20px;
}

input {
	background-color: #c8d1d8;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 2px; font-size : 1.8em;
	font-weight: bold;
	color: #e36a02;
	font-size: 1.8em;
}

h2 .pal1{
	color:#e36a07;	
}

h2 .pal2{
	color:#ff8d1a;
}

h3 {
	color: #3e4959;
	display: inline;
	font-weight: bold;
	font-size: 1em;
}

h4{
	padding: 0;
	margin: 2px;	
	font-weight: bold;
	color: #e36a02;
	font-size: 1.2em;
	font-style: italic;
}

.condiciones{
	color: #3e4959;
	font-weight: bold;
	font-size: 1em;
	font-style:italic;	
}

select {
	font-size: .8em;
}

#wrap {
	margin: auto;
	width: 900px;
	height: 675px;
}

#banner {
	height: 125px;
}

#banner img {
	border: none;
}

#publi {
	margin: 0 5px;
	float: right;
	width: 150px;
}

#publi img {
	border: 1px solid #a3b0bb;
	margin: 10px 0;
}

#main {
	border: 1px solid #75909f;
	position: relative;
	width: 725px;
	height: 550px;
}

#centre {
	padding: 0 20px;
}

#principal {
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px;
	overflow: auto;
	height:435px;
}

#main_menu {
	background-color: #47617a;
	padding: 5px;
	margin-bottom: 15px;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_menu ul li {
	display: inline;
}

#main_menu ul li a {
	text-decoration: none;
	color: white;
	margin: 0 36px;
}

#dalt {
	height: 60px;
	margin-bottom: 10px;
}

#usuari{
	position:absolute;
	right:130px;
	top:5px;	
}

#contacta{
	
	margin:auto;
	width:70%;		
}

#message{
	position:absolute;
	left:33%;
	padding:3px;
}

#llista_info_pics{	
	position:relative;
	top:10px;	
	width: 727px;	
	border:1px solid #e46a00; 
}

#llista_info_pics #titol{
	padding:1px 20px;		
	background:#e46a00;
	color:white;
	font-size:1em;
	font-weight: bold;
}

#llista_info_pics #cos{
	padding:5px 20px;
	height:50px;
	overflow: auto;
}

#llista_info_pics .llista_info_pic{
	
}

#llista_info_pics .llista_info_pic .data{
	
}

#llista_info_pics .llista_info_pic .usuari{
	font-style: italic; 
	
}

#llista_info_pics .llista_info_pic .pic{
	font-style: italic;
}

.pal1 {
	color: #344253;
}

.pal2 {
	color: #657792;
}

.peu {
	font-size: .8em;
}

.bloc {
	margin: 10px 0;
}

.llista_anidada {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.llista_anidada img{
	border:0;
	margin:0;
}

.llista_anidada li a {
	text-decoration: none;
}

.llista_anidada li {
	margin-bottom: 5px;
}

.llista_separada {
	position:relative;
	list-style: none;
	padding: 2px 20px;
	margin: 0;
	font-size: .8em;
	color: #4c657b;
}

.llista_separada li {
	display: inline;
	position:relative;
	top:-8px;
	
}

.llista_separada li a {
	color: #4c657b;
	text-decoration: none;
}

.cuadre {
	border: 1px solid #8e9ead;
	margin-bottom: 10px;
	position: relative;
}


.cuadre .titol {
	background-color: #cccccc;
	padding: 2px;
}

.cuadre .titol .email{
	position:absolute;
	background-color: #4b6279;
	color:white;
	right:0;
	top:0;
	padding:2px;
	width:190px;
	text-align:right;
		
}

.cuadre .action{
	position:absolute;
	right:100px;
	z-index: 100;	
}


.usuario {
	font-size: .8em;
	float: right;
}

.label {
	color: #76899c;
	font-weight: bold;
}

.data {
	
	font-size: .8em;
}

.algo {
	margin: auto;
}

.cuadre .cos {
	padding: 5px;
}

.button {
	background-color: orange;
	border: 1px solid black;
	padding: 2px;
	color: white;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
	
}

.button a{
	text-decoration:none;
	
	color:white;
}

.missatge {
	margin: auto;
	width: 80%;
	text-align: center;
}

.obligatori {
	color: red;
}

.dreta{
	float:right;	
}

.error {
	background-color: red;
	color: white;
	font-size: .8em;
}