@charset "utf-8";


	/*	aside
	--------------------------------------------------------------- */

aside {
	float: left;
	width: 220px;
}

	aside h2 {
		padding-top: 140px;
		text-align: center;
	}

	#infraestructura h2 {
		background: url("../img/infraestructura-icono-grande.png") 50% top no-repeat;
	}

	#soluciones h2 {
		background: url("../img/soluciones-icono-grande.png") 50% top no-repeat;
	}

	#seguridad h2 {
		background: url("../img/seguridad-icono-grande.png") 50% top no-repeat;
	}

	#telefonia h2 {
		background: url("../img/telefonia-icono-grande.png") 50% top no-repeat;
	}

	#energia h2 {
		background: url("../img/energia-icono-grande.png") 50% top no-repeat;
	}

	#servicios h2 {
		background: url("../img/servicios-icono-grande.png") 50% top no-repeat;
	}

	aside ul {
		margin-top: 10px;
		margin-left: 10px;
		line-height: 1.6em;
	}


	/*	opciones
	--------------------------------------------------------------- */

#opciones {
	float: right;
	width: 700px;
}

h1 {
	padding-left: 20px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 32px;
}

h1 a,
h1 span {
	font-size: 24px;
}

h1 span {
	color: #3F3F3F;
}

section .seccion {
	position: relative;
	float: left;
	width: 220px;
	margin-left: 20px;
	padding-bottom: 20px;
}

section .primera {
	clear: both;
	margin-left: 0px;
}

	section .seccion a img {
		border: 1px dotted #0679EB;
	}

	section .seccion h3 {
		margin: 0;
		padding-top: 10px;
	}

	section .seccion p.mas {
		text-align: right;
	}

	section .seccion p.mas a {
		padding-right: 12px;
		background: url("../img/secciones-fondo.gif") right 50% no-repeat;
		font-weight: normal;
	}