/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 


	
/*
 * Page
 */
 
body {
	font-family: Tahoma;
	font-size: 11px;
}


fieldset, img { border: 0; }

div#menu {
	position: absolute;
	top: 197px;
/*	left: 220px*/
	height: 25px;
	font-size: 11px;
	z-index: 100;

}

/*
 * Clearing & Floating
 */
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: block; }
 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.barra_login {
width: 953px;
background: url(../images/barra_superior.jpg) no-repeat #f7f7f7;
height:  78px;
border-bottom: solid #2150a3 6px;
}

/*
 * right modules
 */
 
#right div.module,
#right div.module_menu,
#right div.module-white,
#right div.module-grey,
#right div.module-black,
#right div.module-blue,
#right div.module-green,
#right div.module-orange,
#right div.module-new,
#right div.module-top,
#right div.module-pick {
	margin: 0px 0px 10px 0px;
}
 
#right div.module h3,
#right div.module_menu h3,
#right div.module-white h3,
#right div.module-grey h3 {
	background: url(../images/right_module_header.png) 0 0 no-repeat;
	color: #7c7a7a;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#right div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/* blank */
#right div.module-blank {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
