
/*Header*/
#superior{
	padding-right:10px;
  font-size: 0.9em;
  position: relative;
  height: 65px;
 /* width: 1000px;*/ 
  top:0px;
  margin-left: auto; 
  margin-right: auto;
  /*background-color:#000033;*/
  background-color:#003;
	background: transparent url(../images/fondocabe.png) repeat-x;
/*  border-bottom:3px solid #FF5555;*/


}

#superior a, #superior a:hover, #superior a:link, #superior a:visited {
  text-decoration:none;

}

#superiorb{
  position: relative;
  width: 1000px;
  top:0px;
  margin-left: auto; 
  margin-right: auto;
  height:65px;
}



/*Central*/
#central {

  position: absolute;
  width: 100%;
  height:auto;
  top: 65px;
  bottom: 40px;
  overflow: auto;

}

.dialog img{
  margin:10px;
}


/*Footer*/
#inferior {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
/*	color: #DDDDDD;*/
	/*text-align: right;*/
  z-index:0;
}

#inferior h3{
	font-size: 1.5em;
	border:none;
/*	text-decoration:underline;*/
}

/*
#extraDiv2 {
	height:40px;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:5;
}
*/

#extraDiv2 {
	height:40px;
	/*width:500px;*/
	width:100%;
	right:0px;
	position:fixed;
	bottom:0px;
	z-index:5;
	text-align: right;
}


