/* Elementos de la portada de Capital Sim */

.int {
	border-left: 1px solid #8F8F91;
	border-right: 1px solid #8F8F91;
	padding: 3px;
	background: white;
}

/*Noticias*/

#noticias.caja {
	width: 75%;
	margin: 0 auto;
}

#noticias .sup {
	height: 38px;
	background: #fff url("noticias_sup-fondo.png") top repeat-x;
}

#noticias .inf {
	height: 28px;
	background: #fff url("noticias_inf-fondo.png") bottom repeat-x;
}