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

body,td,th {
	font-family: arial;
	font-size: 12px;
	color:#FF9;
}
body {
	background-color: #291f13;
	background-image: url(fgg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF3;
}
a:hover {
	text-decoration: none;
	color:#FF3;
}
a:active {
	text-decoration: underline;
	color: #FF9;
}
h1 {
	font-size:18px;
	margin:0px;
	color:#FFF;
	border-bottom:#Fff dashed 1px;
}
h2 {
	font-size:14px;
	margin:0px;
	color:#FF9;
	border-bottom:#FF9 dashed 1px;
}


/* ---------- menu_h ----------*/
#menu_h ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu_h li {
	list-style-type: none;
	float: left;
}
#menu_h a {
	text-decoration: none;
	color:#930;
	text-align: center;
	font-weight:bold;
	width:122.5px;
	display: block;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:3px;
	padding-right:3px;
	border-left: 1px solid #edaa08;
	border-right: 1px solid #fefe50;
}
#menu_h a:hover {
	color:#FFF;
	background:url(../images/temp/menu_bg1.jpg) repeat-x;
}


/* ---------- cat ----------*/
#cat ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#cat li {
	list-style-type: none;
}
#cat a {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding:4px;
	display: block;
	background:#930;
	border-bottom:#900 solid 1px;
	border-top:#ba2c10 solid 1px;
}
#cat a:hover {
	color:#FF0;
	background:#8a2f00;
}


/* mark-a */
.mark-a_table {
	width:860px;
}
.mark-a_top {
	height:0px;
}
.mark-a_left {
	width:39px;
	background:url(../images/temp/fr_izq.jpg) repeat-y;
}
.mark-a_mark-b{
	width:782px;
}
.mark-a_right {
	width:39px;
	background:url(../images/temp/fr_der.jpg) repeat-y;
}

.mark-a_bottom {
	height:0px;
}


/* mark-b */
.mark-b_table {
	width:782px;
	background:#5e3e00;
}
.mark-b_header {
}
.mark-b_spc_h-a {
	height:0px;
}
.mark-b_menu_h-a {
	background:url(../images/temp/menu_bg.jpg) repeat-x;
}
.mark-b_spc_h-b {
	height:0px;
}
.mark-b_menu_v-a {
	width:240px;
	background: #960;
}
.mark-b_spc_w-a {
	width:3px;
}
.mark-b_cont {
	width:539px;
	background: #960;
}
.mark-b_spc_w-b {
	width:0px;
}
.mark-b_menu_v-b {
	width:0px;
}
.mark-b_spc_h-c {
	height:3px;
}
.mark-b_footer {
	background:url(../images/temp/footer_bg.jpg) repeat-x #693;
}


/* cont */
.cont {
	padding:4px;
	color:#FF6;
}

