@CHARSET "UTF-8";

#Centrada { 
	position:absolute;
	top:50%;
	left:50%;
	width:760px;
	height:480px;
	margin-left:-380px;
	margin-top:-240px;
	text-align:center;
	font-family: Georgia, Palatino, Times New Roman; 
	/* fins aqui les proves  per proves, es treuran   */
	
}

a img{
border:none;
}

body {
	
}

/*******
PORTADA
********/

.idiomes_portada{
	position:absolute;
width:350px;
height:50px;
top:260px;
left:210px;
}

.idiomes_portada_UL{


width:100%;
}
.idiomes_portada_UL li{
float:left;
margin:0;
padding:0;
}

.idiomes_portada_UL li a{
text-decoration:none;
display:block;
}

.idiomes_portada_UL li a.catala{
width:130px;
height:27px;
background:url(../Imatges/idiomes.gif) 0px 0px;
}
.idiomes_portada_UL li a.catala:hover{
width:130px;
height:27px;
background:url(../Imatges/idiomes.gif) 0px 27px;
}
.idiomes_portada_UL li a.castella{
width:136px;
height:27px;
background:url(../Imatges/idiomes.gif) 136px 0px;
}
.idiomes_portada_UL li a.castella:hover{
width:136px;
height:27px;
background:url(../Imatges/idiomes.gif) 136px 27px;
}

/*****************************
 ** Estils imatges inferiors ** 
 *****************************/
 
div.logo{
	display:inline;	
	position:absolute;
	bottom:0px;
	left:100px;
	height:30px;
	width:100px;
	border: none;
}
div.logo a{
	border:none;
}
div.logo span.normal{
	color:#919191;
	font-weight:normal;

}
div.logo p.sub{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#919191;


}
div.logo a{
	color:#5f5f5f;
	text-decoration:none;
}
div.logo a:hover{
	font-weight:bold;
}
 
 
div.inferior_dreta{
	position:absolute;
	text-align:right;
	bottom:0px;
	right:100px;
	width:185px;
	height:15px;
	color:#7C8386;
	border: none;
	display:inline;
}
 div.inferior_dreta ul, li {
	list-style-type: none;
	white-space:nowrap;
	border-style:none;	
	margin: 0;
	padding: 0;
}
 div.inferior_dreta li {
	display:inline;
}
a.html{
	background:url("../Imatges/inferiors/w3c-xhtml-validate.gif") no-repeat;
	width:80px;
	height:15px;
	display:inline;
	display: list-item;
	list-style-type: none;
	text-decoration:none;
	float:left;
}
a.css{
	margin:0 5px;
	background:url("../Imatges/inferiors/w3c-css-validate.gif") no-repeat;
	width:80px;
	height:15px;
	display:inline;
	display: list-item;
	list-style-type: none;
	text-decoration:none;
	float:left;
}
a.boto_login{
	background:url("../Imatges/inferiors/login.jpg") no-repeat;
	width:15px;
	height:15px;
	display:inline;
	display: list-item;
	list-style-type: none;
	text-decoration:none;
	float:right;
}
a.boto_login:hover{
	background:url("../Imatges/inferiors/login.jpg") 0px -25px no-repeat;
}

 /*****************************
 *** Estils div login ocult *** 
 *****************************/


div#login{

	position:absolute;
	bottom:10px;
	border:1px solid;
	background-color:white;
	right:10px;
	padding:10px;
	font-size:.7em;
	display:none;
	z-index:1;
}
div#login td{
	font-weight:bold;
	text-align:right;
}
td.submit{
	text-align:right;
}
