/* CSS Document */
body, div, td, tr, table, a , ul, li{margin:0;padding:0;border:0;}

body {
background-color:#461717;
color:#461717;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0;
padding:0;
vertical-align:top;
}

td  {vertical-align:top;}
h1, h2, h3, h4, a {
		color:#461717;
		font-weight:bold;
}
a, a:hover,  a:visited {
		color:#900;
		text-decoration:none;
}
	
h1 {
		font-size:13px;
}	
h2 {
		font-size:12px;
}
		
h3 {
		font-size:12px;
}
/***************************** cuerpo ***********************************/

#pagina{
width:916px;
margin: 0 auto;
padding:0;
background-image:url(imagenes/fondo_pagina.gif);
background-repeat:repeat-y;
}
div#recuadropagina{
position:relative;
display:block;
width:916px;
height:auto;
clear:both;
margin:0;
padding:0;
}

div#barraMenu{
display:block;
width:906px;
height:35px;
padding-left:10px;
background-image:url(imagenes/fondo_navbar.gif);
background-repeat:repeat-x;
clear:both;
}

div#principal {
	padding:40px;
	padding-left:20px;
	padding-right:15px;
	width:860px;
	float:left;
	text-align:justify;
	}
	
div#barralateral {
	margin:0;
	margin:0 5px;
	width:181px;
	float:right;
	background-color:#26a256;
	background-image:url(imagenes/pie_dere.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-right:15px;
	padding-bottom:100px;
	
}	
/************************  cabecera  *******************/
#cabecera{
	width:auto;
	height:130px;
	background-image: url(imagenes/fondo_cab.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#cabecera h1{display:none;}


div.barraIdiomas{
position:relative;
float:left;
padding-left:825px;
padding-top:3px;
}
.barraIdiomas ul{
      margin: 0;
      padding: 2px;
      list-style-type: none;
	  float:left;
}
.barraIdiomas li{
      margin-right: 2px;
      background:none;
      text-align: center;
      float: left;
}


#banderas{
}

.bandera{
	display:block;
	height: 18px; /* the image height */
	line-height: 18px; /* again */
	width: 26px; /* the image width */
	text-indent: 26px; /* again */
	overflow: hidden; /* clip it */
	background-repeat:no-repeat;
	background-position: 0 0;
}
.bandera:hover{
background-position: 1px 1px;
}
.bandera.DE{
background-image: url(imagenes/banderas_DE.png);
}
.bandera.EN{
background-image: url(imagenes/banderas_EN.png);
}
.bandera.ES{
background-image: url(imagenes/banderas_ES.png);
}
.bandera.FR{
background-image: url(imagenes/banderas_FR.gif);
}
.bandera.CAT{
background-image: url(imagenes/banderas_CAT.gif);
}







/************************  pie  *******************/
#lineaPie{
display:block;
width:auto;
padding-top:10px;
margin:0 20px;
clear:both;
}
#divPie{
clear:both;
width: auto;
text-align:left;
padding-left:30px;
height:30px;
color:#461717;
line-height:30px;
font-size:10px;
background-image:url(imagenes/fondo_pie.gif);
}
	
#divPie a, #divPie a:visited{
	text-decoration:none;
	color:#461717;
}

#divPie a:hover{
	color:#900;
}


/******************** IMAGENES *************************************/
.imgNormal {
	display:block;
  	float: left;

}

#divfotos{
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:0;
	margin-bottom:10px;
}


.alpha-shadow {
	display:block;
	float: left;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
	margin: 0;
  padding: 2px;
}
div#divfotos div.alpha-shadow {
clear:both;
}
.alpha-shadow {
  padding: 0px 5px 5px 0px;
}

/* fondo blanco */

.alpha-shadow.blanco div {
/*  background: url(imgshadow/shadow2.png)  no-repeat left top !important;
*/  background: url(imgshadow/blanco/shadow2.gif) no-repeat left top;
}

.alpha-shadow.blanco {
  background: url(imgshadow/blanco/shadow1.gif) no-repeat bottom right;
}
/* fondo azul */

.alpha-shadow.azul div {
/*  background: url(imgshadow/shadow2.png)  no-repeat left top !important;
*/  background: url(imgshadow/azul/shadow2.gif) no-repeat left top;
}

.alpha-shadow.azul {
  background: url(imgshadow/azul/shadow1.gif) no-repeat bottom right;
}

#mapaGoogle{
}
#divMapa{
margin: 0 auto;
margin-left:4px;
}
#divMap div span{
display:none;
}


