@charset "utf-8";

/*RESET ESTIL PREDETERMINATS*/

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* ESTILS ETIQUETES WEB */

ul, ol, dl, li {
	color: #4D4D4D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	list-style-position: inside;
}

.rehabitam-logos01 {
	font-family: 'Boogaloo', cursive;
}

.rehabitam-logos02 {
	font-family: 'Gochi Hand', cursive;
}

.rehabitam-logos03 {
	font-family: 'Lobster', cursive;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	color: #4D4D4D;
	line-height: 1.5em;
}

.bold {
	font-weight: bold;	
}

.colorf90 {
	color: #FF6600;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
}

.titulo01 {
	text-transform: uppercase;
	font-size: 24px;
	color: #FF6600;
	padding-top: 5px;
	font-family: 'Boogaloo', cursive;
	text-align: left;
}
	
.titulo02 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #C64F00;
}

.tutulo03 {
	font-family: 'Gochi Hand', cursive;
	font-size: 26px;
	color: #f60;
}

a img {
	border: none;
}

a:link {
	color: #807F7D;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

body {
	background-image: url(../images/fondo.bmp);
	background-repeat: repeat;
	width: 100%;
}

.container {
	width: 100%;
	margin: none;
}

.container #lsup {
	background-color: #FA8C1E;
	height: 10px;
	width: 100%;
	margin-top: 0px;
}

/* ESTILS MENU HORITZONTAL */

nav{
	width:100%;
	height:60px;
}

.container .content nav ul{
	list-style: none;
	width:100%;
	height:60px;
}

div.contenedor_general:hover{
	margin-top:-60px;
}

div.contenedor_general{
	width:100%;
	height:60px;
	-webkit-transition:margin-top .2s;
	-moz-transition:margin-top .2s;
	-o-transition:margin-top .2s;
	-ms-transition:margin-top .2s;
	transition:margin-top .2s;
}

div.contenedor_uno{
	width:100%;
	height:54px;
	background-color: #333;
	overflow: hidden;
	border-bottom:6px solid #FF6600;
	border-radius: 7px;
}

div.contenedor_dos{
	width:100%;
	height:53px;
	background-color: #FF6600;
	overflow: hidden;
	border-bottom:7px solid #333;
	border-radius: 7px;
}

.texto_uno, .texto_dos{
	text-align: center;
	margin-top: 8px;
	color: white;
	line-height: 1.1em;
	font-family: 'Dosis', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

/* ESTILS PEU DE PÀGINA */

.footer {
	background-image: url(../images/LHpng.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
}

.footer #lsup  {
	height: 7px;
	background-color: #FF6600;
	width: 100%;
}

.footer #linf {
	background-color: #FF6600;
	height: 8px;
	width: 100%;
}


/* ESTILS VARIS */
#foto-dreta {
	float: right;
	margin-left: 20px;
}

#foto-variable {
	width: 70%	
}

#foto-webconstruccio {
	width: 100%;
}