html, body{
	margin: 0px;
	padding: 0px;	
	height: 100%;

	background-color: #ffffff;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
	height: 100%;

	color: #ffffff;
	font-family: arial;
	font-size: 12px;
}

/*#wrapper{
	width: 100%;
	height: 100%;
	padding-top: 155px;	
	background-image: url(img/background_sidecol.gif);
	background-repeat: repeat-y;
	background-position: 650px 150px;
}*/

.home{
	
	background-repeat: repeat-x;
	width: 800px;
	height: 100%;
	
	margin: 0px;
	padding: 0px;

	
	vertical-align: top;
}

.home#h_en{
	background-image: url(img/title_en.gif);	
}

.home#h_es{
	background-image: url(img/title_es.gif);	
}

.home#h_cat{
	background-image: url(img/title_cat.gif);	
}

.menu{
	text-align: left;
	float: left;
	margin-top: 150px;
	padding-top: 5px;
	color: #000099;	
	padding-bottom: 10px;
	margin-bottom: 0px;
}

	

.item_menu{
	text-align: center;
	background-color: #6666CC;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}


.item_menu:hover{
	color: #000099;
	background-color: #FFFFFF;	
}

.item_menu#active{
	background-color: #000099;	
}

.item_menu#active:hover{
	color: #FFFFFF;
	background-color: #000099;	
}

.content{
	float: left;
	color: 	#333333;
	text-align: justify;
	width: 600px;
	padding: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	
	font-family: verdana;
	font-size: 12px;
}

.content h2{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;	
	width: 100%;
	border-bottom: 1px solid black;
}

.content h3{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 20px;
	background-image: url(img/background_h3.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-bottom: 11px;
	padding-left: 30px;
	min-width: 300px;		
}


.fotos_left{
	float: left;
	padding: 0px 10px 10px 0px;
}

.fotos_right{
	float: right;
	padding: 0px 0px 10px 10px;
}

.sidecol{
	width: 150px;
	/*min-height: 100%;
	height: 100%;*/
	float: right;
	margin-top: -30px;
	margin-bottom: 0px;
	padding-bottom: 200px;

	background-color: #6666CC;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	
}

.formulari{
	padding-top: 30px;
	padding-left: 20px;	
}

.formulari input, .formulari textarea{
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color: #333333; 
	border: #000099; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 	
}

.formulari input#button{
	background-color: #6666CC;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.flags{
	float: right;
	padding-top: 40px;
	padding-right: 20px;	
}

.bottom{
	width: 100%;	
	height: 40px;
	z-index: 130;
	clear: both;
	background-color: #000099;
	
}

.credits{
	width: 800px;
	text-align: right;
	padding-top: 10px;
	padding-right: 370px;
	color: #000000;
	font-size: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}

a{
	color: #000099;	
}

a:hover{
	color: #0000FF;
}


#under_construction{
	margin: 60px 0px 40px 0px;
	border: 1px solid black;
	background-color: #DDDDDD;
	background-image: url(img/icon_info.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 100px;
	
}

#under{
	color: #FF3333;	
	font-weight: bold;
}

.highlight{
	margin-top: 20px;
	padding: 15px;
	border: 1px solid black;
	background-color: #CCFF66;	
}


/****** HOME **********************************/

#banner{
	width: 100%;
	margin-left: -10px;	
}

#banner #credits{
	color: #000000;
	font-size: 10px;
	font-style: italic;	
	float: right;
	margin-right: 0px;
	padding-top: 5px;
}

#quotes{
	float: left;
	clear: left;
	margin-right: 25px;
	width: 	200px;
	margin-top: 15px;
	padding-bottom: 50px;
}

#quotes h3{
	
	min-width: 180px;	
}

#quotes .sentence{
	font-style: italic;
	padding: 10px;
	clear: both;
	background: url(img/quotes.jpg) no-repeat top left;
	
}

#quotes .quotator{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	float: right;
}


#presentation{
	margin-top: 25px;
	margin-bottom: 50px;
	
}

#quotes .highlight{
	text-align: left;
	margin-right: -10px;
}

#home #under_construction{
	margin-top: 20px;
	clear: both;	
}

.imatge_banner{
	float: left;
	width: 220px;
	margin-right: 20px;	
	border: 1px solid #010099;	
}

.image_banner img{
	
}
