/*********************************************************
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
**********************************************************/

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: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #0099CC;	
	text-decoration: underline;	
	font-weight: bold;
}

a:visited
{
	color: #ACD0E3;	
	text-decoration: underline;	
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.clear
{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.required
{
	margin-left: 2px;
	color: #FF9900;
}

input, textarea, select
{
	font-family: "Trebuchet MS", Verdana;	
	font-size: 11px;
    color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*
- Gestor
*/

.edit
{
	width: 20px;
	margin-left: 5px;
	vertical-align: top;
}

.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;	
	font-size: 12px;
	text-align: center;
	color: #333333;
	margin: 0px;
  	position: relative;
	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: 780px;
	text-align: left;
	background: url("imag/plantilla/fondo_content.gif");	
	background-repeat: repeat-y;
	background-position: top left;
}

#cabecera
{
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #transparent;
}

#cabecera-left
{
	width: 233px;
	height: 180px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url("imag/plantilla/cabecera_logo.jpg");	
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: bottom left;
}

#cabecera-right
{
	width: 503px !important;
	width/**/: 547px;
	height: 19px !important;
	height/**/: 180px;
	float: right;
	text-align: right;
	padding: 161px 44px 0px 0px;
	margin: 0px;
	background: url("imag/plantilla/cabecera_right.jpg");	
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*
-	Estilo barra inferior cabecera (Buscador)
*/

#cabecera-right .text
{
	width: 100px;
	height: 16px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	border: 0px;
	background-color: transparent;
	background-image: url("imag/plantilla/input.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 11px;
}

#cabecera-right .boton
{
	vertical-align: top;
	background-color: transparent;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#content
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content-left
{
	width: 221px !important;
	width/**/: 233px;
	min-height: 354px;
	float: left;	
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background: url("imag/plantilla/fondo_contenido_left.jpg");	
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #transparent;
}

*html #content-left
{
	height: 354px;
}

/*
	Estilos para el menu de seccion
*/

#content-left ul
{
	padding: 12px 0px 0px 28px; 
}

#content-left .menu-seccion li
{

	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 11px;		
	text-transform: uppercase;	
	font-weight: bold;
	color: #ffffff;
}

#content-left .menu-seccion li a
{
	width: 176px !important;
	width/**/: 191px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #ffffff;
	text-decoration: none;
	background-color: #EFBB27;
	filter:alpha(opacity=100);
	-moz-opacity:.70;
	opacity:.70;
}

#content-left .menu-seccion li a:hover
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #ffffff;
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
}

/*
	Estilos para el COMBO IDIOMAS
*/

#content-left select
{
	width: 190px;
	margin: 8px 0px 0px 28px;
	padding: 0px 0px 0px 0px; 
}

#content-right
{
	width: 485px !important;
	width/**/: 547px;
	min-height: 354px;
	float: right;
	margin: 0px;
	padding: 0px 43px 0px 16px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
}

*html #content-right
{
	height: 354px;
}

#pie
{
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	clear: both;
}

* html #pie
{
	margin-bottom: -7px;
}

#pie-top
{
	width: 744px !important;
	width/**/: 780px;
	height: 27px !important;
	height/**/: 47px;
	margin: 0px;
	padding: 20px 36px 0px 0px;
	background: url("imag/plantilla/fondo_pie.gif");
	background-repeat: no-repeat;
}

#pie-top p
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #EFAB27;
	font-weight: bold;
}

#pie-top img
{
	display: none;
}

#pie-top a:link, #pie a:visited
{
	color: #EFAB27;		
	font-weight: normal;	
}

#pie-top a:hover
{
	color: #6A4000;	
}

#pie-top img
{
	vertical-align: middle;	
}

/*
	Estilos para el MENU UTILIDADES
*/

#pie-bottom
{
	width: 780px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: url("imag/plantilla/fondo_menu_utilidades.gif");
	background-repeat: no-repeat;	
}

#pie-bottom-left
{
	float: right;
	width: 15px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: url("imag/plantilla/fondo_util_left.gif");
	background-repeat: no-repeat;
}

#pie-bottom-right
{
	float: right;
	width: 44px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: url("imag/plantilla/fondo_util_right.gif");
	background-repeat: no-repeat;
}

#pie-bottom-center
{
	float: right;
	height: 28px !important;
	height/**/: 34px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	background: url("imag/plantilla/fondo_util_boton.gif");
	background-repeat: repeat-x;
}

#pie-bottom-center ul
{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#pie-bottom-center li
{
	height: 34px;
	display: inline;
	padding: 0px 10px 0px 10px;
}

#pie-bottom-center a
{
	height: 34px;
	color: 6A4000;
	text-decoration: none;
}

#pie-bottom-center a:visited
{
	color: 6A4000;
	font-weight: bold;
}

#pie-bottom-center a:hover
{
	color: #BB6F00;
	text-decoration: none;
}

#pie-bottom-center .utilidades-cliente, #pie-bottom-center .utilidades-basico
{
	padding: 0px 0px 0px 0px;
}

/*********************************************************
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
**********************************************************/

.ver-mas
{
	text-align: right;
	color: #009AFE;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.texto-intro
{
	padding: 10px;
	color: #00253D;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	background-color: #F8F7F3;	
}

.titulo-seccion
{
	height: 17px;
	margin: 0px 0px 20px 0px;
	padding: 12px 0px 0px 12px;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	background: url("imag/plantilla/bullet_titu_sec.gif");
	background-repeat: no-repeat;	
	background-position: 0px 14px;
}

.imagen-lado
{
	margin: 0px 15px 15px 0px;
	border: 1px solid #0099CC;
	float: left;	
}

#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
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

#texto .texto
{
	padding: 0px 0px 10px 0px;
}

#texto .imagen-lado
{
	margin: 0px 15px 15px 0px;
	width: 40%;
}

/*
- Sección de tipo lista específica, Donde estamos, Contacto
*/

#lista .contenedor
{
	margin: 10px 10px 10px 10px;
}

#lista .titulo-lista
{
	height: 19px !important;
	height/**/: 22px;
	margin: 0px;
	padding: 3px 0px 0px 8px;
	color: #313131;
	font-weight: bold;
	background-color: #0099CC;
}

#lista .titulo-elemento
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#lista .imagen-lado
{
	margin: 0px;
	padding: 0px;
	float: right;
}

/*
- Sección de tipo lista específica, Ofertas, Novedades, Archivos, Enlaces, Clientes
*/

#datos .contenedor
{
	margin: 10px 10px 10px 10px;
}

#datos .titulo-elemento
{
	height: 19px !important;
	height/**/: 22px;
	margin: 0px;
	padding: 3px 0px 0px 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099CC;
}

#datos .imagen-lado
{
	margin: 0px;
	padding: 0px;
	float: right;
}

/*
- 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 0px 0px;
}

#formulario label
{
	width: 110px !important;
	width/**/: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;	
	font-weight: bold;
	float: left;
}

#formulario input.caja#usuario
{
	margin: 0px 0px 0px 0px !important;
	margin/**/: 0px 0px 10px 0px;
	padding: 0px;	
}

#formulario input.caja#email
{
	margin: 0px 0px 0px 0px !important;
	margin/**/: 0px 0px 10px 0px;
	padding: 0px;	
}

#formulario .olvidar
{
	position: absolute;
	left: -130px;
}

#buttons
{
	margin: 8px 0px 0px 130px !important;
	margin/**/: 8px 0px 0px 134px;	
	padding: 0px;
}

#buttons .button
{
	background-color: #FFCC00;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;		
}

/*
- Estilos para el catálogo
*/

#navegacion
{
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	color: #006C91;
}

#navegacion a
{
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

#navegacion li
{
	display: inline;
}

#catalogo
{
	margin: 0px;
	padding: 0px;
}

#catalogo p
{
	margin-left: 3px;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

#catalogo .titulo-seccion
{
	width: 80% !important;
	width/**/: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 26px;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-transform: uppercase;
	background: url("imag/plantilla/bullet_titu_sec.gif");
	background-repeat: no-repeat;	
	background-position: 0px 14px;
}

#catalogo h1
{
	font-size: 11px;
	height: 19px !important;
	height/**/: 20px;
	margin: 0px;
	padding: 1px 0px 0px 6px;
	color: #313131;
	font-weight: bold;
	background-color: #0099CC;
}

#catalogo h1 a
{
	color: #313131;
}

#catalogo h2
{
	font-size: 11px;
	height: 19px !important;
	height/**/: 20px;
	margin: 0px;
	padding: 1px 0px 0px 6px;
	background-color: #CCEBFF;
	color: #0099CC;
}

#catalogo h2 a
{
	color: #0099CC;
}

#catalogo .nivel1
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#catalogo .nivel2 
{
	margin: 0px;
	padding: 0px;
}

#catalogo .imagen-lado
{
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: right;	
}

#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;
}

#catalogo h1 .nombreProducto
{
	display: block;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#catalogo .codigo
{
	display: block;
	margin-right: 10px;
	float: right;
}

#catalogo .derecha
{
	padding: 0px 10px 0px 0px;
	float: right;
}

#catalogo .principalderecha
{
	padding: 0px 10px 0px 0px;
	float: right;
}

#catalogo .principalderecha a
{
	color: #313131;
	font-weight: bold;
	text-decoration: none;
}

#catalogo .principalderecha a:hover
{
	color: #0099CC;
	text-decoration: none;
}

#destacados table
{
	width: 100%;
	font-family: Arial;
	font-size:  11px;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	border: 1px solid #C2C2C2;
}

#destacados thead
{
	font-weight: bold;
	color: #313131;
}

#destacados td
{
	vertical-align: top;
	padding: 4px;
}

#destacados td.image
{
	width: 150px;
}

#destacados .imagen-lado
{
	margin: 0px;
	float: none;
	width: 80%;
}

#destacados thead
{
	font-weight: bold;
	color: #313131;
}
				
#cesta
{
	width: 100%;
}

#cesta input
{
	width: 30px;
}

#cesta table
{
	width: 100%;
	font-family:  "Trebuchet MS", Verdana;
	font-size:  11px;
	border: 0px;
}

#cesta thead td
{
	background-color: #0099CC;
	color: #006C91;	
	padding: 3px 0px 3px 10px;
	width: 25%;
	font-weight: bold;
}

#cesta tbody td
{
	width: 25%;
	padding-left: 10px;	
}
#cesta tbody td.precio
{
	text-align: right;
}

#cesta tfoot td
{
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
}

#cesta .texto
{
	color: #686868;	
	margin: 10px 0px 10px 0px;
	padding: 15px;
	background-color: #CCEBFF;
}

#cesta tfoot td.total
{
	text-align: right;
	padding-bottom: 10px;
}

#cesta .volver, #cesta .reenviar
{
	float: left;
}

#cesta .pedido
{
	float: right;
}

#cesta .actualizar
{
	float: left;
}
