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

html {
	background-color:#201914;
}

body {
	background-color:#201914;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#67503b;
}

.closed {
	display:none;
}
.open {
	display:inline-table;
}

ul { margin:0;padding:0; }
ul li { list-style:none; display:inline; margin:0;padding:0 }
.clear {float:none;clear:both }

#main {
	vertical-align:middle;
}
#main-pic {
	margin:auto;
	width:802px;
	height:537px;
	background-color:#fffffb;
	background-repeat:no-repeat;
	overflow:hidden;
}


#menu {
	margin:auto;
	width:802px;
	padding-top:25px;
	background-image:url(../images/fondo_main_menu.jpg);
	background-repeat:repeat;
	background-position:center;
	
	
	/*min-height:60px;*/
}
	
	#menu-left {
		float:left;
		width:386px;
		text-align:left;
		color:#463625;
	}
	#menu-right {
		float:right;
		width:386px;
		text-align:right;
		color:#463625;
	}
	
	#menu-right2 {
		float:right;
		text-align:left;
		width:384px;
		height:120px;
		border:1px solid #463625;
		text-align:right;
		color:#463625;
		background-image:url(../images/ico_plus.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
	}
		#menu-right2 .text {
			margin-left:80px;
			text-align:left;		
		}
		
	.menu-title {
		float:none;
		width:100%;
		height:20px;
		padding-bottom:5px;
		border-bottom:2px solid #67503b;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.separador {
		float:left;
		width:29px;
		margin-top:14px;
		text-align:center;
		color:#edd282;
		font-weight:bold;
	}
	.pics-right {
		text-align:right;
	}
	.pics, .pics-right {
		float:none;
		clear:both;
		/*width:100%;*/
		margin-top:12px;
		height:30px;
		overflow:hidden;
	}
		.pic {
			float:left;
			width:16px;
			height:16px;
			line-height:16px;
			overflow:hidden;
			background-repeat:no-repeat;
			background-position:left top;
		}
		#pics-left .pic {
			margin-left:1px;
			margin-right:7px;		
		}
		.pics-right .pic {
			float:right;
			margin-left:7px;
			margin-right:1px;			
		}
		.pic a {
			width:27px;
		}
		.pic img {
			border:none;
		}
#submenu {
	z-index:10;
	position:relative;
	/*margin-top:606px;*/
	top:504px;
	height:32px;
	line-height:32px;
	border-top:1px solid #273b29;
	padding-right:10px;
	text-align:right;
}
	
	#submenu ul.pics-sub {
		margin-top:9px;
		height:15px;
		line-height:15px;		
	}
	#submenu ul.pics-sub li {
		float:right;
		width:15px;
		height:15px;
		line-height:15px;
		overflow:hidden;		
		margin-left:7px;
	}
	#submenu ul.pics-sub li a {
		width:15px;
		height:15px;
	}
	#submenu ul.pics-sub li img {
		border:0;
	}	
		
