body{
	font-family: Lucida;
	background: url(../img/firered.png) no-repeat fixed;
}

#contenido{
	width: 47%;
	color: white;
	margin: 100px left;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
header{
	color: white;
	font-size: 1.4m;
	
}
#titulo{
	font-size: 1.2em;
	padding: 3px 10px 3px 10px;
	margin-left: 15px;
	background-color: #B53506;
	color: white;
	font-weight: bold;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
	width: 46%;
}
section article h2, #fecha{
	font-size: 1.3em;
	margin-left: 15px;
	color: #B11111;
}
#noticia p{
	color: #D9D5D3;
	margin-left: 40px;
	padding-bottom: 15px;
}



a:link, a:visited {
	font-weight: bold;
	text-decoration:none; 
	color:#F7861B;
	padding: 5px 15px 5px 15px;
	font-size: 1.2em;
	background-color: white;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
}
a:hover{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none; 
	color:white;
	padding: 5px 15px 5px 15px;
	background: #F7861B;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
}
footer{
	margin-top: 20px;
	font-style: italic;
	font-size: 0.8em;
	float: right;
}