/* 
    Document   : layout
    Created on : 03-04-2012, 09:53:27 AM
    Author     : alonso
    Description:
        Purpose of the stylesheet follows.
*/

div#header, div#main-wrap, div#menu-wrap, div#message, div#contenido, div#footer { width: 1280px; margin: 0 auto; }
div#header { height: 95px; margin-bottom: 18px; padding: 0; }
div#menu-wrap { height: 30px; }
div#main-wrap { margin-top: 40px; }

.clear { clear: both }

body { background: url('../img/top-bg.jpg') repeat-x; color: #111212; }

div#footer { height: 30px; }

logout {width: 24px; height: 24px;}

div.datos-navegacion {
  height: 95px;
  text-align: right;
}

div.datos-navegacion p {
  clear: both;
  width: 200px;
  float: right;
}

div.datos-navegacion p:first-child {
  margin-top: 48px;
  text-align: left;
  text-indent: -99999px;
}

div.datos-navegacion p a {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  background:  url('../img/exit.png') no-repeat center right;
}
div.datos-navegacion p a:hover {
  color: #326eac;
}