/*********************************************************
GENERALES - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
GENERALES - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
GENERALES - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
GENERALES - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
GENERALES - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
**********************************************************/
#flashScreen{
  display: none;
  margin: 0;
}

#flashScreenIntro{ 
	display:inline;
  overflow:hidden;
  top: 0;
  left: 0;
    margin-top: -200px !important;
margin-top: -200px /**/;
  padding: 0;
  background-color: #000;
  height: 170% !important;
height: 170% /**/;
	width: 100%;

}
#flashScreenIntro img{
  border: 0;
}

#flashScreenIntro a{
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
body, html
{
	margin: 0px;
	padding: 0px;
} 

img
{
	vertical-align: middle;
	border: 0px;
}


form, li, ul, p
{
	padding: 0px;
	margin: 0px;
}

li
{
	list-style-type: none;
}

a:link
{
	color: #4b7b89;
	text-decoration: underline;
}

a:active
{
	color: #4b7b89;	
	text-decoration: underline;	
}

a:visited
{
	color: #4b7b89;	
	text-decoration: underline;	
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.required
{
	margin-left: 2px;
	color: #FF0022;
}

input
{
	font-family: Helvetica, "Trebuchet MS", Geneva, Arial, SunSans-Regular, sans-serif;
    color: #314c72;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e6e5e5;	
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
}

select {
	font-family: Helvetica, "Trebuchet MS", Geneva, Arial, SunSans-Regular, sans-serif;
	border: 1px solid #e6e5e5;
	background: url("imag/plantilla/fondo.png") repeat-x;
	color: #314c72;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 207px !important;
	width: 249px /**/;	
}

textarea {
	font-family: Helvetica, "Trebuchet MS", Geneva, Arial, SunSans-Regular, sans-serif;
	border: 1px solid #e6e5e5;
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
	color: #314c72;
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 207px !important;
	width: 249px /**/;
	font-size: 12px;	
}

/*input:focus {
	border: 1px solid #4b7b89;
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
	color: #454743;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 193px;
}

textarea:focus {
	border: 1px solid #4b7b89;
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
	color: #454743;
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 302px;
}

input:hover {
	border: 1px solid #4b7b89;
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
	color: #454743;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 193px;
}

textarea:hover {
	border: 1px solid #4b7b89;
	background: url("imag/plantilla/fondo.png") repeat-x #FFFFFF;
	color: #454743;
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 302px;
}*/



/*
- Imagen de edición usada por el gestor de contenidos
*/

.edit
{
	width: 20px;
	margin-left: 5px;
	vertical-align: top;
}

/*
- Hace referencia al icono de activado y desactivado para cada sección en el gestor de contenidos
*/

.simbolosi, .simbolono
{
	margin-right: 2px;
}

/*
- 	Con el text-align: center conseguimos alinear la página en el centro en
	el Internet Explorer
*/ 

body
{		
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;	
	font-size: 11px;
	text-align: center;
	color: #444444;
	margin: 0px 0px 10px 0px;
	background: url("imag/plantilla/fondo_web.gif");
	background-repeat: repeat-x;
	background-color:#ffffff;
	}

/*********************************************************
ESTRUCTURA - MODIFICAR PARA VARIAR LA PLANTILLA
ESTRUCTURA - MODIFICAR PARA VARIAR LA PLANTILLA
ESTRUCTURA - MODIFICAR PARA VARIAR LA PLANTILLA
ESTRUCTURA - MODIFICAR PARA VARIAR LA PLANTILLA
ESTRUCTURA - MODIFICAR PARA VARIAR LA PLANTILLA
**********************************************************/
		
#contenedor
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
  	position: relative;
/*	background: url("imag/plantilla/fondo_gral.gif");*/
background-color: transparent;
}



/*
- Estilo para la barra de idiomas
*/

#idiomas
{
	height: 20px !important;
	height/**/: 28px;
	background: url("imag/plantilla/barra_idiomas.jpg");
	padding: 8px 0px 0px 28px;
}

#idiomas .activo
{
	color: #568390;

}

#idiomas a
{
	color: #568390;
	text-decoration: none;
	font-weight: bold;	
}

#idiomas a:hover
{
	color: #568390;
	text-decoration: underline;
}

#idiomas li
{
	display: inline;
	padding-right: 5px;
}

/*
-	La cabecera de la página
-	overflow:hidden Imaginemos que tenemos un texto sin espacios, como no se podrá
	partir, este parametro lo oculta para no romper el diseño, tanto en altura como
	en anchura
*/

#cabecera
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#cabecera-left
{
	width: 221px;
	height: 211px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url("imag/plantilla/cabecera_logo.jpg");	
	background-color: #FFFFFF;
}

#cabecera-right
{
	width: 539px;
	height: 211px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url("imag/plantilla/cabecera_right.jpg");	
	background-color: #FFFFFF;
}

/*
-	Estilo barra inferior cabecera (Buscador)
*/

#barra-buscador
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: middle;
}

#buscador
{
	width: 221px;
	height: 40px !important;
	height/**/: 46px;	
	float: left;
	text-align: center;
	background: url("imag/plantilla/fondo_buscador.gif");
	background-color: #FFFFFF;
	padding: 6px 0px 0px 0px;
}

#buscador .text
{
	width: 140px;
	vertical-align: middle;
	margin: 5px 5px 0px 22px !important;
	margin: 5px 5px 0px 25px /**/;	
	padding: 0px 0px 2px 4px;
	border: solid 1px #757575;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
}

#buscador .text:hover
{
	width: 140px;
	height: 17px;
}

#buscador .text:focus
{
	width: 140px;
	height: 17px;
}

#buscador .boton
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	background-image: none;
	width: 16px;
	height: 16px;
	margin-top: 5px;	
}

#buscador .boton:hover
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	width: 16px;
	height: 16px;
	margin-top: 5px;	
}

#buscador .boton:visited
{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	width: 16px;
	height: 16px;
}


#barra-buscador-right
{
	width: 539px;
	height: 46px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url("imag/plantilla/fondo_right_buscador.gif");	
	background-color: #FFFFFF;
}

/*********************************************************
CONTENIDO - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
CONTENIDO - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
CONTENIDO - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
CONTENIDO - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
CONTENIDO - SIEMPRE TENDRAN QUE ESTAR DEFINIDOS
**********************************************************/

#content
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: middle;
/*	background: url("imag/plantilla/fondo_gral.gif");	*/
}

/**html #content {

	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imag/plantilla/fondo_gral.png", sizingMethod="scale");
}*/

#content-left
{
	width: 221px;
	min-height: 100px;
	float: left;	
	margin: 0px;
	padding: 0px;
	z-index: 50;
	background-image: url("imag/plantilla/menu_sup.gif");
	background-repeat: repeat-y;
}

*html #content-left
{
	height: 50px;

}

#content-left-top
{
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 20px;
	background-image: url("imag/plantilla/fondo_menu.gif");
	background-position: -10px 0px;
	background-repeat: no-repeat;
}

#content-left-top .menu-seccion li
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-weight: bold;

}

#content-left-top .menu-seccion li a
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
	background-position: 10px;			
}

#content-left-top .menu-seccion li a:hover
{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
}


#content-left-separa-menus
{
	background-image: url("imag/plantilla/separa_menu.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#content-left-bottom
{
	margin: 0px 0px 0px 10px!important;
	margin: 0px 0px 0px 10px/**/;	
	padding: 0px;
	text-decoration: none;
	background-image: url("imag/plantilla/fondo_menu_util.gif");	
	background-repeat: no-repeat;
	background-position: -10px 0px;
	height: 141px;
}

#content-left-bottom .utilidades-basico li
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	color: #568390;
	text-decoration: none;	
	background-repeat: no-repeat;
	background-position: 25px;
	font-weight: bold;	
		
}

#content-left-bottom .utilidades-basico li a
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
	background-position: 30px;			
}

#content-left-bottom .utilidades-basico li a:hover
{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 55px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
}

#content-left-bottom .utilidades-cliente li
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	color: #568390;
	text-decoration: none;	
	background-repeat: no-repeat;
	background-position: 25px;
	font-weight: bold;				
}

#content-left-bottom .utilidades-cliente li a
{
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
	background-position: 30px;			
}

#content-left-bottom .utilidades-cliente li a:hover
{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 55px;
	color: #568390;
	text-decoration: none;
	background-image: url("imag/plantilla/bullet_off.gif");	
	background-repeat: no-repeat;
}

#content-right
{
	width: 499px !important;
	width/**/: 539px;
	float: right;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	min-height: 450px;
}

#content-right-top
{
	width: 100%;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #D7D8D6;
}

#content-right-bottom
{
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
}

#content-right-bottom-left
{
	width: 236px !important;
	width/**/: 246px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	border-right: 1px solid #D7D8D6;
}

#content-right-bottom-right
{
	width: 246px;
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.ver-mas
{
	text-align: right;
	color: #4b7b89;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.texto-intro
{
	background-color: transparent;	
	padding: 15px;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

.titulo-seccion
{
	font-size: 18px;
	font-weight: bold;
	color: #4b7b89;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
/*	background-image: url("imag/plantilla/bullet_seccion.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;		*/
}

.imagen-lado
{
	float: right;
	margin: 0px 0px 0px 20px;
	border: 1px solid #CCCCCC ;
	padding: 0px;
}

#lista .clear, #datos .clear, #formulario .clear
{
	padding: 6px !important;
	padding/**/: 0px;
}

/*
- Sección de tipo texto, Inicio, Quienes Somos, Que Ofrecemos, Aviso Legal
*/

#texto .titulo
{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#texto .texto
{
	padding: 0px 0px 10px 0px;
}

#texto .imagen-lado
{
	margin-bottom: 20px;
}

/*
- Sección de tipo lista específica, Donde estamos, Contacto
*/

#lista .contenedor
{
	margin: 10px 0px 10px 10px;
}

#contenedor .contenedor a
{
	color: #4b7b89;
}

#lista .contenedor li
{
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

#lista .titulo-lista
{
	background-color: transparent;	
	padding: 2px 0px 0px 10px !important;
	padding/**/: 2px 0px 4px 10px;
	height: 18px !important;
	height/**/: 20px;
	color: #3d7281;
	font-weight: bold;
}

#lista .titulo-elemento
{
	font-weight: bold;	
	color: #4b7b89;
}

/*
- Sección de tipo lista específica, Donde estamos, Contacto (Alternativo)
*/

#lista-alt .titulo-elemento
{
	font-weight: bold;
	color: #4b7b89;	
}

/*
- Sección de tipo datos específica, Ofertas (Alternativo)
*/

#datos-alt .titulo-elemento
{
	font-weight: bold;
	color: #4b7b89;	
}

/*
- Sección de tipo lista genérica, Ofertas, Novedades, Archivos, Enlaces, Clientes
*/

#datos .contenedor
{
	margin: 10px 0px 10px 10px;
}

#datos .titulo-elemento
{
	background: transparent;
	padding: 2px 0px 0px 10px !important;
	padding/**/: 2px 0px 4px 10px;
	height: 18px !important;
	height/**/: 20px;
	color: #3d7281;
	font-weight: bold;
}

#datos .enlace-elemento
{
	float: left;
}

/*
- Estilos para los resultados del buscador
*/

#resultados-buscador
{
	margin: 0px 0px 10px 0px;
}

#resultados-buscador .titulo-resultados
{
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}

#resultados-buscador .texto, #resultados-buscador .titulo
{
	margin: 10px 0px 10px 0px;
}

/*
- Estilos para los formularios, Recomendar
*/

#formulario
{
	margin: 0px 0px 10px 0px;
}

#formulario label
{
	font-weight: bold;
	width: 130px;
	float: left;
}

#formulario .olvidar
{
	position: absolute;
	left: -130px;
}



#buttons
{
	position: relative;
	left: 127px !important;
	left/**/: 130px;
	margin-top: 3px;
	padding: 2px;
}

#buttons .button
{
	border: 1px solid #999999;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	width: 50px;
	height: 16px;
}

#buttons .button:hover
{
	border: 1px solid #3d7281;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 50px;
	height: 16px;
	background: url("imag/plantilla/fondo2.png") repeat-x #4f7682;	
}

/*
- Estilos para el catálogo
*/

#navegacion
{
	margin: 0px 0px 10px 0px;
}

#navegacion a
{
	padding: 0px 6px 0px 0px;
}

#navegacion li
{
	display: inline;
}

#catalogo
{
	margin: 0px;
	padding: 0px;
}

#catalogo p
{
	margin-left: 3px;
	padding: 0px;
}

#catalogo .titulo-seccion
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 28px;
}

#catalogo h1
{
	font-size: 11px;
	background-color: transparent;
	padding: 2px 0px 0px 10px !important;
	padding/**/: 2px 0px 4px 10px;
	height: 18px !important;
	height/**/: 20px;
	margin: 10px 0px 10px 0px;
	color: #355c68;
	font-weight: bold;	
}

#catalogo h1 a
{
	color: #355c68;
}

#catalogo h2
{
	font-size: 11px;
	height: 20px;
	background-color: transparent;
	padding: 2px 0px 0px 10px !important;
	padding/**/: 2px 0px 4px 10px;
	height: 18px !important;
	height/**/: 20px;
	margin: 10px 0px 10px 0px;
	color: #870505;
/*	background: url("imag/plantilla/fondo_h2_catalogo.gif");	*/
}

#catalogo h2 a
{
	color: #355c68;
}

#catalogo .nivel2 
{
	margin-left: 10px;
	padding: 0px;
}

#catalogo .imagen-lado
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #cccccc;	
}

#catalogo .mas-info
{
	clear: both;
	margin: 0px 0px 10px 0px;
	float: right;
}

#catalogo .volver
{
	margin: 5px 0px 20px 0px;
	float: left;
}

#catalogo .descargar
{
	margin: 5px 0px 20px 0px;
	float: right;
}

/*
-	Pie de la página
-	position: absolute y bottom:0 clear: both establecen en el pie de la página
*/

#pie
{
	height: 48px !important;
	height/**/: 55px;
	background: url("imag/plantilla/fondo_pie.gif");
	bottom: 0;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

#pie p
{
	margin: 0px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	color: #333333;
}

#pie a:link, #pie a:visited
{
	color: #333333;	
}

#pie a:hover
{
	color: #355c68;	
}

#pie img
{
	vertical-align: middle;	
	display: none;	
}

#pie a .izquierda
{
  float: left;
  margin-left: 8px;  
  margin-top: -6px;
  display: inline;
}

/* 
-	Soluciona un pixed de más en el IE
*/ 

* html #pie
{
	margin-bottom: -1px;
}

				
#destacados table
{
	width: 100%;
	font-family:  "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:  11px;
	border: 0px;
	background-color: transparent;	
	margin-bottom: 5px;	
}

#destacados thead
{
	font-weight: bold;
	background-color: transparent;
}

#destacados thead td
{
	font-weight: bold;
	color: #999999;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #999999;	
}

#destacados tbody td
{
	vertical-align: top;
	padding: 10px;
	font-weight: bold;
}

#destacados td.image
{
	width: 150px;
}

#destacados .imagen-lado
{
	margin: 0px;
	float:rigth;
	
}

#catalogo .nombreProducto
{
	display: block;
	float: left;
}

#catalogo #producto p
{
float:left;
width:75%;
}



#catalogo .codigo
{
	display: block;
	margin-right: 10px;
	float: right;
}

#catalogo h1
{
	height: 15px;
}

#catalogo .derecha
{
	float: right;
	vertical-align: middle;
}

#catalogo .principalderecha
{
	padding: 5px 0px 0px 0px;
	float: right;
	vertical-align: middle;
}

#catalogo .principalderecha img
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
				
#cesta
{
	width: 100%;
}

#cesta input
{
	width: 30px;
	padding: 0px 0px 0px 2px;
}

#cesta table
{
	width: 100%;
	font-family:  "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:  11px;
	border: 0px;
}

#cesta thead td
{
	background-color: transparent;	
	padding: 3px 0px 3px 10px;
	width: 20%;
	font-weight: bold;
	color: #355c68;
	border-right: 1px solid #999999;
}

#cesta tbody td
{
	width: 20%;
	padding-left: 10px;	
}
#cesta tbody td.precio
{
	text-align: right;
}

#cesta tfoot td
{
	width: 20%;
	font-weight: bold;
	padding-left: 10px;
}

#cesta .texto
{
	background-color: #F0F3F6;	
	padding: 15px;
	margin: 10px 0px 10px 0px;
}

#cesta tfoot td.total
{
	text-align: right;
	padding-bottom: 14px;
}

#cesta .volver, #cesta .reenviar
{
	float: left;
}

#cesta .pedido
{
	float: right;
}

#cesta .actualizar
{
	float: left;
}
				
