html {
	background-color:#000000;
	height:100%;
	max-height:100%;
	border:0;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow-x: auto;
	overflow-y: hidden;
	min-width:950px;
	cursor: default;	/* */ 
}

* html{
	overflow-x: auto;
	overflow-y: hidden;
	min-width:950px;
	cursor: default;	/* */ 
}

* {
	outline: none;
	cursor:default;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
}

body {
	cursor:default;
	scrollbar-arrow-color: #FFFFFF	;
	scrollbar-3dlight-color: #d1d5bd;
	scrollbar-darkshadow-color: #d1d5bd;
	scrollbar-face-color: #d1d5bd;
	scrollbar-highlight-color: #d1d5bd;
	scrollbar-shadow-color: #d1d5bd;
	scrollbar-track-color: #e7ecd1;

	padding:0; 
	margin:0; 
	border:0;
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
}
	
#todo {
	background-repeat:no-repeat;
	background-position:top center; 
	width:100%; 
	height:100%;
}
	
#todo2 {
	background-repeat:no-repeat;
	background-position:top center; 
	width:100%; 
	height:100%;
}

#todo2 {
	background:url(../config/theme/fondo1.jpg) top no-repeat;
}
#todo {
	background:url(../config/theme/fondo2.jpg) bottom repeat-y;
}

.sinEspacio{
	margin:0px;
	padding:0px;
	display:inline;
}

/* FIREFOX */
/* FIREFOX */

#menu {
	height:550px;
 	top:30px;
	position:absolute; 
	margin-left:-469px; 
	margin-top:110px;
	left:50%; 
	width:180px; 
	min-width:210px; 
	z-index:5; 
}

#head {
	padding-left:0px;
	position:absolute; 
	margin-left:-247px; 
	left:50%; 
	top:0px; 
	width:711px; 
	height:105px;
	min-width:711px; 
	z-index:5; 
}

#content {
	padding-right:25px;
	padding-left:30px;
	display:block; 
	overflow-x:hidden; 
	overflow-y:auto;
	position:absolute; 
	z-index:3; 
	top:100px; 
	bottom:36px; 
	width:655px; 
	margin-left:-247px; 
	left:50%; 
	margin-right:30px;
}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-247px; 
	left:50%; 
	bottom:0px; 
	margin-bottom:-22px;
	color:#000000;
	width:711px; 
	min-width:711px; 
	height:55px; 
	z-index:5;
	background-color:#FFFFFF;
	padding-top:4px;
}


/* EXPLORER */
/* EXPLORER */

* html #menu {
 	top:23px;
	width:180px;
}


* html #head {
	top:0px; 
	height:105px;
	width:711px; 
}

* html #content {
	top:100px; 
	height:100%;
	width:710px;
	padding-right:25px;
	border-top:0px solid #444444; 
	border-bottom:140px solid #000000; 
}

* html #foot {
	border-top:0px solid #FFFFFF; 
	padding-top:5px;
	bottom:0px; 
	width:711px; 
	height:62px;
}

