	body { 
		background-color: white;
		/background: url("../imagenes/fondos/niebla.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: left;
		font-size: 16px;
		font-family: Arial;
		padding: 0px;
		/opacity: .5;
		color: black;
		/max-width: 100%;
		/margin: 10px;
		}

#pagina{
		max-width:600px;
		color: black;
		background-color: white;
		margin: 0 auto;
		}

#articulo4 {
	max-width: 600px;
	background-color: white;
	font-family: Arial;
	color: black;
	/border: 1px solid black; /*anchura, estilo y color borde*/
	-moz-box-shadow: 0 0 15px white;
	-webkit-box-shadow: 0 0 15px white;
	box-shadow: 0 0 15px white;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Google Chrome y Safari */
	border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	font-size: 16px;
	text-align: left;
	/margin: 10px;
	padding: 10px;

}

#h8 {
	font-family: Arial;
	font-size: 24px;
	padding: 10px;
	color: green;
	text-align: center;
	/width: 90%;
	font-weight: bold;
	/text-shadow: 2px 2px 0px black;
	}	

#h9 {
	font-family: Arial;
	font-size: 26px;
	padding: 10px;
	color: red;
	text-align: center;
	max-width: 400px;
	font-weight: bold;
	/text-shadow: 0px 3px 3px black;
	}	


	a {color:black;}
	a:link { text-decoration:none; color:black;}
	a:hover {color: red;}
	a:visited {color:#839192;}

#relacionados {
	font-family: Arial;
	/font-size: 16px;
	color: white;
	text-align: left;
	/margin: 0 auto;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px#000;
	box-shadow: 0 0 15px #000;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Google Chrome y Safari */
	border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	background-color: white;
	width: 90%;
	padding: 10px;
	}
