html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFF;
}
#contenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -386px;
	width: 772px;
	height: auto;
	border: 1px solid #000;
	background-color: #FFF;
}
#contenidoEntrada {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
}
#cajaContenido {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
}
#cabecera {
	font-family: ‘Arial Narrow’, sans-serif;
	width: 772px;
	height: 112px;
	background-image:url(../img/cola/fondo_cabecera.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	color: #FFF;	

}
* html #cabecera {
	background-image:url(../img/cola/fondo_cabecera_ie6.gif);
}
#cabecera a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
}
#cabecera a:hover {
	color: #dedede;
	text-decoration: underline;
}
#cabecera .activo {
	color: #dedede;
	font-weight: bold;
	text-decoration: none;
}
#cabecera img.casitas{
	margin-bottom: 5px;
}
* html #cabecera img.casitas{
	margin-bottom: 0px;
	margin-top: 15px;
}

#cabecera div.menu{
	height: 25px;
	width: 100%;
	font-size:0.70em;
	padding-left: 95px;
}
* html #cabecera div.menu{
	height: 0px;
	width: 100%;
	font-size:12px;
	margin-top: 2px;
}
*:first-child+html #cabecera div.menu{
	margin-top: -2px;
}
#contenido {
	position: relative;
	width: 772px;
	height: auto;
	z-index: 2;
	clear: both;
}
* html #contenido{
	margin-top:10px;
}
*:first-child+html #contenido{
	margin-top:10px;
}
#pie {
	font-family: ‘Arial Narrow’, sans-serif;
	position: relative;
	width: 772px;
	background-color: #000;
	font-weight: bold;
	font-size:0.70em;
	color: #FFF;	
	text-align: center;		
	margin-bottom: 0px;
	
}
h1 {
	font-size: 19px;
	color: #6c6b6b;
	margin: 0 0 6px 0;
	padding: 0;
}
div.tiendas {
	border-style: dotted;
	border-color: #dedede;
    border-width: 1px;
	padding: 2px 4px;
    background-color: #000;
	color: #FFF;
    width: 200px; /* otherwise IE does a weird layout */
    z-index:1000; /* must be higher than forms-tabContent */
	visibility:hidden; 
	position:absolute;	
	margin-top: -5px;
	margin-left: 200px;
	font-size: 11px;
	
}
* html div.tiendas{
	margin-top: 2px;
}
*:first-child+html div.tiendas{
	margin-top:18px;
}

/* LISTA DE BODAS */
#contenidoLista {
	padding-top: 5px;
	padding-left: 10px;	
}

