@import url('style.css');

#wrap #contenidos {
	background-color: #FFFFFF;
	display: table;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	-webkit-box-shadow: 1px 1px 1px 1px #339966;
-moz-box-shadow: 1px 1px 1px 1px #339966;
	box-shadow: 1px 1px 1px 1px #339966;
	padding: 5px;	
}

#wrap #contenidos #textoinicio {
	display: block;
	width: 75%;
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	outline: 1px solid #339966;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
} 
#contenidos #titul {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: block;
	width: 90%;
	position: relative;
	background-color: #FFFFFF;
	outline: 1px solid #339966;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wrap #contenidos #textoinicio p {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	}
#wrap #contenidos #Serveis {
	display: inline;
	width: 21%;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	float: left;
}
#contenidos #textoinicio span {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-decoration: underline;
}

#contenidos #textoinicio li {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	list-style-image: url(../imatges/ico-listado.png);
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenidos #textoinicio ul {
	text-align: left;
	display: block;
	width: 50%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#wrap #contenidos #Serveis .blockserveis {
	text-align: center;
	display: block;
	width: 99%;
	position: relative;
	border: 2px solid #CCCCCC;
	outline: 1px solid #339966;
	height: auto;
	margin-top: 0px;
	top: 0px;
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:-ms-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:-o-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:-webkit-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background-position: 0%;
}
#wrap #contenidos #Serveis .blockserveis img {
	height: auto;
	width: 99%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #contenidos #Serveis .blockserveis p {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#wrap #contenidos #Serveis .imatgeserveis {
	text-align: center;
	display: block;
	width: 99%;
	position: relative;
	border: 2px solid #CCCCCC;
	outline: 1px solid #339966;
	height: auto;
	margin-top: 5px;
	top: 0px;
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:-ms-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:-o-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:-webkit-linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background:linear-gradient(#FFFFFF 0%, #E2FDB0 100%);
	background-color: #FFFFFF;
	background-position: 0%;
}
#wrap #contenidos #Serveis .imatgeserveis img {
	height: auto;
	width: 99%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#wrap #contenidos #Serveis .imatgeserveis img:hover {
-webkit-transform:scale(1.5);
	transform:scale(1.5);
	position: relative;
	z-index: 2000;	
}
