/* 
Nombre  : Hoja de Estilos de Estructura
Autor	: Giovanny Tarifeņo P. - gtarifeno@gmail.com
		  Plataforma Web I. Municipalidad de Viņa del Mar 
Modificaciones
- 03/01/2008: Creacion del Css
*/
Body		   {
			    background: url(top.jpg) repeat-x;
				background-color:#B8CFF8;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color: #0066CC;
			    margin: 0px auto;
			    padding: 0px;
			   }
			   
A:active  {COLOR:#0066CC; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A:link    {COLOR:#0066CC; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A:hover   {COLOR:#FF0000; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}

			   

#main			{
				 background: url(pie.jpg) bottom repeat-x;
				 width:100%;
				 height:580px;				 
				}
				
#centro
				{
				margin:0 auto;
				width:740px;
				height:auto;							
				}	
				
#base-logo
				{
				background: url(base-logo.jpg) no-repeat;
				margin:0 auto;
				width:740px;
				height:172px;								
				}	
				
#logo
				{
				text-align:center;				
				}	
				
#texto
				{
				margin: 0 auto;				
				text-align:center;
				width: 450px;
				padding:20px;							
				}	
				
#imagen
				{
				margin: 0 auto;
				position: relative;
				text-align:center;
				width: 700px;
				height:340px;
				padding-left:15px;						
				}																			

#fin
				{
				margin: 0 auto;
				text-align:center;
				width: 700px;					
				}					
				
div.preview { margin: 0 8px 8px 0; }
img.preview { position: absolute; }				