@import url("base.css");

/* ---- Decoracio fons pagina ---- */
.fonsTop {
	background-image: url('../imgs/fonsTop.png');
	background-repeat: repeat-x;
	padding-top: 3px;
	background-color: #fd9;
}

.fonsBottom {
	background-image: url('../imgs/fonsBottom.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:center;
	position:relative;

}

/* ---- Configuracio pagina contingut ---- */
#pagina {
	margin-left:auto;
	margin-right: auto;
	width: 810px;
	position:relative;
	top: 0px;
	background-color: #fff;
	background-image: url('../imgs/margeBtm.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align: left
}

#paginaAux {
	background-image: url('../imgs/logoReflex.png');
}

/* ---- Capcalera ----- */
#idioma {
	text-align: right;
	background-image: url('../imgs/margeIdioma.png');
	color: #f80;
	margin-right: 0px;
	padding-right: 5px;
	margin-top: 0px;
	padding-top: 5px;
	width: 805px;
	height: 30px;
}

#idioma a{
	color: #fd9;
	font-weight: normal;
	font-size: 1em;
}

#buscador {
	width: 180px;
	position:absolute;
	color: #f80;
	top: 5px;
	left: 15px;
}

#buscador input{
  margin: 0px;
	padding: 0px;
	height: 16px;
	border-right: none;
}

.flotaD {
	position:absolute;
	display: inline;
	top: 2px;
	left: 138px;
}

#buscador input#boto{
	width: 18px;
	height: 18px;
	border: none;
}

#cap {
	float: left;
	width: 290px;
	margin-top: 20px;
	text-align: center;
}

/* ----- Acces clients ----- */
#login {
	position: absolute;
	width: 150px;
	background-color: #fd9;
	top: 37px;
	left: 625px;
	padding: 4px 0px;
	background-image: url('../imgs/fonsLogin.png');
	text-align: center;
	height: 145px;
	overflow: hidden;
}

#formulari {
	text-align: left;
	width: 102px;
	margin: 0px auto;
	margin-top: 1px;
}

.boto {
	text-align: center;
	margin: 5px 0px;
}

a.boto {
	padding: 5px 20px;
	background-image: url('../imgs/boto1.png');
}
a.boto:hover {
	background-color: #f80;
}

a.nom {
	font-size: 1em;
}

/* ----- Decoracio central ----- */
#eslogan {
	margin-top: 190px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
}

/* -------- Menu -------- */
#tabBar {
	text-align: left;
	width: 149px;
	height: 300px;
	clear: left;
	background-image: url('../imgs/margeTab.png');
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 1px;
	padding-top: 20px;
}

.linkActiu {
	background: url('../imgs/fonsTabActiu.png') no-repeat top right;
}

.submenu {
	right: 5px;
}

.submenu .tabRed {
	background: url('../imgs/fletxaDreta.png') no-repeat top right;	
}


/* ---- Contingut central ---- */
#contingutTab {
	position: relative;
	float: right;
	width: 600px;	
	padding-right: 50px;
	padding-bottom: 20px;
	min-height: 230px;
}

.tab {
	display: none;
}

.tabActiu {
	text-align: justify;
	height: 300px;
	overflow: auto;
	padding: 5px;
}


/*----------- Estil del peu de pagina ---------*/
#peuPagina {
	text-align: center;
	clear: both;
	width: 805px;
	height: 80px;
}

#peuPagina ul {
	font-size: 14px;
	text-align: right;
	padding-top: 25px;
}

#peuPagina li {
	display: inline;
	padding: 0px;
}

#marca {
	float: right;
	width: 120px;
	padding-top: 5px;
}

#marca img {
	clear: both;
}

#marca div {
	text-align: center;
}

#reflexPagina {
	width: 810px;
	height: 70px;
	margin: 0px auto;
	position:relative;
	top:0px;	
}

#reflexPagina { background-image: url('../imgs/reflexPeu.png'); }

/* ------------- Altres --------------- */
.tronja {	color: #f80;}
.gris {	color: #999;}
.petit {	font-size: 60%;}
.alignDreta { text-align: right; }
.alignCentre { text-align: center;}
 
.contacte input {
	height: 16px;
	width: 120px;
	margin: 5px;
}

input[type="file"] {
	height: 23px;
	margin: 5px;
	border: 1px solid #f80;
}

.contacte input.boto {
	height: 20px;
	width: 120px;
	margin: 5px;
}

.contacte textarea {
	height: 75px;
	width: 350px;
	margin: 5px;
}

#contingutTab img {
	float: right;
	margin: 10px;	
}
