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

html {
	scrollbar-face-color: #edd400; /*barra*/
	scrollbar-arrow-color: #ed9100; /*flecha*/
	scrollbar-track-color: #0054ed; /*fondo*/
	scrollbar-shadow-color: #c3c3c3; /*sombra*/
	scrollbar-highlight-color: #cccccc; /*sombra clara*/
	scrollbar-3dlight-color: #c4c4c4; /*sombra mas clara*/
	scrollbar-darkshadow-Color: #b3b3b3;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#wraper {
	float: left;
	width: 800px;
}

#header {
	float: left;
	height: 200px;
	width: 800px;
}


/********************************/
.menu {
width:600px;
height:30px;
margin:0 auto;
font:10px Helvetica, Arial , sans-serif bold;
}

.menu ul { list-style:none;
margin:0;
padding:0;
 }

.menu ul li { width:150px;
height:30px;
float:left; }

.menu ul li a {
background: #FF9900;
display:block;
width:140px;
height:23px;
padding-top:7px;
text-decoration:none;
font:12px Helvetica, Arial , sans-serif bold;
text-align:center;
margin-right:10px;
}



/**************************************/
#content {
	float: left;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#top_content {
	float: left;
	height: 46px;
	width: 800px;
}
#top_content_lft {
	float: left;
	height: 46px;
	width: 20px;
	background-image: url(images/top_lft_cont.png);
	background-repeat: no-repeat;
}
#top_content_med {
	float: left;
	height: 26px;
	width: 750px;
	background-image: url(images/top_bg_cont.png);
	background-repeat:  repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-top: 20px;
	padding-left: 10px;
}
#top_content_rgt {
	float: left;
	height: 46px;
	width: 20px;
	background-image: url(images/top_rgt_cont.png);
	background-repeat: no-repeat;
}
#cont_gral {
	background-image: url(images/bg_content.png);
	background-repeat:   repeat-y;
	float: left;
	width: 800px;
	min-height: 400px;
}
#bot_cont {
	float: left;
	height: 46px;
	width: 800px;
}
#bot_content_lft {
	float: left;
	height: 46px;
	width: 20px;
	background-image: url(images/bot_cont_lft.png);
	background-repeat: no-repeat;
}
#bot_content_med {
	float: left;
	height: 46px;
	width: 760px;
	background-image: url(images/bot_bg_cont.png);
	background-repeat:  repeat-x;
}
#bot_content_rgt {
	float: left;
	height: 46px;
	width: 20px;
	background-image: url(images/bto_cont_rgt.png);
	background-repeat: no-repeat;
}

#lft_col {
	float: left;
	width: 400px;
}
#rgth_col {
	float: left;
	width: 400px;
}


#links {
	float: left;
	width: 800px;
	color: #666666;
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration:none;
}
#links a:hover {
	color: #0033CC;
	text-decoration:underline;
}
#footer {
	float: left;
	width: 800px;
}
#copy {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#powered {
	text-align: right;
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#powered a {
	color: #333333;
	text-decoration:none;
}
#powered a:hover {
	color: #0033CC;
	text-decoration:underline;
}
.tablas {
	float: right;
	width: 392px;
	margin-bottom: 10px;
}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
}
.boton {
	height:25px;
	width:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 12pt;
	font-weight: bold;
}
