@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 100%;
}
#contenedor1 {
	width: 100%;
}
.sombra {
	float: left;
	display: none;
}
#leri {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header , #lateral, #header_home, #news{
	display: none;
}

/* --- BLOQUE CONTENIDO --- */

#contenido {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#banner {
	margin: auto;
	text-align: center;
}

#contenido p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}

#contenido h1 {
	font-size: 34px;
	color: #FE000C;
	letter-spacing: -1px;
	margin-bottom: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenido h2 {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}
#footer {
	width: 100%;
	color: #666;
	font-size: 12px;
	height: auto;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#footer a {
	color: #06F;
}
#footer .bt {
	font-size: 15px;
}
