/*Estilos default para sistemas*/

body {
  background: #FFF url('../images/BG.gif') repeat-x scroll top left;
  width: 100%;
  display: table;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:12px;
  color:#444;
  padding:0;
  margin:0;
}

em {
  font-family:'Lucida Sans','Lucida Grande',Verdana,Arial,sans-serif;
}

h1 {
  font-size: 22px;
  line-height:22px;
  font-weight: normal;
  letter-spacing:-0.4px;
  margin-top:0;
}

h2 {
  font-size: 18px;
  line-height:20px;
  letter-spacing:-0.2px;
  margin-top:10px;
}

h3 {
  font-size: 14px;
  margin:0;
}

a {
  text-decoration: none;
  color: #2861a3;
}

a:hover {
  text-decoration:underline;
}

p {
  line-height:16px;
  margin:0.8em 0;
}

ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.institucional span {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  margin:0 0 0.2em;
  display: block;
}
div.wrapper {
  width: 778px;
  margin:0 auto;
}

.defaultHeader {
  height:32px;
  width:100%;
}
.defaultHeader_l {
  float: left;
  height: 32px;
  width: 276px;
  margin-left: 7px;
}

.defaultHeader_r {
  float: right;
  height: 32px;
  width: 192px;
}

.header {
  height: 96px;
}

.usuarioLogout {
  margin:7px;
  float:right;
  text-align: right;
  width: 300px;
}

.sectionTitle {
  margin-top:15px;
  float: left;
  margin-left: 7px;
}

.menu {
  width: 180px;
  float:left;
}

.borderTop {
  background: transparent url('../images/content_top.gif') no-repeat bottom left;
  height:4px;
  width:100%;
  float:left;
}

html .wrapper .borderTop {
  background-image:url('../images/content_top.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  height:4px;
  width:100%;
  float:left;
}

.container {
  background: #FFF url('../images/content_bg.gif') repeat-y top left;
  padding:7px 0 15px;
}

.content.sistemas {
  width: 550px;
  margin-left: 25px;
  float:left;
}

.mainMenu {
  margin:0 1px 10px;
  padding-top:10px;
  padding-right:15px;
  padding-left:7px;
  padding-bottom: 7px;
  background-image: url(../images/grayLine.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
}

.mainMenu h3 {
  font-size: 1em;
  margin:0 0 2px 5px;
}

.mainMenu p {
  margin:0 0 10px 5px;
}

.mainMenu a {
  padding: 3px 5px;
  color: #444;
  width: 100%;
  _width: 95%; /* IE 6 and below */
  display: block;
}

.mainMenu a:hover {
  color:#333;
  text-decoration: none;
  background: #f4f4f4 url(../images/flechaGris.gif) no-repeat scroll 96% 0.5em;
}

.mainMenu ul {
  padding:0;
  margin:0.5em 0;
}

.nota.tercera {
  border-top-color:#CCCCCC;
  border-top-style:dotted;
  border-top-width:1px;
  margin-top:10px;
  padding-top:5px;
}

.footer {
  background: url('../images/content_bottom.gif') no-repeat scroll top left;
  float:left;
  width:100%;
  font-size: 0.9em;
  text-align: center;
}

img, div, span { behavior: url('css/iepngfix.htc') }