/* CSS Document */
  .titular {
	color:#28527B;
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

}
  .subtitulo {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;	
}
  .texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	text-align: justify;
	margin-left: 4px;


}	
  .texto-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	font-weight: bold;
	text-align: justify;	
}
  .imagen {
	float:right; 
	margin-left: 0.2cm; 
}
  .imagen_iz {
	float:left; 
	margin-right: 0.2cm; 
}
  .llamadas-bold-peq {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #333333;
	font-weight: bold;
	font-style: oblique;
	text-align: justify;
	background-color: #d6d3d3;	
}
