/* CSS Document */
body {
	background:#fff;
	font-family:"Courier New", Courier, monospace;
	color:#C6C7C8;
	/*font-style:italic;*/
	font-size:11px;
	margin-top:0;
}

a {
	color:#C6C7C8;
	outline:#fff none;
}

#contenedor{
	text-align: left;
	width: 1050px;
}
#encabezado{
	width:1024px;
	height:115px;
/*	background-color:#FFF;*/
}
#encabezado img{
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
.separador{
	float:left;
	width: 100%;
	height:1px;
	/*background:url(../img/separador.jpg) repeat-x;*/
	border-bottom:1px #C6C7C8 dotted;
}
#menus{
	float:left;
	width: 202px;
/*	background-color:#FC3;*/
}
#menus .separador{
	width:180px;
	margin:9px 0 9px 0;
}
#menus #menu{
	text-align:right;
	border:1px #fff;
}
#menus #menu img{
	border:0;
	padding-right:22px;
}
#menus #menu a:link,a:visited{
	padding-right:22px;
	display:block;
	clear:both;
	text-decoration:none;
	/*color:#C6C7C8;*/
}
#menus #menu  a:hover{
	text-decoration:none;
	color:#8E8472;
}

#menus div[id|="submenu"]{
	float:right;
	text-align:right;
	color:#C6C7C8;;
	font-size:11px;
	font-style:italic;
	line-height:1.5em;
}

#menus div[id|="submenu"] a{	
	color:#C6C7C8;
	float:right;
	border:0;
	text-decoration:none;		
}
#menus div[id|="submenu"] a:hover{
	color:#8E8472;
	border:0;
	background-color:#FF8891;
}

.sm-current{
	background-color:#FF8891;
	color:#FFFFFF;
}
.sm-over{
	color:#FFFFFF;
}

#contenido{
	float:left;
	width: 650px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0px;
}

#descripcion{
	float:left;
	width: 160px;
}

#interna{
	width:650px;
	height:680px;
	color:#FFFFFF;
	margin-top: 12px;
	margin-right: 22px;
}