@charset "utf-8";

#navmenuh {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#navmenuh ul, li {
	list-style-type: none;
}

#navmenuh ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#navmenuh li {
	float: right;
}

#menuh a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 0px 0px;
	text-align: right;
	border: none;
}
/* mein menu */

a#inicio_btn {
    display:block;
    text-indent:-9999em;
    width:115px;
    height:55px;
    background: url(../imagenes/inicio_btn.jpg) top left no-repeat;
}
a#inicio_btn:hover {
    background-position:0 -55px;
}

a#quienes_btn {
    display:block;
    text-indent:-9999em;
    width:115px;
    height:55px;
    background: url(../imagenes/quienessomos_btn.jpg) top left no-repeat;
}
a#quienes_btn:hover {
    background-position:0 -55px;
}

a#muestras_btn {
    display:block;
    text-indent:-9999em;
    width:115px;
    height:55px;
    background: url(../imagenes/muestras_btn.jpg) top left no-repeat;
}
a#muestras_btn:hover {
    background-position:0 -55px;
}

a#contacto_btn {
    display:block;
    text-indent:-9999em;
    width:115px;
    height:55px;
    background: url(../imagenes/contacto_btn.jpg) top left no-repeat;
}
a#contacto_btn:hover {
    background-position:0 -55px;
}
