/* created by Ardora http://www.webardora.net */

               #menuLog { font-size:1.4em; margin:20px; }
               #areaMenu{
                  float:left;
                  height:20px;
               }
               #areaMenu a{
                  clear:none;
               }
               .hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
               .fg-button { margin:0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
               .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
               a.fg-button { float:left;  }
               button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
               .fg-button-icon-left { padding-left: 2.1em; }
               .fg-button-icon-right { padding-right: 2.1em; }
               .fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
               .fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
               .fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */
               .fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
body {font-size:62.5%; margin:0; padding:10px; background-color:#FFFFFF;}
#showIframe{width:100%; height:100%; border:none;}
#contedorTotal{ 
   position:absolute;
   width:950px;
   left:50%;
   margin-left:-475px;
   height:auto;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
   -webkit-border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.5);box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.5);
   background-color:#FFFFFF;
}
#cabeceira{ 
   font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
   background-image:url("../menuFiles/Cabecera.jpg");
   background-position:center;
   background-repeat:repeat;
   background-color:#FFFFFF;
   height:50px;
   padding:5px;
   -webkit-border-radius: 6px; border-radius: 6px;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
}
#titulo{
float:left; font-size:32px; font-weight:bolder; font-style:italic;  color:#0000FF;
}
#subtitulo{
float:right; font-size:20px; font-weight:bolder;  color:#FF0000;
}
#peText{
float:left; font-size:12px; color:#0000FF;
}
#ArdoraIframe{
   background-image:url("../menuFiles/Fondo_Logo3.jpg");
   background-position:top;
   background-repeat:no-repeat;
   background-color:#FFFFFF;
   height:450px;
   padding:5px;
   -webkit-border-radius: 6px; border-radius: 6px;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
      margin-top:25px;
}
#pe_pax{
   font-family:Verdana, Geneva, sans-serif;
   background-image:url("../menuFiles/Cabecera.jpg");
   background-position:center;
   background-repeat:no-repeat;
   background-color:#FFFFFF;
   height:20px;
   padding:5px;
   border-style:solid;
   border-width:thin;
   border-color:#000000;
   -webkit-border-radius: 6px; border-radius: 6px;
   font-weight:bolder;
}
