/* CSS Document */

/* Style for all bodies. */

BODY
{
    background : #C0D9D9 url(imatges/fons.jpg) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	margin : 5px 0px 5px 0px;
	padding : 0px;
	text-align: center;
}

#contenedor
{
	text-align: left;
	width: 1000px;
	/*background: none;
	background : #ffffff url(imatges/fons.jpg) repeat;*/
	margin: auto;
}
#cabecera{
	height : 106px;
	width: 1000px;
}
#navegador, #navegador2, #navegador_peu, #navegador_carrecs{
	background : #F5F4C3;
	padding : 3px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}
#navegador_daltdeltot, #navegador_daltdeltot2
{
    text-align:right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#cuerpo
{
width:760px;
margin-left: 2px;
padding: 5px 0px 5px 0px;
float:right;
} 

#lateral
{
padding: 5px 0px 0px 0px;
width: 230px;
/*background-color: #EBF2FE;*/
float:left;
} 

#peu
{
float:left;
width: 1000px;
color : #cccccc;
text-align : right;
margin : 10px 0px 0px 0px;
padding-bottom:10px;
} 
#vora{
border: 1px solid #cccccc;
text-align: left;
width: 1000px;
margin: auto;
} 

p
{
	color: #999999;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

ul{
	color: #999999;
	list-style-type: square;
}

.mapaweb_lista li
{
font-weight:bold;
padding-left: 14px;
background: transparent url("imatges/fletxa.gif") 0 2px no-repeat;
margin-bottom: 10px;
} 
#mapaweb_lista ul
{
list-style: none;
} 

.nom_empresa
{
font-size:large;
color:red;
text-align:center;
background-color:#F5F4C3;
}

h1{
	color: #FFFFFF;
	font-size: x-large;
	font-family: "Comic Sans MS";
}
h2
{
	color: #CCFF66;
	font-variant: small-caps;
}
h3
{
	color: #00FF00;
	font-size: small;
	/*font-style: bold;*/
}
h6{
	color: #00FF00;
	font-size: small;
	/*font-style: bold;*/
}

a:active {
	text-decoration: none;
	color: #FF5500
}

a:visited {
	text-decoration: none;
	color: #FF5500
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #FF5500;
}

/* ------------- ESTILS MOSTRAR DETALL ------------------------------------------------*/
#fonsMostrarDetall 
{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  height: 1200px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#cccccc; 
  z-index:1000;
}


#caixaMostrarDetall 
{ 
  position:absolute; 
  top:20%; 
  left:40%;
  padding:10px;
  text-align:center;
  /*width:300px;
  height:50px;*/
  z-index:1001;
  background-color:#fff;
}
/* ------------- fi ESTILS MOSTRAR DETALL ------------------------------------------------*/

/*------------(CSS LOGO TAW)------------*/

.tawlogo {
font-family: arial, sans-serif;
border: 1px solid #555;
vertical-align: 0.3em;
font-weight: bold;
color: #fff;
font-size: 0.9em;
background-color: #555;
padding: 0;
}

.tawlogo .tnivel {
padding: 0 0.4em ;
border-bottom: 0px;
background-color: #555;
color: #fff;
font-size: 0.8em;
}

.tawlogo abbr {
border-bottom: 0px;
}

.tawlogo acronym{
border-bottom: 0px;
padding: 0 0.3em;
background-color: #fff;
color: #000;
}

.tawlogo sup{
padding: 0em;
vertical-align: 0.6em;
font-size: 0.6em;
}
/*------------(CSS LOGO TAW)------------*/