/* -------------------------------------------
project:	Max
date:		2009
------------------------------------------- */

/* reset css */
* {font-size:100.01%}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img {display:block;}
	
/* clearfix */
.clearfix:after { content: ".";  display: block;  clear: both;   visibility: hidden;  line-height: 0;  height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix {    height: 1%; }

body { color:#444; font-family:Arial,Helvetica,sans-serif; line-height:1.5em; background:#ffffff url(/img/bg_body.jpg) repeat-x top center;}
a {color:#3399cc; text-decoration:underline;}
a:hover {color:#0066ff; text-decoration:underline;}
hr {display:none;}
textarea, input, select, option, button{ font: 1em Arial,Helvetica,sans-serif;}

.wrap {width:760px; margin:0 auto; background:#ffffff url(/img/bg.jpg) no-repeat top center; position:relative;}

h2{font-size:1.2em; padding:0 0 10px 0; margin:0 0 10px 0; border-bottom:1px solid #9FBAC8; color:#1E2E3B; }
h3{}


.menu {font-size:0.8em; height:36px;}
.menu li{ border-right:1px solid #3F5E78; float: left; width:120px; }
.menu li a{font-weight:bold; text-decoration:none; display: block;	line-height: 36px; height:36px; text-align:center; background: #1E2E3B; color: #fff;}
.menu li a:hover{background:#111C24; color:#fff;}
.menu li.active a{background:#fff; color:#1E2E3B;}


.content{clear:both; padding:20px; font-size:0.8em;}
.content_left{float:left; width:48%; padding-right:2%;}
.content_right{float:right; width:48%; padding-left:2%; }

.languages {position:absolute; top:6px; right:7px;}
.languages li{ padding-right:5px; float:left; width:27px; }

 
ul.lista li{  line-height: 1.4em; border-bottom: 1px #f7f4ee solid; padding: 4px 0 4px 15px; background: url(/img/li.gif) 0 0.8em no-repeat; }
 
 
.foto{clear:both; padding-bottom:30px;}
.foto img{border:3px solid #f0f0f0;margin:2px; float:left; }




 #footer{clear:both; height:100px; font-size:0.8em; text-align:right; padding-top:30px; margin-top:30px;}
 #footer p{ border-top:1px solid #9FBAC8;}

