/* CSS Document */

/* tabla CENTRAL */


.tablainicio{
	width: 83%; *width: 83%;
	/*height: 100%;*/
	text-align: center;
	margin: auto;
  /*border:1px red solid;*/
	font-size: 8pt;
	font-family: verdana;
	padding: 5px;
}

img{
border: 0;
}


hr{
	border-width:1px;
}

/* enlaces de la tabla*/
	a {
	
	text-decoration: none;
	color: #CE0019;
	border: none;
  }
/* TÍTULOS TABLA*/
 .title {
 font-size: 9pt;
 font-weight: bold;

  }


/*ESTILOS TD*/
 .tdstyle {
	width: 50%;
	padding: 5px;
	/*border:2px red dotted;*/	
}