html, body {
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #BBE3FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.pagina {
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	width: 850px;
	margin-left: -425px;
	left: 50%;
	position: absolute;
	background-color: #FFFFFF;
}
.superior {
	width: 100%;
}
.cabecera {
	height: 150px;
	/* background-image: url(../imagenes/cabecera.jpg); */
	background-repeat: no-repeat; 
	display: block;
}
.marcas {
	height: 88px;
}

.menu {
	height: auto;
	background-color: #000000;
	font-size: 9pt;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.menu a:hover {
	text-decoration: underline;
}
.menuIzquierda {
	width: 150px;
	top: 260px;
	position: absolute;
	bottom: 0px;
	font-size: 10pt;
	background-color: #E9E9E9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.menuDerecha {
	width: 150px;
	right: 0px;
	background-color: #E9E9E9;
	float: right;
	top:260px;
	bottom: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.menuDerecha div {
	background-color: #6699FF;
	padding: 5px;
	margin: 2px;
	display: block;	
}
.menuDerecha div.titulo {
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 3px;
}
.menuDerecha form {
	margin: 0px;
}

.menuDerecha form label {
	display: block;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 9pt;
}
.menuDerecha a {
	color: #003399;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.pie {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 530px;
	left: 150px;
	display: block;
}
.contenido {
	margin-left: 160px;
	padding-bottom: 10px;
	width: 530px;
	padding-top: 10px;
	position:relative;
}
.menuIzquierda div {
}

.menuIzquierda ul {
	margin: 0px;
	padding: 0px;
}
.menuIzquierda li {
	padding: 0px;
	list-style-type: none;
	display: block;
	background-color: #6699FF;
	color: #FFFFFF;
	margin: 1px;
}
.menuIzquierda li.categoria {
	padding: 2px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.menuIzquierda .oferta {
	background-color: #FF0000;
}

.menuIzquierda li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.menuIzquierda li a:hover {
	color: #0066CC;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
}
a {
	color: #0099FF;
	text-decoration: none;
}
table {
	font-size: 10pt;
}
input {
	border: 1px solid #000000;
}
.frmEtiqueta {
	color: #0066CC;
	width: 150px;
	padding-right: 3px;
	vertical-align: top;
	padding-top: 3px;
	text-align: left;
}
.frmEtiqueta#completa {
	width: 100%;
}
.frmEtiqueta#opcion {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	width: 100%;
}

.frmAclaracion {
	display: block;
	font-style: italic;
	font-size: 8pt;
	padding: 2px;
}
.contenido  .Celda {
	text-align: left;
	padding-bottom: 5px;
}
.frmSubTitulo {
	font-size: 12pt;
	color: #6699FF;
	text-align: left;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
input.checkbox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Celda .error {
	display: block;
	font-style: italic;
	color: #FF0000;
}
.contenido a.boton {
	margin: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #6699FF;
	color: #FFFFFF;
	border: 1px solid #666666;
}

.contenido a.boton#resaltado {
	font-size: 13pt;
	margin-left: 20px;
}
.contenido a.boton:hover {
	color: #6699FF;
	background-color: #FFFFFF;
}
.contenido td.botones {
	padding-top: 5px;
	height: 35px;
	text-align: right;
}
input.option {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.contenido .subtitulo {
	color: #0099FF;
	font-size: 17pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 0px;
}
.contenido .titulo {
	font-size: 15pt;
	padding-top: 5px;
	margin-bottom: 10px;
}
h1 {
	font-weight: normal;
	font-size: 18pt;
}
h2 {
	font-weight: normal;
	font-size: 15pt;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	border: 1px dashed #999999;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #E9E9E9;
}
h3 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;	
}
h3 span {
	font-size: 10px;
	font-weight: bold;
}
.menuIzquierda .oferta a {
	
}
cite {
	font-size: 11px;
}

#liquidacion {
	border: 1px solid #CCC;
	background-image: url(../imagenes/liquidacion40.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 374px;
	width: 533px;
	display: block;
	margin-left: 0px;
}

#inmejorables, #conjuntos {
	border: 1px solid #CCC;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 374px;
	width: 531px;
	display: block;
	margin-left: 0px;		
	position:absolute;
}


#inmejorables {
	background-image: url(../imagenes/Precios-Inmejorables.jpg);	
	top: 158px;
	border-top-width: 0;
}

#conjuntos {
	background-image: url(../imagenes/conjuntos.jpg?201103241336);	
	border-bottom: 0;
}	

#rebajasVerano {
	border: 1px solid #CCC;
	background-image: url(../imagenes/bannerRebajasVerano.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 162px;
	width: 260px;
	display: block;
	margin-left: 0px;
}
#torneos {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 162px;
	width: 260px;
	background-image: url(../imagenes/bannersTorneos.jpg);
	float:right;	
	margin-right: 0px;
	
}


#torneoMarzo2010 {
	border: 1px solid #CCC;
	margin-left: 9px;
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	height: 368px;
	width: 520px;
	background-image: url(../imagenes/TorneoMarzo2010.jpg);
	margin-top: 10px;
}


#navidad {
	border: 1px solid #CCC;
	margin-left: 10px;
	padding-left: 10px;
	background-image: url(../imagenes/navidadFondo2.JPG);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 15px;
}

#navidad h2 {
	color: #F00;
}

ul.torneos {
	margin: 0px;
	padding: 0px;
}
.torneos li {
	display: list-item;
	float: left;
	list-style-type: none;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
	margin-bottom:10px;
	width:225px;
}
.torneos li:hover {
	background-color: #CCC;		
}
.torneos li.izquierdo {
	margin-right: 10px;
}
.torneos a {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.torneos span {
	display: block;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top:3px;
	padding-top:2px;
	background-position: left center;
	size:15px;
}
.torneos span.nombre {
	background-image: url(../imagenes/trophy.png);	
	font-weight: bold;		
}
.torneos span.fecha {
	background-image: url(../imagenes/calendar.png);
}
.torneos span.galeria {
	background-image: url(../imagenes/galeria.png);
}
