/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
#galeria {
position: relative;
align: center;
left:50%;
margin-left:0px;
width:759px;
background-color:#FFFFFF;
z-index:1;
}
#main {
position: relative;
align: center;
left:50%;
margin-left:-380px;
width:759px;
background-color:#FFFFFF;
z-index:1;
}

#header {
position: absolute;
width:100%;
height: 68px;
z-index: 10;
top: 0px;
left: 0px;
text-align: left;
}

#menu  {
	position: absolute;
	width: 100%;
	height: 28px;
	z-index: 10;
	top: 68px;
	left: 0px;
	text-align: left;
	}

#idioma {
position: absolute;
width: 100%;
height: 15px;
z-index: 10;
top: 96px;
left: 0px;
background-color:#0085CE;
text-align: right;
}

#foto  {
position: absolute;
width: 100%;
height: 109px;
z-index: 10;
top: 113px;
left: 0px;
background-color:#F8F8F8;
}

#content {
position: absolute;
width: 100%;
height: 320px;
left: -1px;
top: 229px;
z-index: 10;
text-align:left;
}

#left  {
position: absolute;
width: 54%;
height: 320px;
left: 0px;
top: 0px;
z-index: 100;
text-align:left;
background-image: url(images/bg_left.gif);
}

#spacer  {
position: absolute;
width: 0.5%;
height: 320px;
left: 54%;
top: 0px;
z-index: 100;
text-align:left;
background-color:#ffffff;
}

#right {
position: absolute;
width: 45.5%;
height: 320px;
left: 420px;
top: 0px;
z-index: 100;
text-align:left;
background-image: url(images/bg_right.gif);
}
