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

body {
	background-image: url("images/69.gif")
} 

#contenedor {
	width: 700px;
	padding: 1em;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	background: url("images/water.gif");
	font-family: Helvetica Neue;
	outline-style: solid;
  	outline-color: black;
	outline-width: medium;
}

#contenedor h1 {
	color: rgba(255,0,210,0.69);
	text-shadow: 2px 2px 2px #000000;
	font-size: 3em;
	font-family: "Comic Sans MS"
}

#contenedor p {
	text-shadow: 1px 1px 2px #FFFFFF;
}

#contenedor p.resaltado {
	font-size: 1.5em;
	color: darkblue;
	text-shadow: 1px 1px 2px #FFFFFF;
}

#main2 {
	width: 500px;
	padding: 1em;
	margin: 1px auto;
	margin-top: 15px;
	text-align: center;
	background-color: antiquewhite;
	border-radius: 10px;
	outline-style: dotted;
	outline-color: black;
	outline-width: medium;
	font-family: "Helvetica";
}

#main2 p.textomain {
	font-size: 1.5em
				
} 

#a {
	text-align: center;
	font-size: 2em;	
}

#contenedor2 {
	width: 80%;
	height: 200px;
	background: url("images/stars.gif");
	padding: 1em;
	border-radius: 5px;
	color: white;
	margin: 1px auto;
	
} 

#contenido  {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	background-color: rgba(255,0,250,0.46);
}

#catalunyabanner {
	margin: 0 auto;
	padding: 1em;
	border-radius: 10px;
	outline-color: black;
	outline-width: thick;
	justify-content: center;
	
}

#contenido aside  {
	width: 70%;
	height: 70px;
	float: left;
	color: hotpink;
	background-color: aqua; 
}

#contenido section {
	width: 30%;
	height: 70px;
	float: right;
	color: aqua;
	background-color: hotpink;
}