/* Global styles */

.texto {
  font-family: sans-serif;
  font-size: 11px;
  color: rgb(50, 50, 50);
}

.texto_color {
	color: rgb(176, 117, 117);
}

a { padding: 2px; font-family: sans-serif; font-size: 11pt; text-decoration: none; }
a:link    { color: rgb(176, 117, 117); }
a:visited { color: rgb(176, 117, 117); }
a:hover   { text-decoration:underline; }

/* Estilos para la lista de tiendas en puntos de venta */

.tienda {
  font-family: sans-serif;
  font-size:   11px;
  color: rgb(176, 117, 117);
}
.pais {
  font-family: sans-serif;
  font-size:   12px;
  color: #000;
}


/* Estilo de las areas de las paginas */

#cabecera {
	position: relative; 
	left: 50%;
	width: 800px;
	height: 120px;
	margin-left: -400px;
}

#contenido {
	position: relative; 
	left: 50%;
	width: 800px;
	height: 400px;
	overflow: auto;
	margin-top: 20px;
	margin-left: -400px;
}

#abajo {
	position: relative;
	left: 50%;
	width: 800px;
	margin-top: 30px;
	margin-left: -400px;
	text-align: center;
}

#banner {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 500px;
	margin-left: -475px;
	margin-top: 10px;
}

#menu {
	position: relative;
	left: 50%;
	top: 0%;
	width: 800px;
	margin-left: -400px;
	margin-top: 10px;
}

#menu td {
	height: 25px;
	text-align: center;
	font-family: sans-serif; 
	font-size: 13px;
	color: rgb(255,255,255);
	background-image:url('/images/f1.jpg');
}

#menu a {
	padding: 1px;
	font-family: sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#menu a:link    { color: rgb(0, 0, 0); }
#menu a:visited { color: rgb(0, 0, 0); }
#menu a:hover   { color: rgb(176,117,117); font-size: 16px; }

#menu .elegido {
	background-color: rgb(217,189,189);
	font-size: 16px;
	background-image:none;
}

/* links en la selección de idiomas */
#idiomas a { padding: 2px; font-family: sans-serif; font-size: 11px; text-decoration: none; color: rgb(0, 0, 0);}
#idiomas a:link    { color: rgb(176, 117, 117); }
#idiomas a:visited { color: rgb(0, 0, 0); }
#idiomas a:hover   { text-decoration:none; color: rgb(176, 117, 117); }
