/* *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 ********************************************* */
 
* {
	margin:0;
	padding:0;
}
body{
background-color:#000;
}
#header {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:32px;
}
div#menu {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
    height:41px;
    background:url(../images/main-bg.png) repeat-x;
	z-index:2;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
/*color fondo submenus*/
div#menu li:hover>ul {
    left: -2px;
	background:rgba(31,31,31, 0.65); 
}
div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
/*color rollover texto menus*/
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }

/*color mouseout submenus, ligado a linea 62*/
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgba(31,31,31, 0.65);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/lava.png) no-repeat top left !important;
    background-image: url(../images/lava.gif);
    height: 44px;
    margin-right: 8px;
}

#my_site_content{
	position:relative;
	z-index:1;
	margin-top:60px;
	width:500px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#iframe{
	width:1000px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#copyright{
	width:940px;
	margin-top:70px;	
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303030;
	/*color:#303030;*/
	text-align:right;	
	/* stick to bottom http://www.cssstickyfooter.com/
	position:relative;
	margin-top:-30px;
	clear:both;
	height:30px;*/
}
#copyright a:link{
	color:#303030;
	text-decoration:none;
}
#copyright a:visited{
	color:#303030;
	text-decoration:none;
}
#copyright a:focus{
	color:#303030;
	text-decoration:none;
}
#copyright a:hover{
	color:#303030;
	text-decoration:none;
}
#copyright a:active{
	color:#303030;
	text-decoration:none;
}
#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 
.idioma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	line-height: 32px;
	float: right;
}
