/* @override http://sami-arquitectos.com/stylesheets/frontpage.css?1237838915 */

/* General Rules  */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	/* background: #fff url('/images/conviteberlin.jpg'); */
	background: #fff url('/images/tektonica.jpg');
}

.clearfix:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

/* Front Page */

#header {
	background-color: #fff;
	font-size: 10px;	
	width: 100%;
	height: 30px;
	position: fixed;
}

#header_signature {
	text-align: right;
	/*  width: 200px;
	position: fixed;
	right: 55px;
	top: 10px; */ 
	margin-right: 55px;
}

#header_actions {
	/* position: fixed;
	left: 55px;
	top: 10px; */
	margin-left: 55px;
}


#front_page {
	float: left;
	width: 280px;
	margin-top: 60px;	
	margin-left: 50px;
	text-align: center;
}

#logo {
	background-color: #fff;
	border-bottom: 1px dotted #000;
}

#front_page img {
	margin: 20px;
}

#menu_item_more {
	background-color: #fff;
	text-indent: 20px;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 20px;
}

#menu_item {
	background-color: #fff;
	text-indent: 20px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	margin: 0px 0 0;
	border-bottom: 1px dotted #000;	
}

#menu_item a.more {
	text-decoration: none;
	color: #000;
	font-size: 10px;
}

#menu_item .title {
	color: #000;
}

#menu_item .news_title {
	color: #000;
	margin-left: 20px;	
	margin-right: 20px;
	margin-top: 10px;
	padding: 0px;
	text-indent: 0;
}

#menu_item .news_lead {
	color: #797979;
	font-size: 9px;	
	margin-left: 20px;	
	margin-right: 20px;
	padding: 0px;
	text-align: left;
	text-indent: 0;
}


/* Languages */

#languages {
	width: 280px;	
	text-align: left;
	font-size: 9px;
	border-top: 1px solid #999;
	clear: none;
	height: 20px; 
	}

#english {
	position: absolute;
	display: inline;
	width: 92px;		
	text-align: center;
	background-color: #858383;
}

#portuguese {
	position: absolute;
	display: inline;
	width: 94px;		
	text-align: center;
	background-color: #858383;
	left: 143px;
}


#english.active {
	background-color: #fff;
	border-top: 1px solid white;
	margin-top: -1px;	
}

#portuguese.active {
	background-color: #fff;
	border-top: 1px solid white;
	margin-top: -1px;
}


/* Temporary ORDOS VIDEOS RULES 

#main_content {
	float: left;
	width: 810px;
	height: 610px;
	margin-top: 50px;	
	margin-left: 10px;
	text-align: left;
	background-color: #fff;
}
*
