* {
	padding: 0;
	margin: 0;
}

h2 {
color: #002F5A;
font-size: medium;
}

body {
	 background-color: #3F72A6;
}

#minitabs li {
	display: inline;
	list-style-type: none;
}

#minitabs {
	margin-left: 160px;
	font-size: 11px;
}

#minitabs a:hover span,#minitabs a.selected span {
	color: #002f5a;
	text-decoration: underline;
}

#minitabs a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
	color: #002f5a;
	cursor: pointer;
}

#kartImg {
	display: none;
	left: 830px;
	position: absolute;
	top: 680px;
	width: 140px;
	z-index: 200;
}

#main {
	width: 760px;
	min-height: 760px;
	overflow: auto;
	margin: 0 auto;
	background-color: white;
}

#mainBorder {
	width: 770px;
	background-color: white;
	border-left: 4px solid #8BAED3;
	border-right: 4px solid #8BAED3;
	float:left;
}

#googleAds {
	float:left;
}


#header {
	width: 100%;
	height: 198px;
	margin-top: 5px;
}

#marquee {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 4px;
}

#menubar {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	float: left;
	background: url("../bk_btn.png") repeat-x;
}

#contentBySection {
	width: 100%;
	margin-top: 8px;
	float: left;
	min-height: 300px;
}

#menuFooter {
	width: 100%;
	height: 12px;
	margin-top: 8px;
	float: left;
}

#footer {
	margin-top: 18px;
	margin-bottom: 5px;
	border: 1px solid #002f5a;
	float: left;
}

#footer #mimapamental {
	width: 532px;
	height: 70px;
	border-right: 1px solid #002f5a;
	float: left;
}

#footer #mindmapper {
	width: 225px;
	height: 70px;
	float: left;
}

#menubar div {
	float: left;
	height: 50px;
	cursor: pointer;
}

#menubar div div {
	height: 20px;
	width: inherit;
	margin-top: 10px;
}

#mimapamental {
	z-index: 1001;
}

#inicio {
	background: transparent url("../img/menu_inicio_click.png") no-repeat;
	background: transparent url("../img/menu_inicio_hover.png") no-repeat;
	background: transparent url("../img/menu_mapas_active.png") no-repeat;
	background: transparent url("../img/menu_inicio.png") no-repeat;
	width: 90px;
}

#inicio.click {
	background: transparent url("../img/menu_inicio_click.png") no-repeat;
}

#inicio.hover {
	background: transparent url("../img/menu_inicio_hover.png") no-repeat;
}

#inicio.active {
	background: transparent url("../img/menu_inicio_active.png") no-repeat;
}

#mapas {
	background: transparent url("../img/menu_mapas.png") no-repeat;
	width: 200px;
}

#mapas.click {
	background: transparent url("../img/menu_mapas_click.png") no-repeat;
}

#mapas.hover {
	background: transparent url("../img/menu_mapas_hover.png") no-repeat;
}

#mapas.active {
	background: transparent url("../img/menu_mapas_active.png") no-repeat;
}

#producto {
	background: transparent url("../img/menu_producto_click.png") no-repeat;
	background: transparent url("../img/menu_producto_hover.png") no-repeat;
	background: transparent url("../img/menu_producto_active.png") no-repeat
		;
	background: transparent url("../img/menu_producto.png") no-repeat;
	width: 120px;
}

#producto.click {
	background: transparent url("../img/menu_producto_click.png") no-repeat;
}

#producto.hover {
	background: transparent url("../img/menu_producto_hover.png") no-repeat;
}

#producto.active {
	background: transparent url("../img/menu_producto_active.png") no-repeat
		;
}

#descarga {
	background: transparent url("../img/menu_descarga_click.png") no-repeat;
	background: transparent url("../img/menu_descarga_hover.png") no-repeat;
	background: transparent url("../img/menu_descarga_active.png") no-repeat
		;
	background: transparent url("../img/menu_descarga.png") no-repeat;
	width: 110px;
}

#descarga.click {
	background: transparent url("../img/menu_descarga_click.png") no-repeat;
}

#descarga.hover {
	background: transparent url("../img/menu_descarga_hover.png") no-repeat;
}

#descarga.active {
	background: transparent url("../img/menu_descarga_active.png") no-repeat
		;
}

#compra {
	background: transparent url("../img/menu_compra_active.png") no-repeat;
	background: transparent url("../img/menu_compra_hover.png") no-repeat;
	background: transparent url("../img/menu_compra_click.png") no-repeat;
	background: transparent url("../img/menu_compra.png") no-repeat;
	width: 110px;
}

#compra.click {
	background: transparent url("../img/menu_compra_click.png") no-repeat;
}

#compra.hover {
	background: transparent url("../img/menu_compra_hover.png") no-repeat;
}

#compra.active {
	background: transparent url("../img/menu_compra_active.png") no-repeat;
}

#contacto {
	background: transparent url("../img/menu_contacto_active.png") no-repeat
		;
	background: transparent url("../img/menu_contacto_hover.png") no-repeat;
	background: transparent url("../img/menu_contacto_click.png") no-repeat;
	background: transparent url("../img/menu_contacto.png") no-repeat;
	width: 130px;
}

#contacto.click {
	background: transparent url("../img/menu_contacto_click.png") no-repeat;
}

#contacto.hover {
	background: transparent url("../img/menu_contacto_hover.png") no-repeat;
}

#contacto.active {
	background: transparent url("../img/menu_contacto_active.png") no-repeat
		;
}

#imagen-caratula img {
	width: 500px;
}

.alpha-shadow img {
	margin-top: 10px;
	background-color: #fff;
	border: 4px double #002f5a;
	position: relative;
	top: 0px;
}