#contenedor {
	width: 960px;
	margin: 0 auto;
}
#encabezado {
	margin-top: 2px;
	position: relative;
}

#encabezado h1{
	text-indent: -9999px;
	position: absolute;
	top:0;
	left: 0;
}
#encabezado #logo {

}

#encabezado ul {
	margin-top: 10px;
	position: relative;
	width: 960px;
	height: 249px;
	overflow: hidden;
}

#encabezado li {
	position: absolute;
	left: 0;
	top: 0;
}

#menu-sup {
	text-align: center;
}

#menu-sup ul {
	padding: 10px 0;
	margin-bottom: 15px;
}

#menu-sup ul li {
	display: inline;
	background: transparent url(../img/dot.gif) no-repeat right center;
	padding: 0 6px;
}
#menu-sup ul li.sinDot {
	background: none;
}

#menu-sup ul li a {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	text-decoration: none;
	color: #00A1F2;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/* #menu-sup ul li a:hover {
	color: #F2A100;
} */

#menu-izq {
	float: left;
	width: 260px;
}


#menu-izq ul li {
	height: 33px;
	background: transparent url(../img/deg_btn.gif) repeat-x;
	margin-bottom: 4px;
}
#menu-izq a{
	line-height: 33px;
	display: block;
	width: 258px;
	height: 32px;
	border: 1px solid #E6ECF0;
	background: transparent url(../img/flecha_btn.png) no-repeat  9px center;
	color: #9E9B9C;
	text-decoration: none;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	text-indent: 32px;
	font-size: 14px;
}

#contenido {
	width: 660px;
	float: right;
	padding: 0 20px 50px 20px;
	margin-bottom: 50px;
}

#Cortina {
	background-color:#FFFFFF;
	height:249px;
	position:absolute;
	bottom:0;
	left:0;
	width:960px;
	z-index:100;
}

#menu-izq h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: #666666;
	font-size: 0.9em;
	line-height: 2em;
	text-indent: 1em;
}

/*
   Código Barra Sitios Hari Nam
*/

#barra-sitios-hari-nam {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	background-color:#333333;
	text-align: left;	
	text-indent: 4px;
	white-space: nowrap;
}

#barra-sitios-hari-nam strong {
	font-weight: bold;
}

#barra-sitios-hari-nam a {
	color: #999999;
	text-decoration: none;
}

#barra-sitios-hari-nam a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

