﻿html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin:0px;
	border:0px ;
	padding:0px;
	content:0px;

}

td, th {
	font-size: 12px;
	line-height: 24px;
	color: #604a3f;
}

a {
	font-size: 12px;
	color: #e4008c;
}

form {
	background-color: #FFFFFF;
}
#header {
	/* Si queremos mantener el menú visible todo el tiempo descomentar esto */
	/* Inicio bloqueo menu */
	/*
	position:fixed; 
	top:0px;
	left:50%;
	height: 100px;
	width:1024px;
	margin-top:0px; 
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:-512px;
	*/
	/* Fin bloqueo menu*/
	
	/* Su se bloquea menú comentar este tamaños y margin*/
	/* Inicio zona menu no bloqueado*/
	height: 383px;
	width:811px;
	
	margin-top:0px; 
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:25px;

	/* Fin zona menu no bloqueado */
	clear:both;
	
	background-image:url('/EspecialsCercle/2009/B6/Especials/Cercle20/images/fondo.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	
	color: #FFFFFF;
	border:0px ;
	
	padding-top:0px;
	padding-bottom:0px; /* Tiene que tener el mismo valor que el margit-top del #footer*/
	padding-right:0px;
	padding-left:0px;

}

#main {
	height: auto; 
	min-height: 100%;
	width:811px;
	
	margin-top:0px; /* Si el header está bloqueado tiene que ser mayor margin del height del header */
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:25px;
	
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	
	
	padding-top:0px;
	padding-bottom: 50px; /* Tiene que tener el mismo valor que el margit-top del #footer*/
	padding-right:0px;
	padding-left:0px;
	
	
	}  /* must be same height as the footer */
#footer {
	position: relative;
	clear:both;
	
	margin-top: -50px; /* tiene que ser valor negativo para mantenerse abajo mismo valor que el height*/
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:25px;
	
	color: #ffffff;
	background-color: #9f938a;
	width:811px;
	height: 50px;

	padding:0px;
	border:0px;
	} 
	
a.footer {
	font-size: 12px;
	color: #FFFFFF;
	} 

#content {/* diseño de dos columnas. [Columna izquierda]*/
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	
	width:400px;
	float:left; 
	
	padding:0px;
	border:0px;	
	} 
	
#content.height {/* Altura para el content. [Columna izquierda]*/
	margin-top: 70px; 
	
	} 

#side {/* diseño de dos columnas. [Columna derecha]*/
	margin-top: 20px; 
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	
	width:400px;
	float:right; 
	
	padding:0px;
	border:0px;
	
	}

#LinkMarca{
	padding-top:4px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:14px;

	background-image:url('/EspecialsCercle/2009/B6/Especials/Cercle20/images/fondo3.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	
	color: #FFFFFF;
	border:0px ;

}
#LinkMarca a{
	color: #FFFFFF;
	
}

h1.title{
	font-size: 30px;
	/*line-height: 5px;*/
	color: #e4008c;
}
h2.subtitle{
	font-size: 20px;
	/*line-height: 0px;*/
	color: #000000;
	
}
/* Obligado para mantener el footer en el fondo de la pantalla*/
/* CLEAR FIX */
.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 */


