/*
 * general.css
 *
 * Estils basics i de les capes que se compartixen en la zona publica
 *
 * Creacio:		2014-02-03
 * Modificacio:	2014-02-03
 *
 */

@CHARSET "UTF-8";

/**********************************************************************/
/*** General                                                        ***/
/**********************************************************************/

/*-- Ajusts --*/

	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:700,400);

	* {
		outline:0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	img {
		border:0;
		display:block;
	}

	html, body {
		height:100%;
		margin:0;
		padding:0;
	}


	a {
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}


/*-- Estructura general --*/

	::-webkit-scrollbar
	{
		width: 10px;
		height: 10px;
	}

	::-webkit-scrollbar-track-piece:vertical
	{
		background-color: #c7c7c5;
		border:none;
	}

	::-webkit-scrollbar-track-piece:horizontal
	{
		background-color: #c7c7c5;
		border:none;
	}

	::-webkit-scrollbar-thumb:vertical
	{
		height: 10px;
		background-color: #575756;
		border:2px solid #c7c7c5;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		border-radius: 0;
	}

	::-webkit-scrollbar-thumb:horizontal
	{
		width: 10px;
		background-color: #575756;
		border:2px solid #c7c7c5;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		border-radius: 0;
	}

	::-webkit-scrollbar-thumb:hover
	{
		background-color: #F2A32A;
	}

	body {
		margin: 0;
		padding: 0;
		background: #fff url(../img/fondo.png);
		color: #333;
		font-size: 14px;
		font-weight: normal;
		overflow-y: scroll;
	}

	body, td, th, input, textarea, select, button {
		font-family: "Open Sans", sans-serif;
	}

	h1,h2,h3,h4,h5 {
		font-family: "Open Sans", sans-serif;
		padding:0;
		margin:0 0 1em 0;
		color:#000;
		font-weight:bold;
	}
		h1{
		}

		h2{
		}

		h3{
		}

	p {
		text-align:left;
		margin: 0 0 .5em 0;
		line-height: 1.15em;
	}

	a {
		color: #0A7DC9;
		text-decoration:none;
	}

		a:visited {

		}

		a:hover {
		}

	form {
		overflow: hidden;
		width: 765px;
		margin: 0 auto;
		display: block;
		position: relative;

		overflow: visible;
}

	input,textarea,select {
		border: 1px solid #888;
		background: #fff;
		font-size: 12px;
		padding: 0 5px;
		width: 210px;
		box-sizing: border-box;
		margin: 2px 0 2px 10px;
	}
	input.requerit,textarea.requerit,select.requerit {
		border-color: #F2A32A;
	}
	input[type=checkbox],input[type=radio] {
		width: auto;
	}

	fieldset {
		margin-bottom: 10px;
		border: 0;
		width: 250px;
		float: left;
		font-size: 12px;
	}
	textarea {
		height: 3em;
	}
	label {
		width: 100%;
		font-weight: bold;
		font-size: 14px;

		display: block;
		margin-top: .5em;
	}

	button {
		border: 0;
		background: #bbb;
		padding: 0 10px;
		cursor: pointer;
		color: #333;
		font-size: 20px;
		font-weight: bolder;
		outline: none !important;
		margin: 10px auto;

		display: block;
	}
	button:hover {
		background: #F2A32A;
	}

/*-- Estils basics --*/

	.esquerra {
		float: left !important;
	}

	.dreta {
		float: right !important;
	}

	.textmini {
		font-size: 11px !important;
	}

	.inhabilitat {
		opacity: .5;
		pointer-events: none;
		cursor: default;
	}

/**********************************************************************/
/*** Capes generals                                                 ***/
/**********************************************************************/

header {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 341px;
	height: 98px;
	overflow: hidden;
	z-index: 7000;
	background: url(../img/logo.png) no-repeat;
	font-size: 0;
}
	header a {
		display: block;
		width: 100%;
		height: 100%;
	}

aside#Telefon {
    position: absolute;
    background: url(../img/telefon.png);
    width: 326px;
    height: 92px;
    top: 21px;
    left: 420px;
    font-size: 0;
}

aside#Sagell {
    position: absolute;
    background: url(../img/sagell.png);
    width: 210px;
    height: 187px;
    top: 0;
    right: 0;
    font-size: 0;
    z-index: 7000;
}

nav {
	position: absolute;
	width: 100%;
	height: 30px;
	overflow: visible;
	top: 120px;
	left: 0;
	white-space: nowrap;
	padding: 0 5px;
	background: #000;
	font-size: 14px;
	color: #fff;
	border-bottom: 5px solid #999;
}
nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav > ul > li {
	margin: 0;
	white-space: normal;
	display: inline-block;
	padding: 0;
	width: auto;
	height: 100%;
	position: relative;
	vertical-align: top;
	float: left;
}
nav > ul > li > a {
    padding: 4px 5px 3px 5px;
    margin: 0 10px;
    border-bottom: 5px solid #999;
    color: #fff;
    display: inline-block;
    height: 30px;
}
nav > ul > li > a:hover, nav > ul > li > a.ara,
body.quienes-somos nav > ul > li > a.quienes-somos,
body.banera-por-plato-de-ducha nav > ul > li > a.banera-por-plato-de-ducha,
body.packs nav > ul > li > a.banera-por-plato-de-ducha,
body.obras-proyectos-plato-ducha nav > ul > li > a.obras-proyectos-plato-ducha,
body.accesibilidad-banos nav > ul > li > a.accesibilidad-banos,
body.contacto nav > ul > li > a.contacto {
	border-color: #F2A32A;
	color: #F2A32A;
}

#Centrat {
	position: relative;
	display: block;
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	min-height: 450px;
	background: #fff;
	box-shadow: 0 0 100px 5px rgba(0,0,0,.5);
}

section {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 350px;
    position: relative;
    margin: 150px 0 30px 0;
}

	section h1 {
		display: none;
	}

	section .text {

	}

	section .text p {
		text-align: justify;
	}

	section h2 {
		font-size: 19px;
		font-weight: normal;
		margin-bottom: 0;
	}
	section h2 b {
		font-size: 21px
	}

body.quienes-somos section {
	background: url(../img/fondo-quienes-somos.jpg) top left;
	height: 500px;
}
body.quienes-somos .text {
	position: absolute;
	width: 570px;
	height: auto;
	right: 20px;
	top: 150px;
}
body.quienes-somos .text h2 {
	text-align: right;
}
body.banera-por-plato-de-ducha section {
	background: url(../img/fondo-banera-por-plato-de-ducha.jpg);
	height: 745px;
}
body.banera-por-plato-de-ducha .text {
	color: #fff;
	position: absolute;
	width: 490px;
	height: auto;
	left: 30px;
	top: 450px;
}
body.banera-por-plato-de-ducha .text p {
	clear: both;
}
body.banera-por-plato-de-ducha #bOfertes {
	background: url(../img/botonets.png) 0 0;
	width: 250px;
	height: 38px;
	display: block;
	float: left;
	font-size: 0;
	margin: 0 0 20px -10px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
body.banera-por-plato-de-ducha #bOfertes:hover {
	background-position: 0 -54px;
}
body.banera-por-plato-de-ducha #bPresupost,
body.obras-proyectos-plato-ducha section #bPresupost {
	background: url(../img/botonets.png) -260px 0;
	width: 235px;
	height: 38px;
	display: block;
	float: right;
	font-size: 0;
	margin: 0 0 20px 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
body.banera-por-plato-de-ducha #bPresupost:hover,
body.obras-proyectos-plato-ducha section #bPresupost:hover {
	background-position: -260px -54px;
}

body.packs section {
	background: url(../img/fondo-packs.jpg) no-repeat;
	height: 505px;
}

body.packs section h1 {
	display: block;
	color: #fff;
	border-bottom: 4px solid #F2A32A;
	float: left;
	clear: both;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 16px;
}

body.packs section article {
	width: 247px;
	height: 400px;
	float: left;
	position: relative;
}
body.packs section article.roig {
	clear: left;
	margin-left: 6px;
}
body.packs section article a {
	width: 100%;
	height: 100%;
	display: block;
}
body.packs section article img {
    margin: 10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}
body.packs section article a:after {
	content: '';
	width: 227px;
	height: 157px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
body.packs section article:hover a:after {
	background: url(../img/lupa.png) no-repeat center center;
}
body.packs section article.roig:hover a:after {
	background-color: rgba(229, 53, 45, 0.8);
}
body.packs section article.blau:hover a:after {
	background-color: rgba(57, 169, 220, 0.8);
}
body.packs section article.groc:hover a:after {
	background-color: rgba(255, 181, 0, 0.8);
}
body.packs section article.gris:hover a:after {
	background-color: rgba(135, 136, 138, 0.8);
}
body.packs section article a > div {
    margin: 10px;  
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    height: 180px;
    position: relative; 
	overflow: hidden;
}
body.packs section article.roig div {
	background: rgba(229, 53, 45, 0.8);
}
body.packs section article.blau div {
	background: rgba(57, 169, 220, 0.8);
}
body.packs section article.groc div {
	background: rgba(255, 181, 0, 0.8);
}
body.packs section article.gris div {
	background: rgba(135, 136, 138, 0.8);
}
body.packs section article a > div > h2 {
    margin: 5px 10px;
    color: #FFF;
    font-weight: bold;
}
body.packs section article a > div > span {
    bottom: 10px;
    right: 10px;
    position: absolute;
    text-align: right;
    color: #fff;
    font-style: italic;
    font-size: 13px;
}
body.packs section article a > span {
	color: #fff;
	display: block;
	width: 110px;
	margin: 0  0 0 10px;
	padding: 5px 5px;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	box-shadow: 5px 5px 15px rgba(0,0,0,.5);
}
body.packs section article.roig a > span {
	background: rgba(229, 53, 45, 0.8);
}
body.packs section article.blau a > span {
	background: rgba(57, 169, 220, 0.8);
}
body.packs section article.groc a > span {
	background: rgba(255, 181, 0, 0.8);
}
body.packs section article.gris a > span {
	background: rgba(135, 136, 138, 0.8);
}
body.packs section article a > h3 {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    text-align: right;
}
body.packs section article a > h3 i {
    font-size: 12px;
	
}
body.packs section article a > h3 b {
    font-size: 21px;
	
}
body.packs section div.peu {
    clear: both;
    color: #aaa;
    font-size: 12px;
    margin-left: 13px;
}

body.obras-proyectos-plato-ducha section {
    background: #C5C6C8 url(../img/fondo-obras-proyectos-plato-ducha.jpg) no-repeat;
    min-height: 550px;
}
body.obras-proyectos-plato-ducha section .text {
    margin: 60px 20px 0 20px;
}
body.obras-proyectos-plato-ducha section #bPresupost {
    margin: 0;
}
body.obras-proyectos-plato-ducha section .text p {
    clear: both;
    text-align: right;
}
body.obras-proyectos-plato-ducha section ul {
    list-style: none;
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
}
body.obras-proyectos-plato-ducha section ul li {
    display: block;
    width: 230px;
    height: 175px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: visible;
}
body.obras-proyectos-plato-ducha section ul li:nth-child(1),
body.obras-proyectos-plato-ducha section ul li:nth-child(2) {
	width: 470px;
	height: 320px;
}
body.obras-proyectos-plato-ducha section ul li:nth-child(1):before,
body.obras-proyectos-plato-ducha section ul li:nth-child(2):before {
	content: '';
	background: url(../img/ultima.png);
	display: block;
	width: 184px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: -5px;
}
body.obras-proyectos-plato-ducha section ul li a:before {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	content: '';
	display: block;
    width: 230px;
    height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 3px solid transparent;
}
body.obras-proyectos-plato-ducha section ul li:hover a:before {
	background: rgba(242, 163, 42, 0.25);
	border: 3px solid #F2A32A;
}
body.obras-proyectos-plato-ducha section ul li:nth-child(1) a:before,
body.obras-proyectos-plato-ducha section ul li:nth-child(2) a:before {
	width: 470px;
	height: 294px;
}
body.obras-proyectos-plato-ducha section ul li a {
	display:block;
	overflow: hidden;
}
body.obras-proyectos-plato-ducha section ul li p {
    margin: 5px;
}

body.accesibilidad-banos section {
}
body.contacto section {
	background: #C5C6C8 url(../img/fondo-contacto.jpg) no-repeat;
}
body.contacto section h1 {
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 30px;
}
body.contacto section input#Privacitat {
	margin-left: 0;
	margin-top: 10px;
}
body.contacto section #PeuForm {
	background: url(../img/minilogo.png) no-repeat 50px center;
	width: 600px;
	padding: 15px 50px 15px 250px;
	border-top: 1px solid #555;
	margin: 0 auto;
	clear: both;
	display: block;
}
body.nota-legal section, 
body.condiciones section,
body.LOPD section {
    padding: 50px;
}
body.nota-legal section h1, 
body.condiciones section h1,
body.LOPD section h1 {
    display: block;
	color: #F2A32A;
}
footer {
	border-top: 5px solid #F2A32A;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333;
	color: #ddd;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 11px;
	padding: 5px 20px;
	z-index: 7000;
}

footer a {
	color: #ddd;
}

footer a:hover {
	color: #F2A32A;
}
