/* CSS Document */
body
{
	background-color:#F0F0F0;
}

#table_wrapper
{
	width:800px;
	top:5px;
	background:#F0F0F0;
	border:medium;
	height:100%;
}

/*	TOP LEFT (idiomes) */
#top_left
{
	background:#AFAFAF;
	float:left;
	height:78px;
	width:170px;
}

#top_left .idiomas
{
	height:49px;
	padding-top:5px;
	padding-left:8px;
	
	font:11px Arial;
	color:#E6E6E6;
	text-transform:uppercase;
	text-align:left;
	
	border-bottom:1px solid #FFFFFF;
}

/*#top_left .idiomas a
{
	color:#FFFFFF;
	text-decoration:none;
}

#top_left .idiomas a:hover
{
	color:#5A5A5A;
}

#top_left .selected
{
	color:#5A5A5A;
	text-decoration:underline;
	border-color:#FFFFFF;
	
}*/

/*  TOP RIGHT */

#top_right
{
	background:#E0E0E0;
	float:right;
	height:78px;
	width:619px;
	margin-left:11px;
	
	font:11px 'Lucida Sans Unicode';
	position:relative;
}

#top_right .title
{
	height:54px;
	/*padding-top:20px;
	padding-left:12px;*/
	text-align:left;
	
	border-bottom:1px solid #FFFFFF;
}

#top_right .menu
{
	background:#EE7818;
	height:19px;
	padding-top:4px;
	padding-left:12px;
	
	font:12px "Lucida Sans Unicode";
	color:#FFFFFF;
	
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
}

#top_right .menu a
{
	padding-left:4px;
	padding-right:4px;
	color:#FFFFFF;
	text-decoration:none;
	/*font-weight:bold;*/
}

#top_right .menu a:hover
{
	color:#5A5A5A;
}

#top_right .actual
{
	color:#5A5A5A;
	padding-left:4px;
	padding-right:4px;
	/*font-weight:bold;*/
}

#linia
{
	height:5px;
	margin-top:85px; 
	_margin-top: 10px;
	border-top:3px #696969 double; 
}

#top_down
{
	position:relative;
	width:800px;
	height:70px;
	background:url(img/bullet.gif) repeat;
}

#top_down .title
{
	float:left;
	width:170px;
	height:70px;
	font:18px 'Times New Roman';
	font-weight:bold;
	color:#696969;
	text-transform:uppercase;
	text-align:right;
}

#top_down .info_text
{
	position:relative;
	left:10px;
	
	color:#EE7818;
	font:11px "Lucida Sans Unicode";
	text-transform:uppercase;
	text-align:left;
}

#top_down .info_text_opera
{
	position:relative;
	float:right;
	margin-left:180px;
	margin-top:-70px;
	width:630px;
	color:#EE7818;
	font:11px "Lucida Sans Unicode";
	text-transform:uppercase;
	text-align:left;
}

/* ÀREA CENTRAL */

#area
{
	float:right;
	position:relative;
	width:800px;
	/*height:390px;*/
	
	
	/*background:url(img/area.gif) no-repeat;*/
	background-color:#FFFFFF; /*#DFE4E7;*/
	text-align:left;
}

#area strong
{
	color:#EE7818;
}

#area .left
{
	float:left;
	padding-left:15px;
	width:150px;
	
	font:11px 'Trebuchet MS';
	color:#696969;
	text-align:left;
}

#area .left a
{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}

#area .left a:hover
{
	color:#EE7818;
}

#area .text
{
	float: left;
	padding-left:15px;
	/*padding-top:20px;*/
	width: 610px;
	
	font:11px 'Trebuchet MS';
	color:#696969;
	text-align:left;
}

#area .text a
{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}

#area .text a:hover
{
	color:#EE7818;
}

#area .text .ruta
{
	padding:5px 0px 5px 5px;
}


#area input, #area textarea
{
	font:11px "Lucida Sans Unicode";
	border:1px solid #EE7818;
	background:#E0E0E0;
}

#area .submit
{
	color:#F0F0F0;
	background:#EE7818;
}


/* FOOTER */
#footer
{
	position:relative;
	/*float:left;*/
	background:url(img/bycmo_footer.png) no-repeat;
	top:15px;
	width:800px;
	height:60px;
	padding-top:20px;
	clear:both;
	
	font:10px Verdana;
	color:#696969;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}

#footer .space_1
{
	float:left;
	position:relative;
	padding-left:0px;
	width:220px;
	text-align:center;
	display:inline;
}

#footer .space_2
{
	float:left;
	position:relative;
	padding-left:0px;
	width:365px;
	text-align:center;
	display:inline;
}
/*
#footer .space_3
{
	float:left;
	position:relative;
	padding-left:0px;
	width:210px;
	text-align:center;
	display:inline;
}
#footer .space_4
*/
#footer .space_3 /* sense majuscules */
{
	float:left;
	position:relative;
	padding-left:0px;
	width:215px;
	text-align:center;
	display:inline;
	text-transform:lowercase;
}

#footer a
{
	color:#696969;
	text-decoration:none;
}

#footer a:hover
{
	color:#EE7818;
}

