html, body { margin: 0; padding: 0; height: 100%;}

body { 
  text-align: center; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: 150%; 
  color: #333;
  background: #fff url(../images/fundo_master) repeat-x 0 185px;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl dt span {
	display: none;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {	color: #333; text-decoration: underline; }

a span,h5 span,h6 span,h1 span,h2 span,h3 span { display: none; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

.hideThis { display: none; }

div#header {
  position: relative;
  width: 768px;
  height: 90px;
  margin: 0 auto;
}

div#header a { display: block; position: absolute; background-repeat: no-repeat;}
  div#header a.logo { width: 151px; height: 60px; top: 15px; left: 25px; background-image: url(../images/logo.gif);}
  div#header a.logo_childhood { width: 151px; height: 60px; top: 20px; right: 25px; background-image: url(../images/logo_childhood.gif);}

div.cols { float: left; text-align: left; }

dl#boxContent {
  width: 768px;
  margin: 0 auto;
}

  dl#boxContent dd.boxTop,dl#boxContent dd.boxBottom { height: 35px; background-repeat: no-repeat;}
    dl#boxContent dd.boxTop { background-image: url(../images/fundo_content_top.gif); }
    dl#boxContent dd.boxBottom { background-image: url(../images/fundo_content_bottom.gif); }
    dl#boxContent dd.boxBody { background-image: url(../images/fundo_content_body.gif); }
    
    dl#boxContent dd.boxBody h1 { height: 60px; background-repeat: no-repeat; background-position: 15px 0;}
    dl#boxContent dd.boxBody h2 { 
      position: relative; 
      height: 60px; 
      font-size: 14px; 
      line-height: 120%; 
      background-color: #666; 
      float: left; 
      white-space: nowrap; 
      padding: 20px 30px 0 15px;
      margin-bottom: 20px;
      color: #fff; 
    	voice-family: "\"}\"";
    	voice-family: inherit;
      height: 40px; 
    }
      dl#boxContent dd.boxBody h2 span.fecha { position: absolute; top: 0; right: -1px; display: block; width: 30px; height: 60px; background: url(../images/titulo_fecha.gif) no-repeat; }

  div#colA {
    width: 200px;
  }
  div#colB {
    width: 548px;
    font-size: 12px;
    line-height: 150%;
  }

  div#colA dl.menu { 
    width: 180px;
    background: url(../images/fundo_menu_body.gif) repeat-y;
  }
  div#colA dl.menu dd,div#colA dl.menu dt {
    padding: 5px 0 7px 0;
    margin-left: 15px;
    width: 150px;
  }
  div#colA dl.menu dt {
    font-weight: bold;
  }
  div#colA dl.menu dd {
    display: block;
    border-bottom: 1px solid #efefef;
    background-repeat: no-repeat;
  }
    div#colA dl.menu dd.resp strong { padding: 0 2px; background-color: #06c; color: #fff; }
    div#colA dl.menu dd.nresp strong { padding: 0 2px; background-color: #c00; color: #fff; }
    div#colA dl.menu dd.dest { font-style: italic; }
    div#colA dl.menu dd.sel a { background-color: #fc0; padding: 2px 4px; }
    
    div#colA dl.menu dd.menuOpen {
      width: 180px;
      height: 10px;
      margin: 0;
      padding: 0;
      background-image: url(../images/fundo_menu_open.gif);
      border: none;
    }
    div#colA dl.menu dd.menuClose {
      width: 180px;
      height: 10px;
      margin: 0;
      padding: 0;
      background-image: url(../images/fundo_menu_close.gif);
      border: none;
    }

div#colB div.cols { 
  width: 264px;
  padding: 10px;
  border: 1px solid #ccc;
	voice-family: "\"}\"";
	voice-family: inherit;
  width: 242px;
}
  
  div#colB a { color: #c00; }

  div#colB div.cols h3 {
    font-family: "Trebuchet MS","Century Gothic",Verdana,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #c00;
  }

  div#boxA {
    margin-right: 20px;
    background-color: #efefef;
  }
  
  div#boxB {
    background-color: #ffc;
    border: 1px solid #fc0 !important;
  }

span.clearFull { display: block; clear: both; }
span.clearFull.div20 { height: 20px; }

