@charset "utf-8";
/* CSS Document  height=\"200\"*/

body {font-family: "Times New Roman", Times, serif;}	
    
table {font-family: "Times New Roman", Times, serif; background:rgb(255, 235, 205, 0.7);
     }


th {font-family: "Times New Roman", Times, serif;
    font-size: 28px;    
    border-top: 2px solid #90C;    border-bottom: 1px solid #fff; color: #900; }


td  {  width:900; height:350; aling:center;     border-bottom: 1px solid #fff;
        border-top: 1px solid transparent; }
	
		

table tr:hover td { aling:center; background: #d0dafd; color: #339; }	



.letragrande{font-size:30px;}

@media all (min-width: 600px) and (max-width: 899px){
	table {font-family: "Times New Roman", Times, serif; background:#f8f8ff;
    }


th {font-family: "Times New Roman", Times, serif;
    font-size: 18px;    
    border-top: 2px solid #90C;    border-bottom: 1px solid #fff; color: #900; }


td  {  width:220; height=300 aling:center;     border-bottom: 1px solid #fff;
        border-top: 1px solid transparent;  font-size: 12px; }
}


@media all (max-width:599px){
	table {font-family: "Times New Roman", Times, serif; background:#f8f8ff;
    }


th {font-family: "Times New Roman", Times, serif;
    font-size: 12px;    
    border-top: 2px solid #90C;    border-bottom: 1px solid #fff; color: #900; }


td  {  width:180; height=100 aling:center;     border-bottom: 1px solid #fff;
        border-top: 1px solid transparent;  font-size: 10px;}
}		

		