ul.tabs {
	margin-top:0px;
	margin-bottom:4px;
	border-top:2px solid #434c50;
	width:320px;
}
ul.tabs li {
	margin:0;
	padding-left:0px;
	margin-bottom:0px;
	float:left;
}

ul.tabs li a span {
	display:none;
}

/* botones producto castellano */
ul.tabs li.descripcion-es a {
	background: url('../i/productos/submenu-superior/descripcion-es.gif') no-repeat 0 0;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.descripcion-es a:hover {
	background: url('../i/productos/submenu-superior/descripcion-es.gif') no-repeat 0 -25px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.ventaja-es a {
	background: url('../i/productos/submenu-superior/ventajas-es.gif') no-repeat 0 0;
	margin-left:42px;
	width: 80px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.ventaja-es a:hover {
	background: url('../i/productos/submenu-superior/ventajas-es.gif') no-repeat 0 -25px;
	margin-left:42px;
	width: 80px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.aplicacion-es a {
	background: url('../i/productos/submenu-superior/aplicaciones-es.gif') no-repeat 0 0;
	margin-left:42px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.aplicacion-es a:hover {
	background: url('../i/productos/submenu-superior/aplicaciones-es.gif') no-repeat 0 -25px;
	margin-left:42px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}
/* fin botones producto castellano */


/* botones producto gallego */
ul.tabs li.descripcion-gl a {
	background: url('../i/productos/submenu-superior/descripcion-gl.gif') no-repeat 0 0;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.descripcion-gl a:hover {
	background: url('../i/productos/submenu-superior/descripcion-gl.gif') no-repeat 0 -25px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.ventaja-gl a {
	background: url('../i/productos/submenu-superior/ventajas-gl.gif') no-repeat 0 0;
	margin-left:42px;
	width: 80px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.ventaja-gl a:hover {
	background: url('../i/productos/submenu-superior/ventajas-gl.gif') no-repeat 0 -25px;
	margin-left:42px;
	width: 80px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.aplicacion-gl a {
	background: url('../i/productos/submenu-superior/aplicaciones-gl.gif') no-repeat 0 0;
	margin-left:42px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}

ul.tabs li.aplicacion-gl a:hover {
	background: url('../i/productos/submenu-superior/aplicaciones-gl.gif') no-repeat 0 -25px;
	margin-left:42px;
	width: 78px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}
/* fin botones producto gallego */


/* estilo slider texto producto */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 320px; /*Width of Carousel Viewer itself*/
height: 280px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 10px; /*margin around each panel*/
width: 320px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* fin slider texto producto */

/* estilo listado productos inferior */
#lista_producto ul{
	margin-top:0px;
	margin-bottom:4px;
	
}

#lista_producto ul li{
	margin:0;
	padding-left:0px;
	margin-bottom:15px;
	float:left;
}

#lista_producto li a span {
	display: none;
}


/* capa fondo imagen */
.fondo_imagen{
	padding: 8px 8px 8px 8px;
	text-align:center;
	background-color:#a9c8cb;
}
/* fin capa fondo imagen */


/* boton ver imagenes de la galeria */
#galeria ul{
	margin-top:5px;
	margin-bottom:4px;
	
}

#galeria ul li{
	margin:0;
	padding-left:0px;
	margin-bottom:0px;
	float:left;
}

#galeria li a span {
	display: none;
}

/*castellano */
#galeria li.ver_imagen_es a {
	background: url('../i/comunes/ver-mas-imagenes-es.gif') no-repeat 0 0;
	width: 349px;
	height: 24px;
	border: none;
	display: block;
	text-decoration:none;
}
#galeria li.ver_imagen_es a:hover {
	background: url('../i/comunes/ver-mas-imagenes-es.gif') no-repeat 0 -26px;
	text-decoration:none;
}

/*gallego */
#galeria li.ver_imagen_gl a {
	background: url('../i/comunes/ver-mas-imagenes-gl.gif') no-repeat 0 0;
	width: 349px;
	height: 24px;
	border: none;
	display: block;
	text-decoration:none;
}
#galeria li.ver_imagen_gl a:hover {
	background: url('../i/comunes/ver-mas-imagenes-gl.gif') no-repeat 0 -26px;
	text-decoration:none;
}

