﻿#clasif , #clasif td, #clasif tr {
margin: 10px auto;
border-spacing: 0;
padding:4px 4px 4px 4px;
width:auto
}
 /*Encabezado 1ª fila*/
 #clasif tr:first-child {
	
	color:#963838;
	border-radius:5px 5px 0 0;
	font-size:large;
	font-weight: bold;
	text-align:center;
}
/*segunda linea de encabezado*/
#clasif tr:first-child + tr { 
color:#963838;
font-size:medium;
text-align:center;
font-weight: bold;


}
#clasif  td:not(:nth-child(2)){
    text-align: center;
}
/*Columna de nombresalineada izda*/
#clasif td:first-child + td { 
text-align:left
}

#clasif td:first-child + td +td {
	font-weight:bold;
    color:#963838;
    text-align:center
}
/*redondeo de bordes(ultima fila)*/
#clasif tr:last-child td:first-child {
border-radius:0 0 0 5px;
}
#clasif tr:last-child td:last-child {
border-radius:0 0 5px 0;
}
/*borde interior tabla*/
#clasif td:not(:last-child) {
border-right:1px #666 solid;
border-color:#963838
} 
/*efecto zebra desde fila 5*/
#clasif tr:nth-child(2n+5) {
background-color:#CCCCCC
}


#clasif tr:nth-child(40) td
{border-bottom: 5px solid red}
  /*borde ultima inferior fila*/
  #clasif{
      border-bottom:3px #963838 solid
  }
  
#clasif td
	{
	border-color: inherit;
	border-width: medium;
	white-space:nowrap;
	font-size:12px;
	font-family:verdana;
	}
