@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow-x:hidden;
}

#logotipo {
	padding-left:100px;
	padding-top:0;
	margtin-top:0;
	width:200px;
	height:133px;
	text-decoration:none;
}

#izquierda {
	border:0px #000000 solid;
	float: left;
	width:172px;
	background: #ffffff;
	margin:0 0 0 0;
	margin-left:5px;
}


/****************************/
/*   MENU PRINCIPAL - IZDA. */
/****************************/

#menu_izquierda{
	padding-bottom:30px;
	border:0;
}

#menu {
	border:0px #000000 solid;
	list-style:none;
	margin:0;
	padding:0;
	width:173px;
}

#menu a {
  display: block;
  text-indent: -9900px;
  outline: none;
  font-size:0.01em;
  color:transparent;
}

#menu a:hover {
  background-position: 0 -50px;
}

#menu li {
	padding-bottom:5px;
}


/* MENU: Inicio */
#menu .inicio {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_inicio.png) no-repeat;
}

#menu .inicio_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_inicio.png) no-repeat;
	background-position: 0 -100px;
}

/* MENU: Blog */
#menu .blog {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_blog.png) no-repeat;
}

#menu .blog_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_blog.png) no-repeat;
	background-position: 0 -100px;
}

/* MENU: Contacto */
#menu .contacto {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_contacto.png) no-repeat;
}

#menu .contacto_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_contacto.png) no-repeat;
	background-position: 0 -100px;
}

/* MENU: Tienda */
#menu .tienda {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_tienda.png) no-repeat;
}

#menu .tienda_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_tienda.png) no-repeat;
	background-position: 0 -100px;
}

/* MENU: Acceso */
#menu .acceso {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_acceso.png) no-repeat;
}

#menu .acceso_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_acceso.png) no-repeat;
	background-position: 0 -100px;
}

/* MENU: Medios */
#menu .medios {
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_medios.png) no-repeat;
}

#menu .medios_activo{
	width: 173px;
	height: 50px;
	background:url(../../media/img/menu/boton_medios.png) no-repeat;
	background-position: 0 -100px;
}

/**********************************/
/* CUADROS PARA EL MENU IZQUIERDO */
/**********************************/

.cuadro_estilo_menu{
	border:1px solid #96AEBE;
	background-color:#FFF;
	font-family:Arial;
	font-size:1.0em;
	padding:4px 4px 4px 4px;
	margin-bottom:20px;
	color:#3f2f7f;
}

