/*********** Estils generals******************/

HTML {

}

BODY {

	text-align:center;
	background-color:#ffffff;
	font-family:Arial, sans-serif;
	font-size:12px;
	
}



a, a:visited {
	color:white;
	text-decoration: none;
}

a:hover, a:active{
	color:#a21d51;
	text-decoration: none;	
}


p {

}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
	border:0px;
	padding:0px;
	margin:0px;

}



/********* Botons ***************/

input {

	border:solid 1px #808080;
	width:80px;
	height:15px;

	float:left;

	margin-right:10px;

	margin-top:5px;

}

input.submit {
	height:19px;
	background-color:#fe0000;
	color:white;
	font-weight:bold;
}


/*********** Estructura ******************/



#tot{

	width:1000px;
	min-height:593px;	

	margin-top:0px;
	margin-left: auto;
	margin-right: auto;

	margin-bottom:00px;

	text-align:left;

}

#cap  {
	width:1000px;
	height:164px;

	

}



	#menu {
	
		width:800px;
		float:left;

		height:40px;
		margin-top:15px;
		margin-left:54px;
		_margin-left:27px;
		margin-bottom:25px;
	
	}

		#menu a, #menu a:visited {
			color:white;
			text-decoration: none;
		}

		#menu a:hover, #menu a:active, #menu a.marcat{
			color:#34aa2b;
			text-decoration: none;	
		}

		#menu ul{
			list-style-type:none;
	
		}
	
		#menu li {
			
			float:left;
			margin-right:10px;
	
		}

		.botomenu {
			text-transform:uppercase;
			padding-top:15px;
			text-align:center;
			font-weight:bold;
			font-size:14px;
		}

		#botomenuquisom {
			width:130px;
			height:40px;
			background-image:url('img/menu/botomenuquisom.jpg');
			background-repeat:no-repeat;
		}

		#botomenuquefem{
			width:120px;
			height:40px;
			background-image:url('img/menu/botomenuquefem.jpg');
			background-repeat:no-repeat;
		}
	
		#botomenuprojectes {
			width:229px;
			height:40px;
			background-image:url('img/menu/botomenuprojectes.jpg');
			background-repeat:no-repeat;
		}

		#botomenuarticles {
			width:121px;
			height:40px;
			background-image:url('img/menu/botomenuarticles.jpg');
			background-repeat:no-repeat;
		}

		#botomenucontacte {
			width:121px;
			height:40px;
			background-image:url('img/menu/botomenucontacte.jpg');
			background-repeat:no-repeat;
		}


	#idiomes {
		width:120px;
		_width:90px;
		height:40px;

		margin-top:20px;

		float:left;
		font-size:14px;

	}

	.idioma {

	}

	.idioma a {
		color:#78cc9b;
		font-weight:bold;
	}

	.idioma a:hover, .idioma a.marcat {
		color:#34aa2b;
	}

#central {
	
	width:1000px;
	min-height:200px;

	background-color:#ffffff;
}

#sota {
	width:1000px;
	height:482px;

	margin-top:10px;

	background-image:url('img/cua.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}

.netejar {
	clear:both;
}

/***********  Fi  Estructura ******************/



