
		header{
			background-color:white;
			color:grey;
			text-align:center;
		}


		input {
			padding:5px;
			border:2px solid #ccc;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

		body {
			text-align:center;
			align-items:center;
			background-color:white;
			color:black;
		}

		footer{
			text-align:center;
			background-color: white;
			color: Black;
		}


		div{
			width:auto;
			background-color:white;
			color:black;
		}

		#informacio .groc{
			color:yellow;
		}


		h1{
		   color:Black;
		}

		h2{
			 color:blue;
		}

		li{
			list-style:none;

		}
		/* si ha espai estic buscant la clase dreta dintre de la id formulari de la denuncia*/

		img{
			width:70%;
			height:auto;
		}


		.dreta{
			  background-color: white;
			color: black;
			margin-top:1%;
			width:auto;
			margin-bottom:1%;
			text-align:center;
		}
		.esquerra{
			background-color: white;
			color: red;
			text-align: center;
			font-family:Bahnschrift;
		}

		.separadorArticlesImatges{
			background-color: black;
			color: yellow;
			text-align: center;
			font-family:Bahnschrift;
		}

		#anteriorSeguent .petit{
			width:30%;
		}



		#anteriorSeguent{
			width:auto;
		}

		#afegirSeparador.negre{
			background-color: white;
			color:white;
		}


		#afegirSeparador.verd{
			background-color: white;
			color:green;
		}

		#formulariRegistre .dreta{
			background-color: white;
			color: black;
			margin-top:1%;
			width:auto;
			margin-bottom:1%;
			text-align:center;
		}

		#formulariRegistre .esquerra{
			background-color: white;
			color: red;
			text-align: center;
			font-family:Bahnschrift;
		}

		#formulariRegistre .esquerra_{
			background-color: white;
			color: green;
			text-align: center;
			font-family:Bahnschrift;
		}


		.enviar{
			background-color: cornflowerblue;
			border: none;
			color: white;
			padding: 7px 15px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			border-radius:30%;
			font-family:"Yu Gothic UI Semilight";
		}
		.modificar{
			background-color: cornflowerblue;
			border: none;
			color: white;
			padding: 7px 15px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			border-radius:30%;
			font-family:"Yu Gothic UI Semilight";
		}

		.enviar:hover{
			background-color: green;
			color:yellow;
		}

		.modificar:hover{
			background-color: green;
			color:blue;
		}
