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

html, body { overflow: auto; }
body {
	background: none;
}

div#header {
	background: #005e9c url(../images/secciones/header_bg.jpg) no-repeat scroll center top;
	width: 100%;
	height: 95px;
}

div#header div#logo {
	position: absolute;
	margin: 20px 0 0 45px;
}
.centrado {
	width: 825px;
	margin: 0 auto;
}

/* contenidos estilos gral */
p {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #235e93;
	line-height: 22px;
}
a { color: #7dc102; text-decoration: underline; font-weight: bold; font-style: italic }
.verde { color: #7dc102; font-weight: bold; }

/*contenido */
div#izquierda {
	float: left;
	display: inline;
	padding-left: 50px;
}
div#izquierda p#descripcion {
	background: transparent url(../images/areas/desc_bg.png) no-repeat scroll 0 0;
	width: 400px;
	height: 69px;
	line-height: normal;
	padding-top: 10px;
}
div#izquierda p#descripcion2 {
	width: 360px;
	height: 45px;
	line-height: normal;
	padding-top: 10px;
	padding-left: 40px;
}
div#izquierda ul.subseccionul {
	margin-left: 40px;
}
div#izquierda ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #235e93;
}
div#derecha {
	float: left;
	display: inline;
	padding-left: 21px;
}
/*esconder otros contenidos */
div#gestionX, div#mercadotecniaX, div#gobiernoX {  display: none; }

div#footer {
	background: transparent url(../images/secciones/footer_bg.png) no-repeat scroll center top;
	width: 100%;
	height: 42px;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
}
div#footer div {
	margin: 0 auto;
	width: 727px;
	padding-top: 14px;
}

/* sub menu */

div#submenu {
	background: transparent url(../images/areas/submenu_bg.png) no-repeat scroll center top;
	width: 100%;
	height: 80px;	
}
div#submenu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
}
div#submenu ul li {
	display: inline;
	float: left;
}
div#submenu ul li a {
	background: transparent url(../images/areas/submenu_sprite.gif) no-repeat scroll 0 0;
	height: 32px;
	display: block;
	text-indent: -3000px;
}

div#submenu ul li#estrategia a:hover { background-position: 0 -32px; }
div#submenu ul li#estrategia a {
	width: 175px;
	background-position: 0 0;
}
div#submenu ul li#estrategia a.menu_sel { background-position: 0 -32px; !important }

div#submenu ul li#gestion a:hover { background-position: -175px -32px; }
div#submenu ul li#gestion a {
	width: 194px;
	background-position: -175px 0;
}
div#submenu ul li#gestion a.menu_sel { background-position: -175px -32px; !important }

div#submenu ul li#mercadotecnia a:hover { background-position: -369px -32px; }
div#submenu ul li#mercadotecnia a {
	width: 228px;
	background-position: -369px 0;
}
div#submenu ul li#mercadotecnia a.menu_sel { background-position: -369px -32px; !important }

div#submenu ul li#gobierno a:hover { background-position: -597px -32px; }
div#submenu ul li#gobierno a {
	width: 221px;
	background-position: -597px 0;
}
div#submenu ul li#gobierno a.menu_sel { background-position: -597px -32px; !important }

.Subcentrado {
	margin: 0 auto;
	width: 665px;
	padding-top: 24px;
}
