.bannerSUP{
   width : 100%;
	 height : 70px;
	 /*background-color : #FF0000;*/
	/* background-image: url('img/fons.png')*/
}

div#logoApp{
     width:24%;
		 /*background-color : #FF0000;*/
		 height : 70px;
		 position:absolute;
		 display:block;
}
div#infoText{
     width:49%;
		 /*background-color : #45FF00;*/
		 margin-left:40%;
		 height : 70px;
		 position:absolute;
		 display:block;
}

div#infoText div#divMsg{
     width:70%;
		 height:40px;
		 margin-top:15px;;
		 margin-bottom:15px;;
		 margin-left:15%;
		 margin-right:15%;
		 position:absolute;
		 background-color:transparent;
		 display:none;
}
div#infoText div#divImgMsg{
     width:70%;
		 height:40px;
		 margin-top:15px;;
		 margin-bottom:15px;;
		 margin-left:15%;
		 margin-right:15%;
		 position:absolute;
		 display:none;
}
div#infoText div#divImgMsg IMG#imgMsg{
   width:100%;
	 height:100%;
}


div#infoText div#divMsg p{
     text-align:center;
     vertical-align: middle;
		 height:25px;
}
div#infoText div#divMsg img{
     text-align:center;
     vertical-align: middle;
		  height:24px;
}

div#otherDiv{
     width:24%;
		 margin-left:74%;
		 position:absolute;
		 height : 70px;
		 /*text-align:bottom;*/
		 margin-top:50px;
		 display:block;
}

.separatorBlack{
  width : 100%;
	background-color : #5FF5FF;
	height:3px;
	display:block;
}

.barraLateral{
   width:15%;
	 height:70%;
   /*background-color : #FF0000;*/
   position : absolute;
   padding-left:4px;
	 margin-top : 5px;
}
  
	.menuOptions{
	  background-color:#0069FF;
	}
	
	.divMenuSubOptions{
	    display:none;
	}
  .menuSubOptions{
	  cursor : pointer;
		background-color:#fff;
	}
	.menuSubOptionsSel{
	  cursor : pointer;
		background-color:#C0C0C0;
	}
		.menuSubOptionsOver{
	  cursor : pointer;
		background-color:#5FF5FF;
	}
	

.cuerpoCentral{
   margin-top : 5px;
   width : 75%;
   margin-left: 16%;
	 padding-left:4px;
   /*background-color : #FFDD00;*/
	 height:70%;
	 position : absolute;
	 /*text-align:center;*/
}

.normalTextBold{
   font-family:Verdana, Times, serif;
	 font-size : 12px;
	 font-weight:bold; 
}
.normalTextBoldRED{
  font-family: Verdana, Times, serif;
	font-size : 12px;
	font-weight:bold; 
	color:#FF0000;
}
.normalTextBoldBlack{
  font-family: Verdana, Times, serif;
	font-size : 11px;
	font-weight:bold; 
	color:#FFFFFF;
}

.normalTextBoldWhite{
  font-family: Verdana, Times, serif;
	font-size : 11px;
	font-weight:bold; 
	color:#FFFFFF;
}

.normalText{
   font-family: Arial,Verdana, Times, serif;
	 font-size : 11px;
}

.largeTextBold{
   font-family: Verdana, Times, serif;
	 font-size : 12px;
	 font-weight:bold; 
}
.largeTextBoldWhite{
   font-family: Verdana, Times, serif;
   font-size : 12px;
   font-weight:bold; 
   color:#FFFFFF;
}
.smallTextBoldRED{
  font-family: Verdana, Times, serif;
	font-size : 9px;
	font-weight:bold; 
	color:#FF0000;
}
