/* Hoja de estilos */

div.general {
		 background-color: #fdf7db;
		 margin: 5; 
		 border-color: #000000; 
		 border-width: 1; 
		 border-style: solid;
		 padding: 6;
		 }
		 
h2 {
	   text-align: center ;
		 }

h3 {
	 	 text-align: center;
		 }

h4 {
	 	 text-align: center;
		 font-size: 11;
		 margin-top: -15;
		 color: #cc6600;
		 }
		 
.noticia {
		 text-align: justify;
		 }

td.noticia {
		 width: 500;
		 text-align: justify;
		 vertical-align: top;
		 }

li.club {
	 		color: #cc0000;
			font-weight: bold;
			margin-top: 20;
			}
li.nombre {
	 		color: #cc6600;
			margin-top: 20;
			}

li.prueba {
	 		color: #339900;
			} 
.fecha {
margin-top: -15;
font-size: 0.7 em;
color: #990000;
text-align: center;
}			
