﻿
#normas{width:90%;margin:0 auto}      
#normas p{font-size:14px;
                  margin:0 0 0 10%;
                  width:90%
        }
    #normas h4, #normas h5, #normas h3 {
        margin: 0 0 0 10%;
        width: 90%
    }

#normas table, #normas table td, #normas table tr {
margin: 0 auto;
padding:0px;
border-spacing: 0px;
}
 /*Encabezado 1ª fila*/
 #normas table tr:first-child td:first-child{
	padding:10px;
    background-color:#800000;
	color:#FFFFFF;
	border-radius:5px 5px 0px 0px;
	font-size:large;
	border-bottom:1px #000 solid;
	text-align:center
}


/*redondeo de bordes(ultima fila)*/
#normas table  tr:last-child td:first-child {
border-radius:0px 0px 0px 5px;
}
#normas table tr:last-child td:last-child {
border-radius:0px 0px 5px 0px;
}
/*borde interior tabla*/
#normas table td:not(:last-child) {
border-right:1px #666 solid;
border-color:#999999
} 
/*efecto zebra*/
 #normas table tr:nth-child(2n+1) {
background-color:#CCCCCC
}
/*resaltar al pasar con el raton* desde la  fila*/
#normas table tr:nth-child(n+1):hover{
background-color:#800000;
color:#FFFFFF
}
#normas table td
	{
	border-color: inherit;
	border-width: medium;
	padding:5px;
	text-align:center;
	white-space:nowrap;
	font-size:12px;
	font-family:verdana;
	}
