<style type="text/css">
/*clase para texto pequeño texto pequeños*/
.peque{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
/*clase para texto pequeño texto pequeño con color*/
.pequec{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 990000;}
.texto{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 000000;
	text-align:justify;}


/*para los titulos*/
.titulos{
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: 000000;
	font-weight: bold;
	font-face:bold;
	}
.titulob{
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: FFFFFF;
	font-weight: bold;
	font-face:bold;
	text-align:center;}



/*clases para tablas*/
.cuadro { 
background-color: #990000; 
border: #990000; border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px}

/*clase para tablas con imagenes*/

.cimg { 
background:#A72920 url(fondos/bg-blue.gif) repeat; 
border: #990000;
 border-style: solid; 
border-top-width: 1px; 
border-right-width: 2px; 
border-bottom-width: 2px; 
border-left-width: 1px}

.cua { 
background-color: #FFFFFF; 
border: #990000; border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px}

</style>

