/*---------------------------------------------------------------------------------------------
	  									8. ESTILOS PARA IMPRIMIR
---------------------------------------------------------------------------------------------*/
/* Deshacemos estilos por defecto de algunos navegadores (X)HTML */
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
a:link,a:visited{text-decoration:none;}
a img,a:link img,a:visited img{border:none;}

body{
  background: #fff;
  color: #000;
  font-family:"Times New Roman", Times, serif;
  font-size:11pt;
}

img{display:none;}

a{color:#000;text-decoration:underline;}

.hide, .salto{display:none;}

.clear{
  clear:both;
  height:1px;
  font-size:0;
}

ul.menu{display:none;}

h1,h2,h3,h4{margin:0 0 5pt 0;}
h1{text-align:center;font-size:20pt;border-bottom:2pt solid #000;margin-bottom:10pt;}
h1 a{color:#000;text-decoration:none;}
h2{font-size:18pt;}
h3{font-size:15pt;}
h4{font-size:13pt;}
h4.titulo{
  font-size:14pt;
  font-weight:normal;
  margin-top:20px;
  margin-bottom:10px;
}

div.bordetop ul{display:none;}
div.submenu{display:none;}
div.path{display:none;}


p{
  font-size:11pt;
  margin:0 0 10px 0;
}
p.destacado{margin-bottom:3pt;}

ul li{list-style:none;}
dl{margin:0;}
dl.datos dt{font-weight:bold;display:inline;float:left;margin-right:3pt;clear:left;}
dl.datos dd{margin-bottom:5pt;}
dl.datos ul{float:left;}
dl.datos ul li{margin-bottom:5pt;}
div.caja dl.datos dd a{text-decoration:underline;}

ul.botonera li a, ul.botonera li.bot02 a{
  text-decoration:underline;
}

div.bloque01, div.bloque02{width:100%;margin:0;padding:0;}

div.caja{border:1pt solid #000; padding:15px 15px 10px 15px;margin-bottom:40px;}
div.caja p{
  margin-bottom:5px;
}

table{
  font-size:11pt;
  width:100%;
  border-top:1pt solid #999;
  border-right:1pt solid #999;
  border-collapse:collapse;
}
caption{display:none;}
th,td{
  padding:5px 10px 5px 10px;
  text-align:center;
  border-bottom:1pt solid #999;border-left:1pt solid #999;
}
th{
  color:inherit;
  background-color:#CCC;
}

legend{display:none;}

fieldset{
  border:0;
  text-align:left;
}
label{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  margin-right:5px;
  margin-bottom:10px;
}
  
input,select,textarea{
  border:1pt solid #333;
  color:#666;
  font-size:10pt;
  padding-left:3px;
}
button{display:none;}

#pie{display:none;}
