/* 
 	Alaghom
	www.alaghom.com
*/

*				
				{ 
				margin: 0;
				padding: 0;
				}
				
body			
				{
				font: 12px "Lucida Grande", Verdana; 
				margin: 1px 0 0 0;
				background-color: #000000;
				text-align: justify;
				line-height: 20px;
				}
				
table, th, td	
				{
				border: 0; 
				width: 200px; 
				text-align: center;
				}
				
a				
				{
				color: #fce87d;
				}

a:hover			
				{
				text-decoration: none; 
				font-style: italic;
				}
				
img			
				{
				border: 0;
				
				}

#todo			
				{
				position: relative;
				margin: auto;
				width: 900px;
				}
				
#logo			
				{
				position: absolute;
				width: 810px;
				top: 100px;
				}				

#cuadro			
				{
				position: absolute;
				top: 500px;
				left: 90px;
				width: 200px;
				background: rgba(151,151,151,0.2); 
				padding: 5px; 
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				border-radius: 20px;
				}
				
				
h3				
				{
				color: #9a9999; 
				font: 15px Geneva, serif; 
				margin: 5px 0 5px 0; 
				text-shadow: #000000 3px 3px 3px; 
				font-weight: bold; 
				border-bottom: 2px solid #646464; 
				padding: 1px;
				}
				

