/* CSS Document */
#columnaIzq {
	width: 310px;
	height: auto;
	float: left;
   margin: 0 0 0 0;
}

#columnaDer {
	width: 600px;
	height: auto;
	padding-left: 14px;
	padding-right: 6px;
	background-color: #FFFFFF;
	float: right;
}
#rastro {
	width: 600px;
	padding-top: 10px;
	height: 10px;
	background-color: #FFFFFF;
}
#contenido {
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

#centralNoticia {
  width: 450px;
  height: auto;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.contenidoNoticia {
  width: 400px;
  height: auto;
  /*background-color: #FFFFFF;*/
  float: left;
  align: center;
}
.bodyNoticia {
  margin: 0px;
}
