/* estilos generales */
*{
	margin: 0;
	padding: 0;
}
body{
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.clear{
	clear: both;
}
p,h1,h2,h3,h4,span,label,img,a{
	margin: 0;
	padding: 0;
}
div#header{
	background: white;
	height: auto;
	width: 100%;
	display: inline-block;
}
div#slider{
	background:#2384D7;
	height: auto;
	margin: 0 auto 0;
	width: 100%;
}
div#niveles{
	background: transparent url(../img/fondo_nivel.png)  repeat; ;
	height: 300px;
	width: 100%;
	border-top: 1px solid #d7d7d7;
}
div#noticias{
	display: block;
	background: white;
	height: auto;
	padding-bottom: 20px;
	width: 100%;
}
