@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	width:100%;
	height:100%;
}
#header {
	margin:0px;
	padding:0px;
	height:auto;
	width: 100%;
}
#header .menu {
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	height:10px;
}

#header .boton {
	float: left;
	height: 22px;
	width: 100px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding-top: 8px;
	text-align: center;
	font-weight: bolder;
	font-size:14px;
}
#header .boton2 {
	float: left;
	height: 22px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 8px;
	text-align: center;
	font-weight: bolder;
	font-size:14px;
}
#header .boton:hover {
	background-image:url(img/bg_menu_hover.jpg);
	cursor:pointer;
}
#header .boton2:hover {
	background-image:url(img/bg_menu_hover.jpg);
	cursor:pointer;
}
#header a:link, #footer a:link {
	text-decoration:none;
	color: #000;
}
#header a:visited, #footer a:visited {
	text-decoration:none;
	color: #000;
}
#header a:hover, #footer a:hover {
	text-decoration:underline;
	color: #000;
}
#header a:active, #footer a:active {
	text-decoration:none;
	color: #000;
}
#footer {
	background-color:#dadadb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	font-size:12px;
	height:30px;
	top:auto;
	bottom:0px;
	left:0px;
}
#header .columna {
	width:330px;
	float:left;
	height:450px;
	overflow:auto;
	overflow-x:hidden;
	border:solid 1px #CCC;
}
#header .foto {
	float:left;
	width:auto;
	height:auto;
	padding:2px
}
#header .txt {
	float:left;
	width:55%;
	font-size:12px;
	padding: 0px 0px 0px 2px;
}
#header .logo {
	background-image: url(img/logo.jpg);
	width:695px;
	height:98px;
}
#header .logoK {
/*	background-image: url(img/mall_logo.jpg);
 	background-repeat:no-repeat;*/
	width:100%;
	height:100px;
}

#header .txt small {
	color:#999;
}
#header h2 {
	padding:0px;
	margin:0px;
}
#header .fila {
	float:left;
	width:100%;
	height:auto;
	padding: 2px 0px 2px 0px;
}
#header .fila:hover {
	background-color:#DDD;
	cursor:pointer;
	padding: 2px 0px 2px 0px;
}
#header select {
	width:272px;
	margin:0px 0px 5px 0px;
}
#header ul {
	list-style:none;
	padding-left:0;
}
#header ul.subsection_tabs {
	list-style:none;
	_margin:92px 0px 10px 0px;
	padding:0px;
	clear:both;
	height:18px;
	clear:both;
	width:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 75px;
}
#header ul.subsection_tabs a {
	font-size:16px;
}
#header ul.subsection_tabs li.tab {
	float:left;
	text-align:center;
	height:28px;
	width:auto;
}
#header ul.subsection_tabs li.tabH {
	float:left;
	text-align:center;
}
#header ul.subsection_tabs li.tab a {
	display:block;
	height:22px;
	padding:3px 6px 0px 6px;
	margin:0px 2px 0px 2px;
	color:#666666;
	width:90px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(img/menu/Am_tab.gif);
	background-repeat:no-repeat;
	width:93px;
	background-position: 0px -27px;
}
#header ul.subsection_tabs li.tab a:hover {
	color:#000000;
	text-decoration:none;
	height: 22px;
	padding:3px 6px 0px 6px;
	margin:0px 2px 0px 2px;
	background-image:url(img/menu/Am_tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header ul.subsection_tabs li.tab a.active {
	color:#000000;
	text-decoration:none;
	height: 23px;
	padding:3px 6px 0px 6px;
	margin:0px 2px 0px 2px;
	background-image:url(img/menu/Am_tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header ul.subsection_tabs li.tabH {
	color:#000000;
	text-decoration:none;
	height: 23px;
	padding:3px 6px 0px 0px;
	margin:0px 2px 0px 2px;
	background-image:url(img/menu/Am_tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:100px;
	font-weight:bold;
	text-decoration:none;
}
#header ul.subsection_tabs li.source_code {width:auto;float:right;}

.btn {
	background-color:#ffcc00;
	color:#000000;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a.cat_link { text-decoration:none;}
a:hover.cat_link { text-decoration:underline;}
