#contenedor {
	color: #999;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-image: ;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#contenedor_fondo {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image:;
	background-color: #666;
	margin-top: 20px;
	background-image: url(img/bg_pattern2.jpg);
	background-repeat: repeat;
}

#menu_principal {
	color: #99F;
	float: left;
	width: 1024px;
	z-index: 1;
	margin-top: -120px;
	height: 190px;
	background-image: url(img/bg_menu.png);
}
#menu_botones {
	float: left;
	z-index: 1;
	margin-top: 159px;
	margin-left: -44px;
	background-color:;
	padding-bottom: 15px;
}
#logo {
	float: left;
	margin-top: 56px;
	margin-left: 18px;
	
}
#ganesha {
	float: right;
	margin-top: 65px;
	margin-right: -36px;
}
#line_top {
	background-color: #333;
	float: left;
	height: 5px;
	width: 100%;
	z-index: 0;
}

#footer {
	background-color: #333;
	float: right;
	height: 5px;
	width: 100%;
	z-index: 0;
	text-align: right;
}

iframe {
	float: left;
	z-index: 0;
	background-color: #FFF;
}

.clear {
	clear: both;
}
li {
	float: left;
}
ul {
	list-style-type: none;
}
#menu_botones a:link {
	color: #CCC;
	background-image: url(img/bg_buttons_b.png);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	font-weight: bold;
	display: block;
	margin-right: 1px;
	padding-right: 15px;
	padding-left: 15px;	
}
#menu_botones a:hover {
	color: #666;
	background-image: url(img/bg_buttons.png);
	border-top: 5px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: -5px;
	}
#menu_botones a:active {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	font-weight: bold;
}
#menu_botones a:visited {
	color: #CCC;
	background-image: url(img/bg_buttons_b.png);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 4px;
	font-weight: bold;
	display: block;
	margin-right: 1px;
	padding-right: 15px;
	padding-left: 15px;	
}

p {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: -1px;
	font-style: italic;
	font-weight: normal;
}
h1 {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 6px;
	font-weight: bold;
	margin-top: -4px;
}
h2 {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin-right: 90px;
	margin-top: -11px;
}

