@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../img/diseno/bg_body.png) top repeat-x;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #595858;
}
a{
	color: #899639;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
strong {
	color: #899639;
	font-weight: bold;
}
#contenedor {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#encabezado {
	background: url(../img/diseno/bg_encabezado2.png) center bottom no-repeat;
	height: 180px;
	position: relative;
	width: 980px;
	margin-top: 40px;
}
#encabezado h1, #encabezado #slogan {
	text-indent: -9999px;
}

#menu_sitio {
	width: 331px;
	height: 19px;
	list-style: none;
	position: absolute;
	top: -10px;
	right: 26px;
	margin: 0;
}
#menu_sitio li {
	float: left;
	margin: 0;
}

#menu_sitio li a {
	display: block;
	height: 19px;
	text-indent: -9999px;
}

#menu_inicio {
	background:  url(../img/diseno/bg_menu_sitio.png) 0 top no-repeat;
	width: 56px;
}
#menu_inicio:hover {
	background: url(../img/diseno/bg_menu_sitio.png) 0 bottom no-repeat;
}
#menu_directorio {
	background:  url(../img/diseno/bg_menu_sitio.png) -56px top no-repeat;
	width: 90px;
}
#menu_directorio:hover {
	background: url(../img/diseno/bg_menu_sitio.png) -56px bottom no-repeat;
}
#menu_promociones {
	background:  url(../img/diseno/bg_menu_sitio.png) -146px top no-repeat;
	width: 105px;
}
#menu_promociones:hover {
	background: url(../img/diseno/bg_menu_sitio.png) -146px bottom no-repeat;
}
#menu_contacto {
	background:  url(../img/diseno/bg_menu_sitio.png) -251px top no-repeat;
	width: 80px;
}
#menu_contacto:hover {
	background: url(../img/diseno/bg_menu_sitio.png) -251px bottom no-repeat;
}








#menu_soluciones {
	width: 585px;
	height: 16px;
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 26px;
	margin: 0;
	padding: 0;
}
#menu_soluciones li {
	float: left;
	margin: 0 5px;
}

#menu_soluciones li a {
	display: block;
	height: 16px;
	text-indent: -9999px;
}
/* opciones del menu */
#menu_computo {
	background: url(../img/diseno/bg_menu.png) 0 top no-repeat;
	width: 61px;
}
#menu_computo:hover {
	background: url(../img/diseno/bg_menu.png) 0 bottom no-repeat;
}

#menu_administracion {
	background: url(../img/diseno/bg_menu.png) -62px top no-repeat;
	width: 105px;
}
#menu_administracion:hover {
	background: url(../img/diseno/bg_menu.png) -62px bottom no-repeat;
}

#menu_construccion {
	background: url(../img/diseno/bg_menu.png) -166px top no-repeat;
	width: 94px;
}
#menu_construccion:hover {
	background: url(../img/diseno/bg_menu.png) -166px bottom no-repeat;
}

#menu_redes {
	background: url(../img/diseno/bg_menu.png) -260px top no-repeat;
	width: 39px;
}
#menu_redes:hover {
	background: url(../img/diseno/bg_menu.png) -260px bottom no-repeat;
}

#menu_soporte {
	background: url(../img/diseno/bg_menu.png) -299px top no-repeat;
	width: 110px;
}
#menu_soporte:hover {
	background: url(../img/diseno/bg_menu.png) -299px bottom no-repeat;
}

#menu_video {
	background: url(../img/diseno/bg_menu.png) -409px top no-repeat;
	width: 108px;
}
#menu_video:hover {
	background: url(../img/diseno/bg_menu.png) -409px bottom no-repeat;
}
/* fin opciones menu */

#fecha {
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 15px;
	width: 300px;
	text-align: right;
}

#cuerpo {
	margin: 20px auto;
	width: 980px;
	position: relative;
}

#contenido:after {
	content: ".";
	visibility: hidden;  
	display: block;  
	clear: both;  
	height: 0;  
	font-size: 0;
}

#contenido {
	width: 625px;
	margin-left: 32px;
	margin-bottom: 20px;
	min-height: 600px;
}

#contenido h1 {
	color: #999933;
	margin-bottom: 10px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	clear: both;

}

#contenido h2 {
	color: #999933;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contenido p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #595858;
	margin: 0 0 20px 0;
	text-align: justify;
	line-height: 150%;
}

#contenido p.resaltado {
	font-size: 16px;
	line-height: 100%;
	color: #001f55;
	margin-bottom: 40px;
}

#lateral {
	background: #02354d;
	width: 280px;
	color: #fdfdfd;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	
}

#lateral p {
	margin: 20px 0;
}

#pie {
	background: #999933;
	margin: 10px auto;
	height: 45px;
	width: 100%;
	padding: 15px 0 0;
}
#pie p {
	text-align: center;
}

.tCentrado {
	text-align: center;
}

#menu_pie_sitio {
	background: url(../img/diseno/bg_menu_pie_sitio.png) center top no-repeat;
	width: 268px;
	height: 14px;
	list-style: none;
/*	position: absolute;
	bottom: 10px;
	left: 26px;*/
	margin: 0 auto;
	position: relative;
	padding: 0;
}
#menu_pie_sitio li {
	float: left;
	margin: 0;
}

#menu_pie_sitio li a {
	display: block;
	height: 14px;
	text-indent: -9999px;
	margin-left: 14px;
}

/* menu pie sitio */

#menu_pie_inicio {
	width: 32px;
	background: url(../img/diseno/bg_menu_pie_sitio.png) 0 top;
	margin-left: 0 !important;
}
#menu_pie_directorio {
	width: 63px;
	background: url(../img/diseno/bg_menu_pie_sitio.png) -46px top;
}

#menu_pie_promociones {
	width: 76px;
	background: url(../img/diseno/bg_menu_pie_sitio.png) -123px top;
}
#menu_pie_contacto {
	width: 55px;
	background: url(../img/diseno/bg_menu_pie_sitio.png) -213px top;
}










#menu_pie_soluciones {
	background: url(../img/diseno/bg_menu_pie_soluciones.png) center top no-repeat;
	width: 642px;
	height: 11px;
	list-style: none;
/*	position: absolute;
	bottom: 10px;
	left: 26px;*/
	margin: 6px auto;
	padding: 0;
}
#menu_pie_soluciones li {
	float: left;
	margin: 0;
}

#menu_pie_soluciones li a {
	display: block;
	height: 11px;
	text-indent: -9999px;
	margin-left: 14px;
	overflow: hidden;
}

#menu_pie_computo {
	width: 52px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -127px top;
	margin-left: 127px !important;
}
#menu_pie_administracion {
	width: 91px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -192px top;
}
#menu_pie_construccion {
	width: 81px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -297px top;
}
#menu_pie_redes {
	width: 34px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -392px top;
}
#menu_pie_soporte {
	width: 95px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -440px top;
}
#menu_pie_video {
	width: 92px;
	background: red url(../img/diseno/bg_menu_pie_soluciones.png) -548px top;
}


#formulario {
	width: 400px;
	float: left;
	margin-bottom: 50px;
}


ol {
	margin: 0 0 20px;
	list-style: decimal;
	padding-left: 20px;
}

ol li {
	color: #001f55;
	font-size: 12px;
	font-weight: bold;
}

ol li span {
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #595858;
}

ul {
	margin: 0 0 20px;
	list-style-image: url(../img/diseno/bullet.png);
	padding-left: 20px;
}

/* mensajes de error */
.error, .info {
	text-align: left;
	padding: 10px 20px 5px 45px;
	margin: 0 10px 10px;
}
.error {
	background: #fff6bf url(../img/diseno/admin/cancel.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
}
	
.info {
	background: #f8fafc url(../img/diseno/admin/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 1px solid #b5d4fe;
	border-bottom: 1px solid #b5d4fe;
}

#contenido .error p, #contenido .info p {
	margin: 0;
}



/* Noticias en el lateral */
#caja_noticias {
	margin: 20px auto 5px;
	width: 223px;
	padding: 0;
	background: url(../img/diseno/noticias_bg.png);
}

#caja_noticias h2 {
	background: url(../img/diseno/noticias_h.png);
	width: 223px;
	height: 37px;
	text-indent: -9999px;
}

#caja_noticias ul#listado_noticias {
	list-style-image: url(../img/diseno/noticias_vineta.png);
	margin: 0 10px;
}

#caja_noticias #pie_noticias {
	background: url(../img/diseno/noticias_pie.png) center bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 223px;
	height: 13px;
	clear: both;
}

#caja_noticias ul#listado_noticias li {
	color: #0a4255;
	padding: 5px 0;
	font-weight: bold;
	margin: 3px 6px;
}

#caja_noticias ul#listado_noticias li a{
	color: #0a4255;
	text-decoration: none;
}

#caja_noticias ul#listado_noticias li a:hover{
	color: #0a4255;
	text-decoration: underline;
}

#caja_noticias ul#listado_noticias li p {
	margin: 0;
	display: inline;
}