@charset "utf-8";
@import url("estilo_texto_blanco.css");
/* CSS Document */

.titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: nowrap;
}
<link href="estilo_texto.css" rel="stylesheet" type="text/css">

