/*  ============================
INCINERACIO - incineracio.css

COLORES:
	violeta:	#363b74
	
===============================*/

/* === Comun == */
a.colored:link{
	color:#363b74;
}

ul li{
	margin-bottom:2px;
	margin-top:2px;
}

/* === Base == */
.wrapper{
	height:705px;
}

/* === Header == */
.header{
	background-image: url("../img/incineracio/header.jpg"); /* ========== IMAGEN CABECERA  ============ */
	height:114px;
}
#logo-interior{
	float:left;
	margin-left:16px;
	margin-right:36px;
	margin-top:28px;
	display:inline;
}
#inici{
	float:right;
	font-size:10px;
	margin-right:30px;
	margin-top:75px;
	display:inline;
}
#inici a{
	color:white;
	text-decoration:none;
}
#inici a:hover{
	color:white;
}

/* === Content == */
.content{
	background-image: url("../img/comun/bginterior.jpg");
	height:591px;
}
.sect-content{
	float:left;
	font-size:12px;
	line-height:20px;
	height:532px;
	width:680px;
	padding-left:27px;
	color:#81725e;
}
.sect-main{
	padding-left:0;
	width:730px;
}
.sect-main-desc{
	line-height:18px;
	padding-left:40px;
	text-align:justify;
	width:660px;
}
.tornar{
	float:right;
	width:100px;
}
.tornar a{
	color:#363b74;
	font-size:18px;
	text-decoration:none;
}
.title{
	float:left;
}

/* === Menu == */
#menu{
	color:#373026;
	margin-left:20px;
	margin-top:55px;
	float:left;
	height:26px;
	font-size:15px;
}
#menu li{
	border-right:1px solid white;
}
#menu a{
	color:white;
}
#menu a:hover{
	color:#373026;
}
#menu li.last{
	border:none;
}

/* === Submenu == */
#submenu{
	float:left;
	height:483px;
	margin-left:25px;
	margin-top:50px;
	width:175px;
	display:inline;
}
.submenu-title{
	font-size:16px;
	margin-bottom:35px;
	margin-top:;
	font-weight:bold;
}
.submenu{
	color:#363b74;
	font-size:13px;
	width:150px;
}
.submenu li{
	margin-bottom:15px;
}
.submenu a{
	color:#81725e;
	text-decoration:none;
}
.submenu a:hover{
	color:#363b74;
}

/* === Formularis == */
input, textarea{
	border:1px solid #bdb5ab;
	margin-bottom:2px;
	width:190px;
}

label{
	width:300px;
	display:block;
	float:left;
	margin-right:20px;
	text-align:right;
	color:#363B74;
}

input.form-send{
	background-color:#fff;
	font-size:18px;
	border:none;
	float:right;
	color:#363B74;
}
/* === Urnes == */
.urna{
	padding-left:25px;
	width:300px;
	float:left;
}

.title-urna{
	color:#373026;
}
.texte-violeta{
	color:#363b74;
}
ul.urnes li{
	list-style-position:inside;
	list-style-type:disc;
	padding-left:15px;
}

/* === Proces == */
.proces-content{
	background-image: url(../img/incineracio/background.jpg);
	background-repeat: no-repeat;
	background-position: right 40%;
}
ol.proces{
	list-style: decimal outside;
	padding-left:30px;
	width:400px;
	float:left;
	margin-left:0;
}
ol.proces li{
	margin-bottom:40px;
}
span.text-negre{
	color:#000;
}


/* === Scrollable == */
.scrollable-content{
	background-image: url("../img/comun/bg_scr.png");
	height:auto;
	background-repeat:repeat-y;
	background-color:transparent;
}
.scrollable-content .sect-content{
	height:auto;
}
.scrollable-content #direccio{
	background-image: url("../img/comun/footer_scr.jpg");
	background-repeat:no-repeat;
	padding-top:34px;
	padding-bottom:16px;
	background-position:left top;
}
.wrapper{background-color:transparent;height:auto;}
