@charset "utf-8";
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	background:url(../images/bg-html.jpg) 0 0 repeat;
}

body {
	height: 100%;
	background:url(../images/bg-body.jpg) 0 0 repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

div#container {
	position:relative;
	width:960px;
	margin: 0 auto;
	background:url(../images/bg-content.jpg) 0 200px no-repeat;
	height:auto;
}

div#header {
	position:relative;
	width:960px;
	height:301px;
	margin-bottom: 30px;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
}
div#eco-info {
	position:absolute;
	top:0px;
	left: 255px;
	width: 310px;
	height: 78px;
	background:url(../images/eco-info-top.png) 0 0 no-repeat;
	-webkit-transition: height 1s ease-in; /* Firefox */
-moz-transition: height 1s ease-in; /* WebKit */
-o-transition: height 1s ease-in; /* Opera */
transition: height 1s ease-in; /* Standard */
}


ul#navi {
	position: absolute;
	top: 271px;
	left: 16px;
}

ul#navi li {
	float: left;
	text-indent:-9999px;
	list-style:none;
}

ul#navi li a {
	background-image:url(../images/navi.jpg);
	background-repeat:no-repeat;
	height:28px;
	display:block;
}

ul#navi #home {
	width:100px;
	background-position: 0 0;
	border-left: 1px solid #577b00;
}

ul#navi #home:hover {
	background-position: 0 -28px;
}

ul#navi #home:active {
	background-position: 0 -56px;
}
ul#navi #home-on {
	width:100px;
	background-position: 0 -28px;
	border-left: 1px solid #577b00;
}

ul#navi #details {
	background-position: -80px 0;
    border-left: 1px solid #577b00;
    width: 125px;
}

ul#navi #details:hover {
	background-position: -80px -28px;
}

ul#navi #details:active {
	background-position: -80px -56px;
}
ul#navi #details-on {
	background-position: -80px -28px;
    border-left: 1px solid #577b00;
    width: 125px;
}

ul#navi #informacio {
	background-position: -192px 0;
    border-left: 1px solid #577b00;
    border-right: 1px solid #577b00;
    width: 125px;
}

ul#navi #informacio:hover, ul#navi #informacio-on {
	background-position: -192px -28px;
}

ul#navi #informacio:active {
	background-position: -192px -56px;
}
ul#navi #informacio-on {
	background-position: -192px -28px;
	    border-left: 1px solid #577b00;
    border-right: 1px solid #577b00;
    width: 125px;
}






div#content {
	float:left;
	width:560px;
	padding:0px 80px 0 0;
	color:#fee5b7;
	font-size:14px;
	line-height:150%;
	margin-bottom:50px;
}

div#content p {
	width:530px;
}

div#sidebar {
	float:left;
	width:280px;
	padding:30 0 0 0;
	color:#fff;
	font-size:12px;
	line-height:150%;
}

div#sidebar h4 {
	display:none;
}

div#sidebar a:link, div#sidebar a:visited {
	color: #ffde03;
	text-decoration:underline;
}

div#sidebar a:hover, div#sidebar a:active {
	color: #FF8A00;
	text-decoration:none;
}

div#teaser-contacte {
	float:left;
	height:auto;
	width:280px;
	background:url(../images/bg-teaser-contacte.gif) 0 0 no-repeat;
	padding: 115px 20px 30px 20px;
}

div#teaser-galeria {
	float:left;
	width:280px;
	background:url(../images/bg-teaser-galeria.gif) 0 0 no-repeat;
	padding: 100px 20px 0 10px;
}

div#teaser-galeria img {
	padding:0px 10px 5px 10px;
}

div#teaser-info {
	float:left;
	height:auto;
	width:280px;
	background:url(../images/bg-teaser-info.gif) 0 0 no-repeat;
	padding: 100px 20px 30px 20px;
}

div#teaser-info h1 {
	color: #FF8A00;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:10px;
	
}
div#teaser-info p {
	margin-bottom:10px;
	border-bottom:1px dashed #FF8A00;
	padding-bottom:10px;
	
}

div#teaser-important {
	float:left;
	height:auto;
	width:280px;
	background:url(../images/bg-teaser-important.gif) 0 0 no-repeat;
	padding: 80px 20px 30px 20px;
}





div#footer-container {
	position:relative;
	width:100%;
	height:310px;
	background:url(../images/bg-footer-container.png) 0 0 repeat-x;
	background-color:#527302;
}

div#footer {
	position:relative;
	margin:0 auto;
	height:296px;
	width:960px;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
}

div#impressum {
    color: #f1f1f1;
    font-size: 14px;
    left: 640px;
    padding: 30px 0;
    position: absolute;
    width: 295px;
}

div#impressum p {
	padding-bottom:10px;
}

div#impressum a:link, div#impressum a:visited {
	color: #ffde03;
	text-decoration:underline;
}

div#impressum a:hover, div#impressum a:active {
	color: #FF8A00;
	text-decoration:none;
}

div#impressum h2 {
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#f2ffd2;
}


.clear {
	float:none;
	clear:both;
}

div#content h1 {
	background:url(../images/welcome.gif) 0 0 no-repeat;
	height:140px;
	padding: 6px 0 0 15px;
	font-size:18px;
	
}

.cont {
    padding: 5px 0 10px 15px;
}

.cont-last {
    padding: 5px 0 30px 15px;
}

.cont-details {
    padding: 5px 0 5px 15px;
}

.cont-leer {
    min-height:400px;
}

.highlight {
	background-color: #944e15;
    border: 1px solid #FF8A00;
	border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	letter-spacing: 0.02em;
    text-shadow: 0.06em 0.06em 0.06em #333333;
	line-height: 1.5em;
    padding: 5px 10px 5px 15px;
}

.img-right {
	float:right;
	border:5px solid #ffffff;
	margin: 10px 5px 10px 15px;
}

.img-left {
	float:left;
	border:5px solid #ffffff;
	margin: 11px 15px 10px 15px;
}

#sidebar .img-col-right {
	float:left;
	border:5px solid #ffffff;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#logostest {
	margin: 0 auto;

}

div#descargo {
	color: #f1f1f1;
    font-size: 11px;
    left: 640px;
    position: absolute;
    width: 295px;
	top:165px;
}

div#descargo h2 {
	font-size:11px;
	font-weight:bold;
	color:#f2ffd2;
	padding-bottom:5px;
}

div#descargo p {
	padding-bottom:10px;
}

div#descargo a:link, div#descargo a:visited {
	color: #ffde03;
	text-decoration:underline;
}

div#descargo a:hover, div#descargo a:active {
	color: #FF8A00;
	text-decoration:none;
}



div#logomania {
	width:620px;
	padding-top:30px;
	float:left;
}

div#logomania img {
	padding-right:5px;
	padding-bottom:30px;
}
