/**
 * Redefinicions
 */ 
html, body, form, h1, h2, h3, h4, h5, h6, h7, dl, dt {
	margin: 0;
	padding: 0;
}

/*ul, ol, li{
	margin: 0;
	padding: 0;
}*/

/*ul, li {
	list-style: none;
}*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #222;
	/*background: url(../img/e_gris.gif) repeat #FFf;*/
	background-color: #DEDEDE;
	padding-bottom: 7px;
}

h1{
	display: none;
}

img {
	border:0;
}

a, a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #797979;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #797979;
}

a.link_img, a.link_img:hover {
	border: none;
}

.link_extern {
	background: url(../img/link_extern.gif) no-repeat center;
	padding:0 15px 0 0;
}

/* Basics */
.esq{
	float: left;
}
.dre{
	float: right;
}
.ocult{
	display: none;
}

.clear{
	clear: both;
}

.padding_inf{
	padding-bottom: 10px;
}

/* estructura bàsica */
.zona{ /* OK */
	background-color: #fff;
	margin: 0 auto 7px auto;
	width: 760px;
	overflow:hidden;
	/*border: 2px solid #FDC5B5;*/
}
.contenidor{ /* OK */
	float: left;
	overflow: hidden;
}
.pagina{ /* OK */
	float: left;
	width: 600px;
}
.peu{ /* OK */
	float: left;
	width: 760px;
	border-top: 1px solid #Fff;
	color: #000;
	background-color: #FB8A68;		
	padding: 3px;
	text-align: center;
}

.alsada{ /*OK */
	min-height: 500px;
	_height: 500px;
}

/* luego a mi div que quiero estirar */
/* Start Mac IE5 filter \*/
.estirar{ /*OK*/
	padding-bottom: 1500px; 
	margin-bottom: -1500px; 
}
/* End Mac IE5 filter */
/* Per l'Opera */
@media all and (min-width: 0px){
.estirar{ /*OK*/
	padding-bottom: 0px;
	margin-bottom: 0px; 
}
.estirar:after{/*OK*/
	content: '';
	display: block;
	background: inherit;
	padding-top: 1500px;
	margin-bottom: -1500px;
}
}

/* menu principal */
.menu_principal{/*OK*/
	float: left;
	width: 150px;	
	/*border-right: 2px solid #FDC5B5;*/
	background-color: #FFE3D9;
}
.menu_principal ul{/*OK*/
	border-top: 1px solid #fff;
	background-color: #FB8A68;
	text-align: left;
	/*border-bottom: 1px solid #FDC5B5;	*/
	list-style: none;	
	margin: 0;
	padding: 0;	
}

.menu_principal ul li{/*OK*/
	border-bottom: 1px solid #fff;
	/*background: url(../img/Fletxa_menus25.gif) transparent 100% 2px no-repeat;*/
	/*padding: 3px 20px 0 0;*/
	padding: 3px 0 0 10px;
	list-style: none;	
	margin: 0;
}
.menu_principal ul li a, .menu_principal ul li a:hover{/*OK*/
	padding-bottom: 3px;
	display: block;
	color: #000;
	font-weight: bold;
	border-bottom: none;
}

.menu_principal ul ul{/*OK*/
	border-top: 1px solid #fff;
	background-color: #FFE3D9;
	margin-left: -10px;
	padding: 4px 0;	
}

.menu_principal ul ul li{/*OK*/
	border: none;
	/*background-image: none;	*/
	padding-bottom: 0;
	padding-top: 0;
}

.menu_principal ul ul li a, .menu_principal ul ul li a:hover{ /*OK*/
	padding-bottom: 0;
	display: inline;
	color: #000;
	font-weight: normal;
	border-bottom: none;
}

/* menu eines */
.menu_eines{

	/*float:right;*/
	float: left;
	padding: 3px 0 0 5px;
	/*border-bottom: 2px solid #FDC5B5;*/
}

.menu_eines a{ /* OK */
	border-bottom: none;
	font-weight: bold;
	color: #FB724A;	
}
.menu_eines ul{/* OK */
	padding: 0 0 3px 0;
	/*float: right;*/
	float: left;
	margin: 0 7px 0 0;	
	display: inline;
	list-style: none;	
}
.menu_eines ul li{/* OK */
	float: left;
	border-left: 1px solid #FB8A68;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
	display: inline;
	list-style: none;	
}

.menu_eines ul li.no_separador{/* OK */
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

/* imatges */
.img_capsalera{ /* OK */
	float: left;
	width: 760px;
	height: 200px;
	background-color: #FDC5B5;
}

.logo{
	width: 305px;
	height: 69px;
	background: transparent url(../img/logo.jpg) no-repeat;
	margin-top: 13px;
}
.logo a{
	height:69px;
	margin-top:13px;
	width:305px;
	display: block;
	border: none;
}
.logo a:hover{
	border:none;
}

.contingut{ /*OK */
	padding: 10px 10px 20px 20px;
}

.contingut div.marge_sup{
	margin-right: -3px;
}

.no_overflow{ /* OK */
	overflow: hidden;
	width: 100%;
}

/* titols */
.titol_pagina{
	/*border-top: 2px solid #FDC5B5;*/
	padding: 20px 20px 0 20px;
	color: #FB724A;
	font-size: 16px;
	font-weight: bold;
}

.titol_text{ 
	font-weight: bold;
}

.img_text{
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* detalls */
.dir_dre{
	direction:rtl;
}
.col_dins .text_detall_col, .col_dins .img_detall_col{
	float: none;
}
.img_detall_col_esq{ /* OK */
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.img_detall_col{ /* OK */
	padding-bottom: 3px;
}

.text_detall_col{ /* OK */
	float: left;
	padding-bottom: 10px;
}

/* llistes */
ul.llista_categories{
	list-style: none;
}
ul.llista_categories li{
	font-weight: bold;
	padding: 3px 0 15px 0;
	text-transform: uppercase;
	color:#000;
	list-style: none;	
}
ul.llista_categories ul.llista_categories li{
	background: none;
	padding-left: 20px;
	color: #000;
}
ul.llista_categories li li, ul.llista_categories ul.llista_categories li li{
	background: url(../img/ico_submenu.gif) no-repeat 20px 8px;
	text-transform: none;	
	padding: 3px 0 3px 30px;	
}
ul.llista_categories a{
	border-bottom: 1px dotted #FB724A;
	font-weight: normal;
}

ul.llista_categories a:hover{
	border-bottom: 1px solid #FB724A;
	font-weight: normal;
}
.marge_sup{
	padding-top: 10px;
}


.contingut label{
	font-weight: bold;
	color: #FB724A;
}

#links{
	padding: 0;
	margin: 0;
	list-style: none;	
}
#links ul{
	padding-left: 10px;
	margin: 0;
}
#links ul{
	margin-top: 5px;
}

#links li{
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;	
}


#links li{
	font-weight: bold;
	color: #FB724A;
	padding: 0 0 5px 0;
}
#links li li{
	margin-bottom: 5px;
	color: #000000;
}

#links li li li{
	padding-bottom: 0px;
}

#links a {
	font-weight: normal;
}