/* -- Contenedores Internos -- */
#noticia-detalle-aviso-principal {
	background-color: #636363;
	font-size: 11px;
	color: white;
	width: 179px;
	height: 250px;
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
}

#noticia-detalle-contenedor {
	background-color: transparent;
	width: 576px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
}

.noticia-detalle-imagen {
	background-color: #e6e6e0;
	font-family: "Arial Narrow";
	font-size: 10px;
	color: #8b8179;
	width: 179px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
}

.noticia-detalle-texto {
	background-color: #ccc;
	font-family: "Arial Narrow";
	font-size: 10px;
	color: #8b8179;
	width: 367px;
	height: 230px;
	margin: 0px 0px 0 8px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	padding: 5px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

.noticia-detalle-texto p {
	font-family: "Arial Narrow";
	font-size: 10px;
	color: #8b8179;
}

.news-search h3,.news-search h3 a:link,.news-search h3 a:visited,.news-search h3 a:hover,.news-search h3 a:active{
	margin-bottom: 15px;
}

.news-search h3 {
	margin-bottom: 0;
	border: 0;
}

.news-search {
	display: block;
	padding-bottom: 3px;
}

.news-search-summary {
	line-height: 1.6em;
	padding-bottom: 3px;
}