﻿/* Estils per a la 'Master Page' de la part pública */

.BodyIndex
{
    /* Inicialitzar valors de la pàgina */
    border: solid 0px Black;
    background: url('../../Imatges/Publiques/fons-body.gif') no-repeat fixed 50% top;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    line-height: 20px;
}

.DivGlobal
{
	border: Solid 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: auto;
	height: auto;
}

.DivOmbraSuperior
{
	border: dotted 0px black;
	background-color: Transparent;
	background-image: url(../../Imatges/Publiques/ombra-top.png);
    background-repeat: repeat-x;
    background-position: left top;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 16px;
	z-index: 2;
}

.DivOmbraLateral
{
	border: dotted 0px Black;
	background-color: Transparent;
    background-image: url(../../Imatges/Publiques/ombra-lateral.png);
    background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: 1006px;
	height: auto;
}

.DivOmbraInferior
{	
	border: dotted 0px Black;
	background-color: Transparent;
    background-image: url(../../Imatges/Publiques/ombra-bottom.png);
    background-repeat: no-repeat;
    background-position: top;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: 1006px;
	height: 8px;
}

.DivPrincipal
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: 990px;
	height: auto;
}

.DivCapsalera
{
	border: Dotted 0px Black;
    background-color: #cbd8eb;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: auto;
    height: 109px; /* Necessari per a IE. L'alçària ha de ser la mateixa que la de les imatges de la capçalera */
}

.DivCos
{
	border: Dotted 0px Black;
	background-color: Transparent;
    background-image: url('../../Imatges/Publiques/fons-cos.jpg');
    background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: auto;
    height: auto;
}

.DivPeu
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	width: auto;
    height: auto;
}

.DivContinguts
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
    position: relative;
    float: right;
    width: 80%;
    height: auto;
}

.DivIdiomes
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    clear: none;
    float: left;
    width: 18%;
    height: auto;
}

.DivMenusCSS
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    clear: left;
    float: left;
    width: 18%;
    height: auto;
}

.DivMenuImmobles
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
    height: auto;
}

.DivMenuEmpresa
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
    height: auto;
}

.DivMenuCercador
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
    height: auto;
}

.DivBlock
{
	border: Dotted 0px Black;
	background-color: Transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
    clear: both; /* Em fa falta afegir açò per a colocar correctament aquest div i per a què el div principal cresca correctament */
	width: auto;
    height: auto;
}

.DivLogic21
{
	border: dotted 0px black;
	background-color: Transparent;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    position: relative;
    text-align: center;
	width: 1006px;
	height: auto;
}

.DivLogic21 a, .DivLogic21 a:hover, .DivLogic21 a:visited
{
    color: #974f58;
    text-decoration: none;
}

