@charset "utf-8";


	/*	Reset meyerweb.com CSS v2.0
	--------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


	/*	Elementos
	--------------------------------------------------------------- */

body {
	background-color: #F2F2F2;
	color: #3F3F3F;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: #0679EB;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 32px;
	color: #006;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	margin-bottom: 20px;
	color: #000;
	font-size: 1em;
}

h6 {
	color: #000;
	font-weight: normal;
}

p {
	margin-top: 10px;
	line-height: 1.6em;
}

p a,
strong {
	font-weight: bold;
}


	/*	Generales
	--------------------------------------------------------------- */

.limpiar {
	clear: both;
	height: 0;
}

.ri {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	line-height: 0;
}

#cerco {
	position: relative;
	width: 940px;
	margin: 32px auto;
	padding: 0 10px;
}

span.sic {
	color: #006;
}

a.cal {
	display: inline-block;
	/*padding: 0.5em;
	background-color: #2316A4;
	color: #FFF;
	font-size: 34px;
	border-radius: 0.5em;*/

	height: 46px;
	margin: 0;
	padding: 0 20px;
	font-family: Economica;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 46px;
	background-color: #0679EB;
	background-image: -ms-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -moz-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -webkit-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0665C4), color-stop(1, #3396F9));
	background-image: -o-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	color: #FFF;
	cursor: pointer;
	-ms-border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	box-shadow: 0px 0px 10px #333;
}

	/*	header
	--------------------------------------------------------------- */

header {
	margin-bottom: 32px;
}

	#sic-logotipo {
		float: left;
	}

	#sic-nombre {
		float: right;
		width: 700px;
		height: 64px;
		background: url("../img/sic.gif") 50% 20px no-repeat;
	}

	header nav {
		float: right;
		width: 700px;
		height: 64px;
		margin-top: 5px;
		font-family: Economica;
		font-size: 16px;
		text-transform: uppercase;
	}

	#menu-principal {
		position: relative;
		width: 700px;
		height: 46px;
		margin: 9px 0;
		-ms-border-radius: 23px;
		-moz-border-radius: 23px;
		-webkit-border-radius: 23px;
		border-radius: 23px;
		box-shadow: 0px 0px 10px #333;
		z-index: 100;
	}

	header nav li.superior {
		float: left;
		height: 46px;
		position: relative;
	}

	#menu-principal a {
		color: #FFF;
		display: block;
		line-height: 46px;
		text-align: center;
	}

	#menu-principal li.superior a {
		background-color: #0679EB;
		background-image: -ms-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
		background-image: -moz-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
		background-image: -webkit-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0665C4), color-stop(1, #3396F9));
		background-image: -o-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
		background-image: linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	}

	.no-cssgradients header nav li.superior a {
		background: #0679EB url("../img/menu-fondo.png") 50% 50% repeat-x;
	}

	#menu-principal li.superior:hover a,
	#menu-principal li.activa a {
		background-image: -ms-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
		background-image: -moz-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
		background-image: -webkit-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #04498E), color-stop(1, #1084F8));
		background-image: -o-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
		background-image: linear-gradient(bottom, #04498E 0%, #1084F8 100%);
	}

	.no-cssgradients header nav li.submenu:hover a,
	.no-cssgradients header nav li.activa a {
		background: #0A66C2 url("../img/menu-activa.png") 50% 50% repeat-x;
	}

	#menu-principal li.submenu a span {
		padding-right: 16px;
		background: transparent url("../img/menu-subopciones.gif") right 50% no-repeat;
	}

	#opcion-index,
	#opcion-index a {
		-ms-border-radius-topleft: 23px;
		-ms-border-radius-bottomleft: 23px;
		-moz-border-radius-topleft: 23px;
		-moz-border-radius-bottomleft: 23px;
		-webkit-border-top-left-radius: 23px;
		-webkit-border-bottom-left-radius: 23px;
		border-top-left-radius: 23px;
		border-bottom-left-radius: 23px;
	}

	.no-borderradius #opcion-index,
	.no-borderradius #opcion-index a {
		background: #0679EB url("../img/menu-opcion-inicio.png") left 50% no-repeat;
	}

	.no-cssgradients #opcion-index:hover,
	.no-cssgradients #opcion-index:hover a,
	.no-cssgradients #opcion-index.activa,
	.no-cssgradients #opcion-index.activa a,
	.no-borderradius #opcion-index:hover,
	.no-borderradius #opcion-index:hover a,
	.no-borderradius #opcion-index.activa,
	.no-borderradius #opcion-index.activa a {
		background: #0A66C2 url("../img/menu-opcion-inicio-activa.png") left 50% no-repeat;
	}

	#opcion-index a {
		width: 45px;
		padding-left: 6px;
	}

	#opcion-infraestructura a {
		width: 134px;
	}

	#opcion-soluciones a {
		width: 98px;
	}

	#opcion-seguridad a {
		width: 93px;
	}

	#opcion-telefonia a {
		width: 88px;
	}

	#opcion-energia a {
		width: 76px;
	}

	#opcion-servicios a {
		width: 86px;
	}

	#opcion-contacto,
	#opcion-contacto a {
		-ms-border-radius-topright: 23px;
		-ms-border-radius-bottomright: 10px;
		-moz-border-radius-topright: 23px;
		-moz-border-radius-bottomright: 23px;
		-webkit-border-top-right-radius: 23px;
		-webkit-border-bottom-right-radius: 23px;
		border-top-right-radius: 23px;
		border-bottom-right-radius: 23px;
	}

	.no-borderradius #opcion-contacto,
	.no-borderradius #opcion-contacto a {
		background: url("../img/menu-opcion-contacto.png") right 50% no-repeat;
	}

	.no-cssgradients #opcion-contacto:hover,
	.no-cssgradients #opcion-contacto:hover a,
	.no-cssgradients #opcion-contacto.activa,
	.no-cssgradients #opcion-contacto.activa a,
	.no-borderradius #opcion-contacto:hover,
	.no-borderradius #opcion-contacto:hover a,
	.no-borderradius #opcion-contacto.activa,
	.no-borderradius #opcion-contacto.activa a {
		background: #0A66C2 url("../img/menu-opcion-contacto-activa.png") right 50% no-repeat;
	}

	#opcion-contacto a {
		width: 68px;
		padding-right: 6px;
	}

	#menu-principal ul.opciones {
		display: none;
		position: absolute;
		top: -999em;
		left: 0;
		border: 1px solid #FFF;
		white-space: nowrap;
		box-shadow: 0px 0px 10px #333;
	}

	#menu-principal ul.opciones a {
		width: auto;
		padding: 0 10px;
		background-image: none !important;
		background-color: #0679EB;
		line-height: 1.8em;
		text-align: left;
	}

	#menu-principal ul.opciones a:hover {
		background-color: #0A66C2;
	}

	#menu-principal li.submenu:hover ul,
	#menu-principal li.jQsubmenu ul {
		top: 46px;
	}


	/*	section
	--------------------------------------------------------------- */

section {
	border-bottom: 1px solid #CCC;
	padding-bottom: 32px;
}


	/*	footer
	--------------------------------------------------------------- */

footer {
	border-top: 1px solid #FFF;
	padding-top: 32px;
}

	#secciones {
		float: left;
		width: 220px;
	}

	#secciones div {
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
		font-weight: bold;
	}

	#secciones li {
		margin-top: 10px;
	}

		#secciones li a {
			padding-left: 16px;
			background: url("../img/secciones-fondo.gif") left 50% no-repeat;
		}

	#empresa {
		float: right;
		width: 500px;
		padding-left: 200px;
		background: url("../img/footer-fondo.gif") left top no-repeat;
		line-height: 1.6em;
	}

	#empresa h6 {
		background: url("../img/w3c-validado.jpg") right top no-repeat;
	}

	#empresa span {
		display: block;
	}

	#empresa span.sic-nombre {
		padding-bottom: 20px;
		font-weight: bold;
		line-height: 1em;
	}

	#empresa span.sic-cal {
		padding-left: 40px;
		padding-bottom: 20px;
		font-weight: bold;
	}

	#viaweb {
		margin-top: 16px;
		color: #999;
		font-size: 11px;
		text-align: right;
	}

	#viaweb a {
		padding-right: 16px;
		background: url("../img/viaweb-icono.gif") right 50% no-repeat;
	}