/**** Colors ******
- taronja:	#DC512F
- taronja2:	#FEB93C
- taronja3:	#EDCCC0
- blau:		#00A8FF
- gris:		#716F6E
******************/


body {
font-family: Arial, Helvetica, sans-serif;
font-size:75%;
margin:0 auto;
padding:3px 0;	
background-color:#FFFFFF;

}

div#contenidor {
width:986px;
height:600px;
margin: auto;}

table.contenidor {
height:600px;
border-collapse:collapse;
border:1px solid #7F7F7F;
}

table.contenidor th{
color:#9B9690;
text-align:right;}

table.contenidor td{
color:#000;
text-align:left;}

div.logo {
width:470px;
margin-top:47px;
border-top: #D3D2D0 1px solid;
}

div.logo_int {
width:470px;
margin-top:3px;
border-top: #D3D2D0 1px solid;
}

div.titulet {
width:470px;
margin-top:27px;
}

div.menu {
width:440px;
margin-top:27px;
padding-left:30px;
text-align:right;
font-family:Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold;
color:#FFFFFF; 
}

div.menu a {
color:#AAA69D; 
text-decoration:none;
}

div.menu a:hover {
color:#FFFFFF; 
}

div.subcategoria {
	border-top: #53544F 1px solid;
	margin-top:6px;
	padding-top:3px;
	text-align:right;
	color:#53544F;
	
}

div.subcategoria a:link, div.subcategoria a:visited{
	color:#53544F; 
	text-decoration:none;
}

div.subcategoria a:hover {
	color:white; 
}


div.flash_int {
width:440px;
margin-top:3px;
padding-top:20px;
padding-left:30px;
border-top: #53544F 1px solid;
color:#FFFFFF;
}

div.flash {
width:440px;
margin-top:47px;
padding-top:20px;
padding-left:30px;
border-top: #53544F 1px solid;
}

div.flash_menu {

}

div.titul {
width:470px;
text-align:left;
margin-top:27px;
}

div.entrar {
text-align:center;
margin-top:127px;
}

div.credits {
padding-top:5px;
text-align:right;
font-size:7pt;
color:#7F7F7F;
}

div.credits a {
color:#7F7F7F;
font-weight:normal;
text-decoration: none;
}


.blanc {color:white !important}
.f_negre { background-color:#000000}
.f_blanc {background-color:#FFFFFF}