* {
	padding: 0;
	margin: 0;
}

body{
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	/*font-size: 10px;*/
	text-align: center;
	margin: 0;
	border-width: 0;
	font-family: Calibri;
}

footer{
	color: red;
}

img{
	border:0;
}

a{
	color: red;
}

div.cajaBlog {
	margin-top: 5%;
	text-align: center;
  color: #333333;
  border: 3px outset grey;
  border-radius: 15px;
  background-color: azure;
}

div.cajaBlogInterna {
  text-align: justify;
  margin: 15px;
}

div.articulo {
	background-color: whitesmoke;
	width: 100%;
	padding-top: 70px;
}