#noticias{
	background-color: white;
	width: 790px;
	height: auto;
	border: 1px solid Silver;
}
#encabezado_no{
	background-color: Red;
	height: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	color: White;
	font-size: medium;
	text-align: center;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
	font-weight: bolder;
}
#noticia_no{
	background-color: #FFFFA8;
	height: 50px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	font-size: small;
	text-align: center;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
}
#encabezado{
	background-color: Red;
	height: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	color: White;
	font-size: medium;
	text-align: center;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
	font-weight: bolder;
}
#noticia{
	background-color: #FFFFA8;
	height: auto;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	font-size: small;
	text-align: justify;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
#espacio{
	background-color: White;
	height: 10px;
	width: auto;
}
#banner {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ver_encabezado{
   background: blue;
	height: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	color: White;
	font-size: medium;
	text-align: center;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
	font-weight: bolder;
}
#ver_noticia{
   background-color: #FFFFA8;
	min-height: 140px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top:2px;
	font-family: "Century Gothic";
	font-size: small;
	text-align: justify;
	line-height: 16px;
	text-indent: 15px;
	word-spacing: 2px;
	border: 1px solid Black;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 8px;
	}
