body 
	{
	font-family:Arial, "Times New roman"; 
	font-size:13px;
	margin:0; 
	padding:0;
	background-color: #000; 
	color: #ccc;
	}

th 
	{
	font-family:Arial, "Times New roman"; 
	font-size:13px;
	}
td 
	{
	font-family:Arial, "Times New roman"; 
	font-size:13px;
	}


.contenido /* define el bloque de texto para el contenido */ 
	 { 
	margin:0;
	padding:0;
	text-align: justify;
	width: 400px; 
	height: auto; 
	 }

h4 {
	text-align: center; 
	width:98%; 
	height:40; 
	filter: dropShadow(color=#666666, offX=2, offY=2); 
	font-family:"Arial"; 
	font-size:18px;
	}
	
.titulo /* subtitulo */
  {
	display: block;
	font-size: 17px; 
	color: #fc0; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #ffc;
	margin: 0; 
  }


.xp
  {
	color: #ffc; 
	font-weight: bold; 
	
  }


.foto /* le pone un marquito a la foto */

	{
    border: 3px solid #ccc;

	}


A:link		
	{
	color: #9cf;
	}

A:visited
	{
	color: #fcc;
	}

A:active
 	{
	text-decoration: none; 
	color: #000000;
	}

A:hover
	{	
	text-decoration: none; 
	color: #ffc;
	}

