/* Estil Basic */

body {
	background:  white; /* definimos el color de fondo de todo el documento */
	font-family: Arial, Helvetica, sans-serif; /* el tipo de letra para todo el documento */
}



#contenido  { 
	position:absolute; 
	top:50%; 
	left:50%;
	width:500px; 
	height:320px; 
	margin-left:-250px; 
	margin-top:-160px;
}

#logo  { 
	margin-bottom: 5px;
	float: left;
}

#contacto { 
	/* margin-top: 10px; */
	
	text-align: right;
	/* margin-bottom: 5px; */
}

#contacto img {
	border: thin Silver;
}

#imagen{
	float: left;
}




#botons {
	margin-top: 8px;
	text-align: right; 
	
}

#botons img {
	border: thin Silver;
}

a {text-decoration: none;}

.rollover a {   background-color: #FFFFFF;}
.rollover a:hover { background-color: Yellow;}

#carregant {
	position:absolute; 
	top:50%; 
	left:50%;
	width:600px; 
	height:400px; 
	margin-left:-300px; 
	margin-top:-200px;  
	/* border: medium solid Black; */
	
	
}

#detalle {
	position:absolute; 
	top:50%; 
	left:50%;
	width:600px; 
	height:400px; 
	margin-left:-300px; 
	margin-top:-200px;  
	/* border: medium solid Black; */
	/* visibility: hidden; */
	
}

#de_cabe {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: thin solid Silver;
}

#de_logo {
	
	float: left;
	
}

#de_botons {
	text-align: right; 
}

#de_botons img {
	border: thin Silver;
}

#de_cont {
	
	/* margin-top: 10px;
	padding-top: 5px; 
	border-bottom: thin solid Silver; */
}

#de_imatge {
	float: left; 
	margin-right: 10px;
}

#de_coment {
	margin-top: 20px;
	font-size: 10px;
}


#de_coment img {
	border: thin Silver;
}

#de_peu {
	margin-top: 8px;
	padding-top: 8px; 
	border-top: thin solid Silver;
	width: 600px;
	text-align: right; 
}

#de_peu img {
	border: thin Silver;
}

.titulo { 
	font-weight: bolder;  
	font-size: 12px; 
	margin-right: 5px;
	padding-top: 8px; 
}

#requadre {
	width: 500px;
	height: 264px;
	border: thin solid Silver;
}

#rec_content {
	position:absolute; 
	top:50%; 
	left:50%;
	width:220px; 
	height:80px; 
	margin-left:-110px; 
	margin-top:-40px;
	
	font-weight: bolder;
	color: Silver;
}

#rec_content a {
	font-size: 14px;
	text-decoration: none;
}

#rec_content a:hover
    { text-decoration: underline; }
#rec_content a:link {color: Silver;}
#rec_content a:visited {color: Silver;}

#info {
	font-size: 12px; 
	width: 480px;
	height: 244px;
	overflow: scroll;
	padding: 10px;
}

.tit_info {
	font-size: 12px; 
	font-weight: bolder;
	text-decoration: underline;
}

#de_mas {
	margin-right: 5px;
	padding-top: 10px; 
}

.noDisp {
	display: none;
}

#se_peu {
	text-decoration: none;
	font: 8px;
}

#se_peu img {
	border: thin Silver;
}

#se_peu a:hover
    { text-decoration: underline; }
#se_peu a:link {color: Silver;}
#se_peu a:visited {color: Silver;}