#menu{
height: 2px;
margin: 0px;
padding: 0px;
position: relative;
float: left;
overflow: visible;
z-index: 1;
}
.menu1{
background: url("../imagenes/menu/inicio.png") no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}

.menu2{
background: url(../imagenes/menu/ico_demo.png) no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}
.menu3{
background: url(../imagenes/menu/ico_blog.png) no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}
.menu4{
background: url(../imagenes/menu/ico_login.png) no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}
.menu5{
background: url(../imagenes/menu/ico_alta.png) no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}

.menu6{
background: url(../imagenes/menu/ico_cerrar.png) no-repeat;
cursor: pointer;
padding: 0px;
width : 92px;
height : 34px;
}

.flecha{
background-image: url("../imagenes/flecha.png");
background-repeat: no-repeat;
cursor: pointer;
height: 61px;
height: 57px;
margin: -30px;
padding: 65px;
position: relative;
float: left;
overflow: visible;
z-index: 0;
}
.organico{
background-image: url("../imagenes/flecha.png");
background-repeat: no-repeat;
padding: 5px;
width : 100px;
height : 61px;
}
.facebook{
background-image: url("../imagenes/ico-facebook.png");
cursor: pointer;
background-repeat: no-repeat;
padding: 5px;
width : 100px;
height : 61px;
}
#caja-ico-info-1 {
background-image: url("../imagenes/estrella.png");
float:left;
width:75px;
height:75px;
margin-right: 10px;
}
#caja-ico-info-2 {
background-image: url("../imagenes/ico-info-2.png");
float:left;
width:75px;
height:75px;
margin-right: 10px;
}
#contenido-caja .caja{float:left;width:495px;background-color:#F1F8FF;border:1px solid #cdcdcd;padding:0px 0px 0px 10px;font-family:Tahoma, Arial, Verdana; font-size:10pt; color:#79AA31;
}
#contenido-caja .izq-flecha{background:transparent url(../imagenes/izq-flecha.gif) no-repeat 0 100%;position:absolute;height:10px;width:10px;padding-top:26px;margin-left:-20px;
}
#espacio {height:20px;clear:left;
}
#textomenu {font-family:Tahoma, Arial, Verdana; color:#fff; 
}
#textoslogan {font-family:Tahoma, Arial, Verdana, sans-serif; font-size:17pt; color:#28C2E8;
}
#icousu{
background: url(../imagenes/menu/ico_usu.png) no-repeat;
padding: 0px;
width:28px;
height:9px;
}
#menuusu{
height: 2px;
margin: 0px;
padding: 0px;

float: left;
overflow: visible;


}

#menucat {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menucat li {
	float: left;
	margin: 0;
	padding: 0;
}
#menucat a {
	background: #28C2E8 url("../imagenes/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menucat a:hover {
	background: #fff  bottom center no-repeat;
	color: #28C2E8;
	padding-bottom: 8px;
	}