/* CSS Document */

/*

Site: Imagina On Line, sl
URL: http://www.imaginaonline.com
Author: Mar San Alberto, Imagina On Line, sl
Version: 1.0
Date: 21-03-2010

*/

/* TABLE OF CONTENTS

00 - Elementos Globales - Elementos Standard 
01 - Tipografías de todo el sitio
02 - Estructura Genérica - Contenidos páginas, clearfix
03 - Cabecera - Logo, navegación
04 - Pie - Sobre, Copyright.

/* ----------------------------------------------*/

/* 00 - ELEMENTOS GLOBALES
/* ----------------------------------------------*/


body { margin:0 auto; width:100%; height: 100%; background: url(../images/background_body2.jpg) no-repeat bottom center fixed #Fff; font-size: 11px; font-family: Trebuchet MS, Arial, Verdana; text-align: right; line-height: 1.2em; color: #999; }
#header {  width: 100%; height: 54px; background: url(../images/top2.gif) repeat-x top #fff;  }
#mainheader {width: 950px; margin: 0 auto;   }
#logo { width: 200px; float: left; margin: 6px 10px; }
#dir {width: 270px; height: 28px; float: right; background: url(../images/background_dir.gif) no-repeat bottom right; padding: 10px 10px 8px 210px; text-align: right; }
#dir img { margin-left:10px; margin-top:-5px; }

.horizontal {
	display:flex;
	justify-content: center; 		
	}
.vertical {
	display:flex;
	flex-direction: column;
	justify-content: center;
	}

.divSup {
	height: 100%;
	background-color: #fff;
	}