@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background: url("../imagenes/mortero_fratasado_excogran.jpg") round ;
	background-attachment: fixed;
}

.container{
	width: 70%;
	margin: 350px auto 900px;
	background: url("../imagenes/fondo_transparente_blanco_en_8-100.png");
	box-shadow: 1px 0px 16px #000;
	border-radius: 20px;
}

header{
	width: 100%;
    background: #843C49;
	color: #fff;
	padding: 0 0 6px;
	position: fixed;
	top: 0;
}

header h1, h2{
	text-align: center;
	padding: 0 0 4px;
	font-size: 1.8em;
}

section{
	width: 90%;
	margin: 0 auto;
}

article{
	padding: 40px 0px 20px;
}

article h2{
	font-size: 1.7em;
	float: left;
	color: #000000;
	border-bottom: solid 2px #560AB4;
}

article p, article ul{
	font-size: 1.2em;
	margin-left: 100px;
	color: #817c7c;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.5em;
}

article ul li{
	margin-left: 15px;
	list-style: square;
}

footer{
	width: 100%;
	background: #843C49;
	color: #fff;
	padding: 1.5em 0;
	position: fixed;
	bottom: 0;
	text-align: center;
	font-size: 1.3em;
	
}

footer h3{
	font-family:"Freefrm721 Blk BT";
	color: #86755D;
	font-size: 1.4em;
	text-shadow: 1px 0 0 #FECC00, -1px 0 0 #FECC00, 0 1px 0 #FECC00, 0 -1px 0 #FECC00;
}

footer a:link, footer a:visited{
	color: #fff;
}

footer a:hover{
	text-decoration: none;
	color:#FECC00;
}









