body {
	margin: 0 0 0 0;
	font-size: 11px;
	font-family: Arial;
}
div#Superior { 
	position:absolute;
	width:100%; 
	height:78px;
	background-color: #FFFFFF;
	clear: both;
	background: url('../images/bgheader.jpg');
	background-repeat: repeat-x;
}
div#Izquierda { 
	position:relative;
	width:25%;
	height:100%;
	float: left;
	background-color: #FFFFFF;
	overflow: auto;
}
div#Derecha {
	position:relative;
	width:75%;
	height:100%;
	float: right;
	background-color: #CCFF99;
	vertical-align: bottom;
	overflow: auto;
}
div#Centro {
	position:relative;
	width:100%;
	height:100%;
	float: right;
	background-color: #CCFF99;
	vertical-align: bottom;
	overflow: auto;
}
div#Cuerpo{
	margin: 0 auto;
	position:relative;
	top: 78px;
	width:100%;
	height: 82%;
	clear: both;
}
div#Inferior {
	top: 92%;
	position:absolute;
	width:100%;
	clear:both;
	height: 50px;
	background-color: #FFFFFF;
	background: url('../images/footer.jpg');
	background-repeat: repeat-x;
}
div#listaMenu{
        position:relative;
        width:100%;
        height:100%;
        float: left;
        /*background-color: #CBD8AC;*/
}

#menu {
color: #000000;
text-decoration: none;
}
#menu:hover {
color: #ffffff;
text-decoration: none;
background-color: #008E3C;
}


.calendar {
    background-image:url(../scripts/ext/resources/images/default/shared/calendar.gif) !important;
}

.blist {
    background-image: url(../images/list-items.gif) !important;
}

.bmenu {
    background-image: url(../images/menu-show.gif) !important;
}

.menu-title{
    background: #ebeadb url(../scripts/ext/resources/images/default/grid/grid3-hrow.gif) repeat-x;
    border-bottom:1px solid #99bbe8;
    color:#15428b;
    font:bold 10px tahoma,arial,verdana,sans-serif;
    display:block;
    padding:3px;
}

#login-win .x-window-mc {
	background:#fff none;
	border:1px solid #eee;
}
#login-logo .x-plain-body {
	background:#f9f9f9 url(../images/theader.gif) no-repeat center center;
}
#login-form .x-plain-body {
	background:#f9f9f9 none;
	color:#222;
	padding:5px 35px;
}
#login-win .x-window-body {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #99BBE8;
}
.logout {
	background-image: url(../images/logout.png) !important;
}
.user {
    background-image: url(../images/member.png) !important;
}
