﻿html, body {
	background: #fff;
	padding:0;
	margin:0;
	text-align:center; 
	font-size: 100%; /* Resets 1em to 10px */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	} 
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* LAYOUT */

.left, #acui {	
	float: left;
	}
	
.right {	
	}
	
#page {
	width: 1000px;
	margin: 0px auto;
	border-top: 32px solid #093351;
	text-align: left;
	}
	
#header, #contenido {
	padding: 0 30px;
	}
	
#header {
	margin-top: 60px;
	}
	
#header .right {	
	margin-left: 300px;
	}
	
#contenido {	
	background: url("img/fondo-logos.gif") no-repeat;
	height: 310px;
	padding-top: 0;
	margin-top: 0;
	}
	
#column-witland, #column-gmasc, #column-global, #column-aqua {	
	width: 210px;
	}
	
#column-witland {	
	margin-right: 30px;
	}
	
#column-gmasc, #column-global {	
	margin-right: 30px;
	}
	
.direccion {	
	margin-top: 60px;
	}
	
.banderita { 
	margin-top: 10px;
	font-size: 0.6em;
	text-align: right;
	}	

/* FIN LAYOUT */	

/* H1 LOGO */
	
h1	{
	margin:0;
	}
	
h1#logo a, h1#witland a, h1#gmasc a, h1#global a, h1#aqua a, h1#acui a, h1#frozen a{
	top: 0;
	position:relative;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	}
	
h1#logo a {
	left: 0;
	}
	
h1#logo a{
	background-image: url('img/logo.gif');
	width: 252px;
	height: 128px;
	}
	
h1#witland a, h1#gmasc a, h1#global a, h1#aqua a {
	top: 10px;
	height: 46px;
	}
	
h1#witland a{
	background-image: url('img/logo-witland.gif');
	width: 90px;
	}
	
h1#witland a, h1#gmasc a, h1#global a, h1#aqua a {
	left: 10px;
	}
	
h1#gmasc a{
	background-image: url('img/logo-gmasc.gif');
	width: 190px;
	}
	
h1#global a{
	background-image: url('img/logo-global.gif');
	width: 115px;
	}
	
h1#aqua a{
	background-image: url('img/logo-aqua.gif');
	width: 151px;
	}
	
h1#acui a, h1#frozen a{
	top: 0;
	width: 90px;
	height: 28px;
	}
	
h1#acui a{
	background-image: url('img/logo-acui.gif');
	left: 0;
	}
	
h1#frozen a{
	background-image: url('img/logo-frozen.gif');
	left: 110px;
	}
	
/* FIN H1 LOGO */	
	
/* FUENTES */
	
h2 {
	text-align: left;
	font-size: 1.4em;
	text-transform: uppercase;
	color:#fff;
	font-weight: normal;
	margin: 0px 355px 20px 0px;
	padding-left: 30px;
	background: url("img/bg-h2.gif") no-repeat top right #102942;
	}
	
h3 {
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 1em;
	text-transform: uppercase;
	color:#102942;
	font-size: 0.8em;
	text-decoration: none;
	}
	
p	{
	text-indent: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: justify;
	}

p, #header a, .banderita a	{
	color: #093351;
	}
	
#header p a:hover	{
	background: #093351;
	}
	
.direccion p, #header a:hover	{
	color: #fff;
	}
	
.direccion p	{
	text-align: left;
	}
	
#header p	{
	font-size: 0.9em;
	}
	
a	{
	color: #fff;
	text-decoration: none;
	}
	
.direccion p a:hover {
	border-bottom: 1px dotted #fff;
	}
	
.banderita a:hover {
	color: #196B8C;
	}
	
strong, #header a {
	font-weight: bold;
	}
	
small	{
	font-size: 0.60em;
	}
	
/* FIN FUENTES */	
	



	
/* IMAGENES */

a img {
 	border: 0;
	}
 
 a {
 	outline: none;
 	}
 
 img.alignright {
	display: inline;
	}

img.alignleft {
	margin: 0;
	margin-right: 10px;
	display: inline;
	}

/* FIN IMAGENES */

/* EXCEPECIONES */

.linea
	{
	margin: 1em 0em 1em 0em;
	clear:both;
	border-top: 1px dashed #cccccc;
	}

.spacer
	{
	clear:both;
	padding-top: 1em;
	}
	
.solo-spacer
	{
	padding-top: 1em;
	}
	
.solo-spacer2
	{
	padding-top: 1.5em;
	}
	
