@charset utf-8;
	
/* CSS Document */
html {
	font-family:Georgia, serif;
	color:#58595b;
}

body {
	background-image:url(../images/bg.gif);
	background-position:center;
	user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
}

#design {
     background-color: #999999     
    height:17px; 
    width:100px;
     margin: 0;
     padding: 0;
    position:absolute;
    right:0;
    top: 0;
    z-index:410;    
    }

#wrapper {
	width:950px;
	height:594px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-475px;
	margin-top:-289px;
}

#bg {
	width:950px;
	height:578px;
	position:absolute;
	top:0;
	left:0;
	z-index:30;
}

#content {
	width:950px;
	height:578px;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

#menubg {
	height:400px;
	width:180px;
	position:absolute;
	left:15px;
	top:163px;
	background:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:249;
	overflow:hidden;
}

#menu {
	height:400px;
	width:180px;
	position:absolute;
	left:15px;
	top:163px;
	z-index:250;
	overflow:hidden;
}

.logo {
	height:163px;
	width:328px;
	position:absolute;
	left:0;
	top:0;
	z-index:210;
}

* html #nav ul {
	margin:8px 0 20px;
}

#nav ul {
	margin:18px 0 20px;
	padding:0 0 10px;
	list-style-type:none;
	width:150px;
}

#nav li a {
	padding:0;
	margin:0;
}

#nav li a {
	color:#58595b;
	display:block;
	height:16px;
	margin:11px 0;
	padding:5px 0 5px 14px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#nav li a:hover,#nav li a.current {
	padding:4px 0 4px 14px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#load {
	position:absolute;
	top:0;
	width:950px;
	height:578px;
	background:#fff url(../images/loading.gif) center center no-repeat;
	z-index:45;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#contentxtbg {
	height:400px;
	width:725px;
	position:absolute;
	right:15px;
	top:163px;
	background:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:255;
}

#contentxt {
	margin:0;
	padding:0;
	height:360px;
	width:675px;
	position:absolute;
	left:235px;
	top:183px;
	z-index:260;
}

#idiomas {
	text-align:right;
	margin:0;
	padding:0;
	height:30px;
	width:160px;
	position:absolute;
	left:750px;
	top:183px;
	z-index:265;
}

.fotos {
	position:absolute;
	left:235px;
	bottom:35px;
	z-index:270;
}

.copyright {
	font-size:11px;
	position:absolute;
	right:15px;
	bottom:0;
}

img {
	border:none;
}

* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}
