 
	/*	 => Do Not change WITH OUT Spain Networks knowledge  */

	/**********************************************************
	*					Structure Web						  * 	
	*														  *	
	*	 => that file contains all structure for the layers   *
	*       wich is comum in all págs.						  *	
	*														  *			
	**********************************************************/
	
	
	body
		{
			background-color:#000000;
		}
		
	
	/* Container layer, the position of the web site depends on this layer */
	#Container
		{
			position:relative;
			margin:auto;
			width:920px;
			height:660px;
			z-index:1;
		}
	
	/* Related with Conteiner's Layer*/
			 #Text_Top
			 	{
					position:absolute;
					left:605px;
					top:35px;
					z-index:2;
				}
			 
			 #Logo_Marca
				{
					position:absolute;
					left:0px;
					z-index:3;
				}
				
			 /* Top Image*/
			 #Frame_Top_Picture
			 	{
					position:absolute;
					top:70px;
					left:0px;
					width:100%;
					height:250px;
					z-index:4;
				}
	         
						 /* Related with Frame_Top_Picture's Layer*/
						 #Left_Top_Picture
							{
								position:absolute;
								z-index:auto;
							}
						
						 #Middle_Top_Picture
							{
								position:absolute;
								left:300px;
								z-index:auto;
							}
						
						 #Right_Top_Picture
							{
								position:absolute;
								left:772px;
								z-index:auto;
							}
							
			
			 /* Center Image*/
			 #Img_Center
			 	{
					position:absolute;
					top:330px;
					width:100%;
					height:105px;
				    z-index:5px;
			 	}
						 /* Related with Img_Center's Layer*/
						 #Left_Img
							{
								position:absolute;
								left:0px;
								z-index:auto;
							}
						
						 #Middle_Img
							{
								position:absolute;
								left:324px;
								z-index:auto;
							}
						
						 #Right_Img
							{
								position:absolute;
								left:646px;
								z-index:auto;
							}
			
			 /* Plain Text */
			 #Text_Container
			 	{
					position:absolute;
					top:440px;
					width:100%;
					height:160px;
				    z-index:6px;
 			 	}	

						 /* Related with Text_Container's Layer*/
						 /* First Text Frame*/
						 #First_Title
						 	{
								position:absolute;
								left:0px;
								top:5px;
								width:270px;
								height:15px;
								z-index:auto;
							}
						
						 #First_Body
						 	{
								position:absolute;
								left:0px;
								top:30px;
								width:270px;
								height:80px;
								text-align:justify;
								z-index:auto;
							}
						 
						 #First_Link
							{
								position:absolute;
								left:0px;
								top:135px;
								width:270px;
								height:10px;
								z-index:auto;
							}
						
						 /* Second Text Frame*/
						 #Second_Title
						 	{
								position:absolute;
								left:324px;
								top:5px;
								width:270px;
								height:15px;
								z-index:auto;
							}
						
						 #Second_Body
						 	{
								position:absolute;
								left:324px;
								top:30px;
								width:270px;
								height:80px;
								text-align:justify;
								z-index:auto;
							}
						 
						 #Second_Link
							{
								position:absolute;
								left:324px;
								top:135px;
								width:270px;
								height:10px;
								z-index:auto;
							}
						
						 /* Third Text Frame*/
						 #Third_Title
						 	{
								position:absolute;
								left:646px;
								top:5px;
								width:270px;
								height:15px;
								z-index:auto;
							}
						
						 #Third_Body
						 	{
								position:absolute;
								left:646px;
								top:30px;
								width:270px;
								height:80px;
								text-align:justify;
								z-index:auto;
							}
						 
						 #Third_Link
							{
								position:absolute;
								left:646px;
								top:135px;
								width:270px;
								height:10px;
								z-index:auto;
							}
			
			
			 /* Adress */
			 #Adress
			 	{
					position:absolute;
					top:600px;
					width:250;
					height:100px;
				    z-index:6px;
 			 	}	
			
				#Adress_Title
					{
						position:absolute;
						z-index:auto;
					}
				
				#Adress_Text
					{
						position:absolute;
						top:20px;
						z-index:auto;
					}	
	/*  Needed Classes */
	
	h1
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#CCCCCC;
			text-decoration:none;
		}
	
	.Text
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#CCCCCC;
		}
	
	.Link
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#669900;
		}	
		


