/*********************************************************/
/** Estils generals										**/
/*********************************************************/
body {
    background-color: #000000;
	/*background-image: url("../images/Background.jpg");*/
	background-repeat: repeat-x;
    color: black;
    font-family: Arial;
	margin: 5px 0 0 0;
}

a
{
	color: black;
}

img 
{
    border: 0
}


div.Clear
{
	clear: both;
}
/*********************************************************/
/** Configuraci� dels divs principals					**/
/*********************************************************/
div#TOP
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#Header
{
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#Footer
{
	height: 26px;
	background-image: url("../images/Footer.gif");
    color: black;
	padding: 7px 0 0 15px ;
	margin: 0 0 0 0;
}

div#Content
{
	background-color: #DDDDDD;
	color: black;
	margin: 0 0 0 0;
	padding: 1px 20px 10px 20px;
}

div#Menu
{
	height: 30px;
	color: white;
	background-image: url("../images/BackBtn.gif");
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	border-width: 0;
}

/*********************************************************/
/** Estils pel men�										**/
/*********************************************************/
div#Menu ul
{
	height: 25px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

div#Menu ul li
{
	height: 30px;
	padding: 0 10px 0 0;
	display: inline;
}

div#Menu ul li a
{
	color: white;
	text-decoration: none;
}

div#Menu ul li a:hover
{
	color: white;
	text-decoration: underline;
}

div#Menu ul#Language
{
	float: right;
}


/*********************************************************/
/** Estils per les galerias								**/
/*********************************************************/
div#GalleryIndex
{
	margin: 15px 0 15px 0;
}

div#GalleryIndex div.Mid
{
	width: 810px;
	background-image: url("../images/GalleryBack.gif");
	margin: 0px 0 0px 0px;
	padding: 0 20px 0 20px;
}

div#GalleryIndex div.Begin
{
	margin: 0 0 0 0;
	width: 850px;
	height: 30px;
	background-image: url("../images/GalleryTop.gif");
	clear: both;
}

div#GalleryIndex div.End
{
	width: 850px;
	height: 30px;
	background-image: url("../images/GalleryBottom.gif");
	clear: both;
}

div.GalleryItem
{
	position: relative;
	width: 150px;
	height: 140px;
	float: left;
	padding: 0 0 0 0;
	margin: 5px;
	text-align: center;
	color: black;
}

div.GalleryItem img
{
	margin: 10px 5px 5px 5px;
	/*padding: 5px 5px 5px 5px;
	border: solid 1px black;
	background-color: #EEEEEE;
	border: solid 1px black;*/
}

div.GalleryItem p
{
	width: 90%;
	position: absolute;
	bottom: 0px;
	left: 5%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0px 10px 0;
	font-size: 8pt;
}
div#GalleryIndex a
{
	text-decoration: none;
	cursor: hand;
}

div#GalleryIndex a:hover div.GalleryItem
{
	background-image: url("../images/GalleryItemBack.gif");
	cursor: hand;
}

div#GalleryIndex a:hover div.GalleryImage
{
	background-image: url("../images/GalleryImageBack.gif");
	cursor: hand;
}

div.GalleryImage
{
	width: 190px;
	height: 160px;
	float: left;
	padding: 10px 0 0 0;
	margin: 5px;
	text-align: center;
	color: black;
	display: table-cell;
	vertical-align: middle;
}


div.GalleryImage img
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.Image
{
	text-align: center;
	padding: 0 0 0 0;	
}

#Flash
{
	margin: 20px auto;
	position: relative;
	text-align: center;
	cursor: hand;
}

h6
{
	font-size: 10pt;
	padding: 0 0 0 0;
	font-weight: bolder;
	margin: 0 0 0 0;
}
