/* HOJA DE ESTILOS DE ESTRUCTURA
   Autor: 		Interesa Consultores
   
   Indice:		1.1  body
   				1.2  pagina 
				1.3  Contenedor
				1.4  Cuerpo
				1.5  Modulos y bloques
				1.6  Tipologias de pagina
				
##01-
Para tener dos azulejos diferentes, uno crece en eje-Y y otro azulejo en eje-X, dentro de pagina
http://est80050.admon-cfnavarra.es/plantillas/plantilla.asp.htm
   --------------------------------------------------------*/
   
/* =Body
   --------------------------------------------------------*/
	
	body {
/*		##01- 
		background: #27334F url(/css/bitmaps/fondo-body.jpg) repeat-x 0 0;*/
		
		background:#000000;

		color: #FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		height: 100%;
		line-height: 1;
		margin-bottom: 0;
		text-align: center;
	}

/* =Pagina
   --------------------------------------------------------*/
	
	#pagina {
		/* ##01- 
		background-image: url(/css/bitmaps/fondo-pagina.jpg);
		background-repeat:repeat-y;
		background-position: 0 0;
		width: 908px;*/
		width: 900px;
		margin: 0 auto;
		text-align:left;
	}


/* =Contenedor
   --------------------------------------------------------*/
	
	#contenedor {
		color: inherit;
/*		margin: 0 0 0 2px;*/
		width: 900px;
	}


/* =Cuerpo
   --------------------------------------------------------*/
   
   	#cuerpo {
		height: 1%;
		margin: 0 10px;
		padding: 5px 0 5px 0;
	}


/* =Modulos y bloques
   --------------------------------------------------------*/	
	
	/*#modulo-1,
	#modulo-2,*/
	.bloque,
	.bloque-1,
	.bloque-2  {
		display: inline;
		float: left;
	}	
	


/* =Tipologias de pagina
   --------------------------------------------------------*/
	
	/* =tipo-2-columnas */
	
	#cuerpo.tipo-2-columnas #modulo-1{
		width: 880px;
   	}
	#cuerpo.tipo-2-columnas #modulo-2{
		width: 880px;
   	}	
	#cuerpo.tipo-1-columnas #modulo-1{
		display:none;
   	}
   	#cuerpo.tipo-1-columnas #modulo-2{
		margin-bottom: 2px;
		padding-bottom: 2px;
		width: 880px;
			
   	}
