@charset "utf-8";
/* CSS Document */


#header {
		height:200px;
		margin-bottom: 0px;
		padding-bottom:1px;
		border-bottom: solid 1ps #FFFFFF;
	
}
#header h1 {
	display: block;
	position:relative;
	text-indent: -99999999px;
	background: url(../imatges/fondos/logo_agri_bio_sanz.jpg) left top no-repeat; 
	height: 200px;
	width: 811px;
	z-index:888;
		margin-bottom: 0px;
}
#mapa {
	margin-top: 1px;
}
a.boto_mapa {
	display: block;
	float:left;
	width: 543px;
	text-align: center;
	background: url(../imatges/vinyetes/menu.gif) right bottom no-repeat #2F2F2F;
	color:#FFFFFF;
	border-right: solid 1px #6A8C00;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0;
	margin: 1px 0;
	text-transform: uppercase;
	font-weight: bold;
	
}

a.boto_mapa:hover{
	background: url(../imatges/vinyetes/titulars.gif) right bottom no-repeat #000000;}
	
	
	/*---------------------- FORMULARI -----------------------------------*/
#leftPan form {
	display: block;
	width: 543px;
	float: left;
	margin-top: 1px;
	/*border-right: solid 1px #312619;*/
	padding: 5px 15px 10px 0px;
	font-family: tahoma, arial, sans-serif;
	font-size:12px
}

#leftPan  form p{
	display: block;
	float: left;
	width: 535px;
	padding: 10px 0;
	padding-right: 8px;
	border-bottom: solid 1px #CCCCCC;
	
	background: url(../imatges/vinyetes/titulars.gif) right bottom no-repeat;
}

#leftPan form label {
	display: block;
	float: left;
	font-size: 12px;
	padding-left: 8px;
}
#leftPan form input {
	display: block;
	float: right;
	font-size: 12px;
	padding: 4px;
	width: 380px;
	border: solid 1px #BEBEBE;
	background-color: #E1E1E1;
	font-family: tahoma, arial, sans-serif;
	margin-top: -2px;
	#margin-bottom: 5px;
}
#leftPan form textarea {
	display: block;
	float: right;
	font-size: 11px;
	padding: 4px;
	width: 380px;
	border: solid 1px #BEBEBE;
	background-color: #E1E1E1;
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
}
#leftPan form p.imatge_protec{
	display: block;
	float: left;
	width: 265px;
	padding-bottom: 15px;
	background-image: none;
}
#leftPan form p#cont_imatge_proteccio{
	display: block;
	float: left;
	width: 260px;
	padding-bottom: 5px;
}
#leftPan form p#cont_imatge_proteccio img{
	
	border: solid 1px #BEBEBE;
}
#leftPan form  p#cont_imatge_proteccio input {
	display: block;
	float: right;
	font-size: 12px;
	padding: 4px;
	width: 110px;
	border: solid 1px #BEBEBE;
	background-color: #E1E1E1;
	margin-top: 0px;
}
#leftPan form  input.enviar_borrar{
	display: block;
	float:right;
	text-align: center;
	background: url(../imatges/vinyetes/titular_verd.gif) right bottom no-repeat #96bd00;
	color:#FFFFFF;
	border-left: none;
	border-right: solid 1px #6A8C00;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 260px;
	padding: 5px 0;
	margin: 1px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#leftPan form  input.enviar_borrar:hover {

	background: url(../imatges/vinyetes/titular_verd.gif) right bottom no-repeat #6A8C01;
}
#leftPan form #capa_carregant {
	position: absolute;
	left: 8px;
	top: 7px;
	width: 530px;
	height: 375px;
	background: #ffffff;
	 border: 1px solid #cccccc;
	z-index: 100;
}
#leftPan form #capa_carregant img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
#leftPan form #capa_missatge {
	position: absolute;
	left: 8px;
	top: 7px;
	width: 530px;
	height: 375px;
	background: #ffffff;
	z-index: 200;
    border: 1px solid #cccccc;
}
#leftPan form #capa_missatge p.missatge_error {
	margin: 100px 10px 10px 20px;
	padding: 20px;
	text-align: center;
	width: 440px;
	background: url(../imatges/vinyetes/error.png) 15px 10px no-repeat;
    border: 1px solid #FF0000;
	color: #D8000C;
    background-color: #FFBABA;
}

#leftPan form #capa_missatge p.missatge_ok {
	margin: 100px 10px 10px 20px;
	padding: 20px;
	text-align: center;
	width: 440px;
	background: url(../imatges/vinyetes/exito.png) 15px 10px no-repeat;
    border: 1px solid #4f7924;
	color: #4F8A10;
    background-color: #DFF2BF;
}
#leftPan form #capa_missatge a {
	display: block;
	text-indent: -99999999px;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
	color: #000000;
	background: url(../imatges/vinyetes/close.gif) left top no-repeat;
}
/* base*/