@charset "utf-8";
body {
	width: 800px;
	_width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #340100;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
}
#wraper {
	float: left;
	width: 800px;
	_width: 800px;
}
#top_menu {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/top_menu_bg.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/|top_menu_bg.png');
	background-repeat:  repeat-x;
	float: left;
	height: 55px;
	width: 780px;
	_width: 780px;
	padding:0 10px 0 10px;
	
	
}
#top_menu ul{
	border:0;
	margin:0;
	padding:0;
}
#top_menu ul li {
	float:left;
	list-style:none;
	position:relative;
}

#top_menu ul li a { 
	display:block;
	width:auto;
	height:35px;
	padding: 15px 10px 0 10px;
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;

}
#top_menu ul li a:hover {
	color: #CC3300;
}

#top_menu ul li ul { position:absolute;
display:none; }

#top_menu ul li:hover ul { display:block;
position:absolute;
top:50px;
left:0;
}

#top_menu ul li ul li { position:relative; }

#top_menu ul li:hover ul li a { display:block;
width:150px;
height:18px;
background:#ffffcc url(images/submenu_bg.jpg) repeat;
border-bottom:1px #999966 solid;
border-left:1px #999966 solid;
border-right:1px #999966 solid;
border-top:0px;
font:10px Arial, Helvetica, sans-serif;
padding:2px 10px 0 10px;
text-align:left;
}

#top_menu ul li:hover ul li ul { display:none;
position:absolute; }

#top_menu ul li:hover ul li:hover ul { position:absolute;
display:block;
top:0;
left:170px;
}

#top_menu ul li:hover ul li:hover ul li a { display:block;
width:150px;
height:18px;
text-align:left;
padding-left:2px 10px 0 10px; }


#header {
	background-image: url(images/header.png)!important;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/|header.png');
	float: left;
	height: 155px;
	width: 800px;
	_width: 800px;
	color: #D5CBA1;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
#contenidos {
	float: left;
	width: 800px;
	_width: 800px;
}
#left_col {
	float: left;
	width: 250px;
	_width: 250px;
}
#title {
	float: left;
	min-height: 25px;
	width: 210px;
	_width: 210px;
	padding-top: 5px;
	margin: 19px;
	border: 1px solid #FF9E77;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}
#main_menu_top {
	background-image: url(images/main_menu_top.png);
	float: left;
	height: 5px;
	width: 250px;
	_width: 250px;
}
#main_menu {
	background-image: url(images/main_menu_bg.png);
	float: left;
	width: 250px;
	_width: 250px;
	min-height:450px;
}
#main_menu ul {
	border:0;
	margin:0;
	padding:0;
}
#main_menu ul li {
	list-style:none;
	float: left;
	height: 25px;
	width: 205px;
	_width: 205px;
	background-image: url(images/boton.png);
	margin-bottom: 2px;
	margin-left: 13px;
	padding-top: 5px;
	padding-left: 15px;
}
#main_menu ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	height: 30px;
	width: 200px;
}
#main_menu ul li a:hover{
	text-decoration: underline;
}
.menu_current {
	width:200px;
	_width: 200px;
	height:25px;
}
#main_menu_bot {
	background-image: url(images/main_menu_bot.png);
	float: left;
	height: 12px;
	width: 250px;
	_width: 250px;
}
#left_extras {
	float: left;
	width: 230px;
	_width: 230px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC66;
	margin-bottom: 20px;
}
#left_extras a {
	color: #CCCC00;
	font-weight: bold;
}
#left_extras a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#principal {
	float: left;
	width: 550px;
	_width: 550px;
}
#principal_top {
	background-image: url(images/cont_top.png);
	float: left;
	height: 5px;
	width: 550px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#principal_cont {
	background-image: url(images/cont_bg.png);
	float: left;
	width: 550px;
	_width: 550px;
	background-position: 10px;
	background-repeat:  repeat-y;
	padding-bottom: 10px;
}
#principal_bot {
	background-image: url(images/cont_bot.png);
	float: left;
	height: 12px;
	width: 550px;
	_width: 550px;
	background-repeat: no-repeat;
	background-position: 10px;
}
#informacion {
	float: left;
	width: 480px;
	_width: 480px;
	min-height:400px;
	border: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
	text-align: justify;
	padding: 10px;
	overflow:auto;
}
#informacion a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	
}
#informacion a:hover {
	text-decoration: underline;
}
#footer {
	float: left;
	height: 20px;
	width: 800px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFCC66;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	color: #723016;
	font-size: 20pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #723016;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #723016;
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #723016;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	color: #723016;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	color: #723016;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.enlace {
	padding: 0;
	background-color: transparent;
	color: #FFFF99;
	background-image:url(images/boton.png);
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.enlace a {
	text-decoration: none;
}
.enlace a:hover {
}
#informacion table {
	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

#informacion table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}

#informacion caption,th,td {
	border-left: 0;
	padding: 10px
}

# informacion caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

#informacion thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}

#informacion tbody th {
	padding: 20px 10px
}

#informacion tbody tr.odd {
	background-color: #F7F7F7;
	color: #663300
}

#informacion tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

#informacion tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

#informacion tbody tr:hover {
	background-color: #EEE;
	color: #990000
}

#informacion tbody tr:hover a {
	background-color: #FFF
}

#informacion tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

#informacion tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}

#informacion tbody td a {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -999em;
	border-bottom: 0
}

#informacion tbody a:visited:after {
	font-family: Verdana,sans-serif;
}
