/* CSS Document */

*   {
	margin: 0;
	padding: 0;
    }
	

div#cap
	{
		margin: 0 auto 0 auto;
		width: 750px; 
		height: 64px; 
		background-image: url("../imatges/web/logo.png");
		background-repeat: no-repeat; 
	  /* line-height: 1pt;  */
	}
div#cos
	{
		margin: 0 auto 0 auto; 
		width: 750px;
		background-image: url("../imatges/web/cos.png");
		background-repeat: repeat-y; 
		min-height: 615px;

	}
	
#cos table{
    margin:0 auto;
}	

div#peu
	{
		margin: 0 auto 0 auto;
		width: 750px;
		height: 47px; 
		background-image: url("../imatges/web/peu.png");
		background-repeat: no-repeat; 
	}
	
div#cap_menu
	{
		margin: 0 auto 0 auto;
		width: 200px; 
		height: 11px; 
		background-image: url("../imatges/web/logo_menu.png");
		background-repeat: no-repeat; 
	  /* line-height: 1pt;  */
	}
div#cos_menu
	{
		margin: 0 auto 0 auto; 
		width: 200px;
		background-image: url("../imatges/web/cos_menu.png");
		background-repeat: repeat-y; 

	}
	
#cos_menu table{
    margin:0 auto;
}	

div#peu_menu
	{
		margin: 0 auto 0 auto;
		width: 200px;
		height: 11px; 
		background-image: url("../imatges/web/peu_menu.png");
		background-repeat: no-repeat; 
	}
