@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}
#nav {
	height: 71px;
	float: left;
	width: 408px;
}
#nav li {
	float:left;
	list-style-type: none;
}

/*/// RECETARIO ///*/

#nav #recetario {
	width:107px;
	height:71px;
	background-image:url(../images/nav/recetario_a.jpg);
	display: block;
	position: relative;
}
#nav #recetario a:link {
	background-image:url(../images/nav/recetario_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #recetario a:visited {
	background-image:url(../images/nav/recetario_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #recetario a:active {
	background-image:url(../images/nav/recetario_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #recetario a:hover {
	background-image:url(../images/nav/recetario_b.jpg);
	display: block;
	width:107px;
	height:71px;
}
/*/// CursoS ///*/

#nav #cursos {
	width:105px;
	height:71px;
	background-image:url(../images/nav/cursos_a.jpg);
	display: block;
	position: relative;
}
#nav #cursos a:link {
	background-image:url(../images/nav/cursos_a.jpg);
	display: block;
	width:105px;
	height:71px;
}
#nav #cursos a:visited {
	background-image:url(../images/nav/cursos_a.jpg);
	display: block;
	width:105px;
	height:71px;
}
#nav #cursos a:active {
	background-image:url(../images/nav/cursos_a.jpg);
	display: block;
	width:105px;
	height:71px;
}
#nav #cursos a:hover {
	background-image:url(../images/nav/cursos_b.jpg);
	display: block;
	width:105px;
	height:71px;
}

/*/// COMICS ///*/

#nav #comics {
	width:89px;
	height:71px;
	background-image:url(../images/nav/comics_a.jpg);
	display: block;
	position: relative;
}
#nav #comics a:link {
	background-image:url(../images/nav/comics_a.jpg);
	display: block;
	width:89px;
	height:71px;
}
#nav #comics a:visited {
	background-image:url(../images/nav/comics_a.jpg);
	display: block;
	width:89px;
	height:71px;
}
#nav #comics a:active {
	background-image:url(../images/nav/comics_a.jpg);
	display: block;
	width:89px;
	height:71px;
}
#nav #comics a:hover {
	background-image:url(../images/nav/comics_b.jpg);
	display: block;
	width:89px;
	height:71px;
}

/*/// DIA MADRE ///*/

#nav #dia-madre {
	width:107px;
	height:71px;
	background-image:url(../images/nav/dia-madre_a.jpg);
	display: block;
	position: relative;
}
#nav #dia-madre a:link {
	background-image:url(../images/nav/dia-madre_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #dia-madre a:visited {
	background-image:url(../images/nav/dia-madre_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #dia-madre a:active {
	background-image:url(../images/nav/dia-madre_a.jpg);
	display: block;
	width:107px;
	height:71px;
}
#nav #dia-madre a:hover {
	background-image:url(../images/nav/dia-madre_b.jpg);
	display: block;
	width:107px;
	height:71px;
}
