/* UTF-8: €ÁÑ */

/*
 * Formato general
 */
body{
	margin: 0;
}

#enc{
	display: none;
}

h1{
	border: 1px solid #D60A2C;
	padding: 2mm;
	background-color: transparent;
	background-image: none;
}

p{
	text-align: justify;
}

a, a:visited{
	color: #C10925;
	text-decoration: underline;
}


/*
 * Menú principal
 */
ul#menu-ppal{
	display: none;
}


/*
 * Pie de página
 */
#pie{
	background-color: transparent;
	background-image: none;
	border-color: #D60A2C;
	border-style: solid;
	border-width: 1px 0;
}
#pie .adorno{
	background-color: transparent;
	background-image: none;
	height: 6em;
}
#pie .info, #pie .copyright{
	top: 3mm;
}
#pie p{
	text-align: left;
}


/*
 * Miscelánea
 */
.no_imprimir{
	display: none;
}
