@charset "utf-8";
/* CSS Document */

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F57D00;
}
.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px 10px;
	margin: 5px 5px;
}


td:hover.linkmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background: #F57D00;
}	


a:hover.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background: #F57D00;
}
.linkpie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.linkpie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:hover.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	text-decoration: none;
	background-color: #f57d00;
}
.tablaboton {
	height: 72px;
	width: 585px;
}
.tablaboton2 {
	height: 45px;
	width: 415px;
}

img {
	border: none;
}

.linkprod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centrar {
	text-align: center;
}

a:hover.linkprod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F57D00;
	text-decoration: underline;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F57D00;
}
a.botoninicio {
    width:121px;
    height:72px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/inicio.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botoninicio:hover {
    background: url(imagenes/iniciob.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botonregalos {
    width:115px;
    height:72px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/regalos.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonregalos:hover {
    background: url(imagenes/regalosb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botonnosotros {
    width:115px;
    height:72px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/nosotros.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonnosotros:hover {
    background: url(imagenes/nosotrosb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botoncontacto {
    width:119px;
    height:72px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/contacto.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botoncontacto:hover {
    background: url(imagenes/contactob.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botonblog {
    width:41px;
    height:45px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/blog.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonblog:hover {
    background: url(imagenes/blogb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botonface {
    width:39px;
    height:45px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/facebook.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonface:hover {
    background: url(imagenes/facebookb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
a.botonmail {
    width:42px;
    height:45px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/email.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonmail:hover {
    background: url(imagenes/emailb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}

a.botonwhatsapp {
    width:42px;
    height:45px; /* Dimensiones de la imagen */
    text-indent:-9999px;
    overflow:hidden; /* Oculatando el texto del enlace */
    display:block;
    background:url(imagenes/whatsapp.png) no-repeat 0 0; /* Poniendo la imagen como fondo */
}

a.botonwhatsapp:hover {
    background: url(imagenes/whatsappb.png) no-repeat 0 0; /* Al hacer hover, ponemos la segunda imagen de fondo */
}
.paginado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bolder;
	padding: 3px;
}
.cuadropaginado {
	background-color: #FFEBBF;
	text-align: center;
	height: 24px;
}

a:hover.paginado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9D3F00;
	vertical-align: middle;
	font-weight: bolder;
	text-decoration: underline;
}
.precio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.productos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.menusup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menusup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: underline;
}
.cuadromenusup {
	background-color: #F57D00;
	text-align: center;
	height: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bordedestacados {
	border: 1px solid #F57D00;
}
.menusup2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menusup2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: underline;
}
a.botonmayoristas:hover {
	background-image: url(imagenes/mayoristasb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.botonmayoristas {
	width:115px;
	height:72px; /* Dimensiones de la imagen */
	text-indent:-9999px;
	overflow:hidden; /* Oculatando el texto del enlace */
	display:block; /* Poniendo la imagen como fondo */
	background-image: url(imagenes/mayoristas.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.botonsouvenirs {
	width:115px;
	height:72px; /* Dimensiones de la imagen */
	text-indent:-9999px;
	overflow:hidden; /* Oculatando el texto del enlace */
	display:block; /* Poniendo la imagen como fondo */
	background-image: url(imagenes/souvenirs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.botonsouvenirs:hover {
	background-image: url(imagenes/souvenirsb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
