/* HOJA DE ESTILOS DE IMPRESION
   Autor: 		Interesa Consultores
   
   --------------------------------------------------------*/
   
   * {
   		float: none;
   		margin: 0;
		padding: 0;
   }
   
   body {
   		background-color: #FFF;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
   }
   
   a {
   		color: #000;
   		text-decoration: none;
   }
   
   body .salto,
   .volver,
   .masInformacion,
   .ruta, #path, .ulcontacto,
   hr,
   br,
   img,
   #menu-primerNivel,
   #modulo-1,
   #menu-segundoNivel,
   #idiomas,
   #cierreContenido,
   #cabecera .bloque-2,
   #pie .utilidades, #divpiefirma{
   		display: none;
   }
   
   /*form,*/
   fieldset{border:none}
   input, label, textarea {display:block; border:none;}
   #pie .piefondo{
   text-align:right;
   margin-top:20px;
   }
   
.divVideo{
height:100%;
margin-bottom:30px;
}
.divVideo .bloque-1{
display:none;
}
body #contenedor .divVideo .bloque-2 p{
font-size: 15pt;
line-height:130%;
}
   
   
   h1 {
   		border: 1pt solid #000;
		clear: both;
		font-size: 19pt;
		margin-bottom: 12pt;
   		text-align: center;
   }
   
   h2 {
   		font-size: 16pt;
		margin-top: 15pt;
		margin-bottom: 5pt;
   }
   
   h3 {
   		font-size: 13pt;
		margin-top: 15pt;
		margin-bottom: 0;
   }
   
   p,
   cite {
   		display: block;
		line-height: 13pt;
		margin-bottom: 10pt;
   }
   
    blockquote {
   		font-size: 16pt;
		margin-bottom: 5pt;
   }
   
   p.logo {
   		font-size: 19pt;
		margin-bottom: 20pt;
		text-align:center;
   }
   
   
   dl {
   		margin-top: 10pt;
		margin-bottom: 10pt;
   }
   
   dt {
   		font-size: 16pt;
   		font-weight: bold;
		margin-bottom: 0;
   }
   
   dd {
   		margin-bottom: 10pt;
   }
   
   li {
   		margin-bottom: 5pt;
   }
   
   .nube {
   		clear: both;
   }
   
   .bloque-1 {
   		margin-bottom: 30pt;
   }