/*estilos xxi semana cultural madalena*/


html{
	color:rgb(50,50,50);
}

body{
	font-family:verdana,helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	background: url('img/fondo_xxifiestas.jpg') repeat;
}

#cabecera{
	float:top;
	display:block;
	background:url('img/top_background.jpg') no-repeat top center fixed;
	margin:0 auto;
	width:620px;
	height:250px;
}

#cabecera h1{
	display:none;
}

#externo{
	background: rgb(255,255,255);
	width:600px;
	margin:auto;
}

#contenedor{
	font-size:0.8em;
	line-height:1.3em;
	background: url('img/bottom_background.jpg') no-repeat bottom center fixed;
	margin:auto;
	padding:0;
}

#contenedor p{
	font-size:1em;
	margin:0.5em;
	border-top: dashed 1px rgb(50,50,50);
}
#contenedor em{
	font:bold;
	decoration:underline;
}

#pie{
	background: url('img/bottom_background.jpg') no-repeat bottom center fixed;
	display:block;
	margin:auto;
	width:600px;
	height:150px;
}