/* CSS Document */

#izquierda {
	position: absolute;
	left: 0;
	top: 180px;
	width: 480px;
	padding-bottom: 32px;
}

#copyright {
	position: absolute;
	left: 6px;
	top: 186px;
}

#texto {
	margin: 16px 0 0 160px;
	text-align: justify;
}

#derecha {
	position: absolute;
	left: 480px;
	top: 164px;
	width: 320px;
	padding-bottom: 32px;
}

#servicios {
	width: 312px;
	height: 196px;
	margin-left: 8px;
	background: url(../imagenes/inicio/servicios.gif);
}

#empresas {
	float: left;
	width: 72px;
	height: 180px;
	display: block;
	margin: 16px 0 0 0;
	background: url(../imagenes/inicio/empresas.gif);
}

#empresas span {
	display: none;
}

#empresas:hover {
	margin-top: 0;
}

#particulares {
	float: left;
	width: 72px;
	height: 180px;
	display: block;
	margin: 16px 0 0 8px;
	background: url(../imagenes/inicio/particulares.gif);
}

#particulares span {
	display: none;
}

#particulares:hover {
	margin-top: 0;
}

#formacion {
	float: left;
	width: 72px;
	height: 180px;
	display: block;
	margin: 16px 0 0 8px;
	background: url(../imagenes/inicio/formacion.gif);
}

#formacion span {
	display: none;
}

#formacion:hover {
	margin-top: 0;
}

#cultura {
	float: left;
	width: 72px;
	height: 180px;
	display: block;
	margin: 16px 0 0 8px;
	background: url(../imagenes/inicio/cultura.gif);
}

#cultura span {
	display: none;
}

#cultura:hover {
	margin-top: 0;
}

#noticias {
	width: 246px;
	margin: 64px 0 0 24px;
	padding: 64px 24px 24px 24px;
	background-color: #202020;
	border: 1px solid #404040;
}

#noticias a.titulo {
	font-weight: bold;
}

#noticias a.pie {
	font-weight: bold;
}

#noticias .separador {
	margin: 16px 0 16px 0;
	border-top: 1px dotted #606060;
}

#estrella {
	position: absolute;
	left: 204px;
	top: 232px;
}

