/*--------------- Estilos CSS Diseñado por Saphery_Desings 2008 ---------------*/

/*-- Estilo básico/Por Defecto ----------------------------------------*/
	body 	 {background-color:#333333;}
			  
	span	 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size:14px;
	color:#000000;
	text-align:left;
	position:absolute;
	visibility:visible;
	left: 97px;
	top: 146px;
			  }
			  
/*-- Título -----------------------------------------------------------*/			  
	b		 {text-decoration:underline;
			  font-weight: inherit;}
	h3		 {color:#cc3333;}
/*-- Contenido --------------------------------------------------------*/			  
	.contenido_centrado{ color:#CC3333}
	.contenido_derecha{ border: thick double #000000;
						text-align:left;}
	.enla_margend {border-right:thick #000000;
				   text-align:center;}	  
			  
/*-- Enlaces ----------------------------------------------------------*/
	a:link {color:#000000;
		    text-decoration:none;}
			
	a:hover {color:#CC3333;
			 text-decoration:none;}
			 
	a:active {color:#000000;
			  text-decoration:none;}
			  
	a:visited {color:#0000aa;
			   text-decoration:none;}
