body {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #333;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #DCDCDC;
	line-height: 18px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border: 1px solid #232323;
	background-color: white;
}

#header1 {
	height: 222px;
	background: url(../img/imatge_capcalera.jpg) no-repeat center center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#header1 #text_header1 {
	position: relative;
	top: 190px;
	left: 80px;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}


#header2 {
   margin: 0px;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	color: #232323;
	font-size: 10px;
}

#header2 ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header2 li{
	display: inline;
	padding: 0px;
}


.gris {
	color: #A6A6A6;
}

.orange {
	color: orange;
}


#main {
	margin-top: 0px;
}


#content {
	padding: 10px;

}


#footer{
	border-top: 1px solid #232323;
 	color: #232323;
	text-align: center;
	font-size: 9px;
	clear: both;
	bottom: 0;
	height: 25px;
	padding-top: 4px;
	margin-top: 10px;
	background-color: #DCDCDC;
}

#footer a{
	font-weight: bold;
	text-decoration: none;
	color: orange;
}

#footer a:hover{
	text-decoration: underline;
}


h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
}

h3 {
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

h5 {
	font-size: 8px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;	
}

h5 a {
	color:white;
}

a {
	color: #4169E1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

a img:hover{
	border: none;
	background-color: #F5F5F5;	
}

.negreta {
	font-weight: bold;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}


input{
	border: 1px solid #4169E1;
	padding-left: 2px;
	background-color: white;
}

input:hover {
	border: 1px solid #4169E1;
	background-color: #D8E4F8;
}

input[type="submit"] {
	background-color: #4169E1;
	color: white;
	font-weight: bolder;
	border: 1px solid #232323;
	/*padding: auto;	*/
}

input[type="submit"]:hover {
	background-color: #D8E4F8;
	color: black;	
}

input[type="image"] {
	border: none;
}

input[type="button"] {
	background-color: #4169E1;
	color: white;
	font-weight: bolder;
	border: 1px solid #232323;
	/*padding: auto;	*/
}

input[type="button"]:hover {
	border-color: black;
	background-color: #D8E4F8;
	color: black;	
}

/*input[type="image"]:hover {
	border: none;
	background-color: #D8E4F8;
}*/


textarea{
	border: 1px solid #4169E1;
	background-color: white;
}

textarea:hover{
	border: 1px solid #4169E1;
	background-color: #D8E4F8;
}

select{
	border: 1px solid #4169E1;
	background-color: white;
}

select:hover{
	border: 1px solid #4169E1;
	background-color: #D8E4F8;
}

input[type=checkbox]{
	vertical-align: middle;
	border: none;
}


table.general {
	border-collapse: collapse;
	width: 99%;
	border: 1px solid #232323;
}

table.general tr{
	border: 1px solid #232323;
}

table.general tr.odd{
	background-color: #FAF0E6;	
}

table.general th {
	background-color: #E6E6FA;
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

table.general td {
	text-align: center;
	padding: 5px;
}

.underline {
	text-decoration: underline;
}

.formerror {
	color: red;
	font-size: 0.8em;
}

#float_right{
	float: right;
	margin-right: 10px;
}

#float_left{
	float: left;
	margin-right: 10px;
}

#float_right_auto{
	float: right;
	margin-right: 95px;
	padding: 3px;
	
}

#float_left_30px{
	float: left;
	margin-right: 30px;
}



#bloc_categ{
	text-align: center;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

#bloc_categ_articles{
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid white;
}

#bloc_categ_articles td{
	text-align: left;
}

#bloc_articles{
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 5px;
	border: thin dotted #AAC01C;
	width: 170px;
}

#accions img{
	vertical-align: top;	
}

#accions ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

#accions li{
	display: inline;
	padding: 0px;
}

#detall_article #descripcio_article{
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid white;
	min-height: 258px;
}

#detall_article #descripcio_article img{
	text-align: center;
}

#detall_article #descripcio_article #imatges{
	float: right;
	margin: 0px 0px 3px 3px;
}

#detall_article #descripcio_article #imatge_no_disponible{
	border: 1px solid white;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 250px;
	height: 250px;
}

#imatge_no_disponible_petita{
	border: 1px solid white;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 81px;
	height: 81px;
}


option.nivell_1{
	text-indent: 0px;
	border-bottom: thin solid Blue;
	border-top: thin solid Blue;
	background-color: white;
}

option.nivell_2{
	text-indent: 15px;
}

option.nivell_3{
	text-indent: 35px;
}

#detalle_foto{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 2px;
	padding: 10px;
	border: medium solid Black;
	background-color: White;
}

#detalle_foto #cerrar{
	position: absolute;
	top: 0px;
	right: 0px;
	color: Black;
	font-size: 15px;
	font-weight: bolder;
}

table.login{
	width: auto;
}

table.login tr{
	border: none;
}

table.login td {
	white-space: nowrap;
}


.alert_message{
	color: red;
	text-decoration: blink;
}

#referenciats ul{
	list-style: none;
	margin-top: 3px;
}

#clear_id{
	clear: both;
}

.transferer1
{
	border: 1px solid orange;
}

#consulta_disponibilitat{
	border: 1px solid orange;
	color: black;
	background-color: white;
	width: 200px;
	padding: 2px;	
}

#login_concursants {
	
	float: right;
	width: 350px;
	margin-right: 10px;
	border: 1px solid #232323;
	padding: 5px;
	background-color: #E6E6FA;
	margin-bottom: 10px;
}

#nous_concursants {
	
	width: 350px;
	margin-left: 10px;
	border: 1px solid #232323;
	padding: 5px;
	background-color: #FAF0E6;
	margin-bottom: 10px;
}

#actions_nav {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

#actions_nav ul{
	list-style: disc;
}

#concursante {
	float: left;
	margin-left: 0px;
	border: 1px solid #232323;
	padding: 3px;
	background-color: #E6E6FA;
	margin-bottom: 10px;
	width: 225px;
	font-size: 0.9em;
	
}

#concursante ul{
	list-style: disc;	
}

#figures {
	/*border: 1px solid #232323;*/
	width: 510px;
	margin-left: 240px;
	padding: 0px 5px 0px 5px;
	font-size: 0.9em;
}

#taca_impagada {
	background-image: url(../img/taca_impagada.png);
	float: right;
	position: relative;
	top: -75px;
	left: 27px;
	height: 85px;
	width: 85px;
	font-size: 10px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

#taca_impagada #text {
	text-align: center; 
	position: relative; 
	left: 9px; 
	top: 22px; 
	line-height: 10px;
}

#taca_impagada #text a{
	color: black;
}

#inscrito {
	background-image: url(../img/inscrito.png);
	float: right;
	position: relative;
	top: -75px;
	left: 27px;
	height: 75px;
	width: 75px;
	font-size: 10px;
	font-weight: bolder;
}

#inscrito #text {
	text-align: center; 
	position: relative; 
	left: 3px;
	top: 32px; 
	line-height: 10px;
}

#nom_concursant {
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 5px;
	border: 2px solid #777;
	background-color: #efefef;
}

#recomanacio {
	margin: 20px 0px 10px 0px;
	text-align: center;
	padding: 5px;
	border: 2px solid #e2c822;
	background-color: #fff9d7;
}

div.notificacio {
	margin: 0px 0px 10px 0px;
	text-align: center;
	padding: 3px;
	border: 2px solid #e2c822;
	background-color: #fff9d7;
	font-weight: bold;
}

div.alerta {
	border: 2px solid black; 
	background-color: #D76F70; 
	padding: 10px; 
	margin: 0px 10px 10px 10px; 
	color: black; 
	font-weight: bold; 
	text-align: center;
}