/* Inicia Generales - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body
{
	background-color:#FFFFFF;
	background-image:url(images/FondoPagina.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Calibri, Tahoma, sans-serif;
	font-size:14px;
	color:#000000;
}

td
{
	text-align:left;
}

a
{
	color:#333333;
	text-decoration:none;
}

a:hover
{
	color:#0066CC;
}

h1
{
	font-family:Calibri,Tahoma,Arial;
	color:#0066CC;
	font-weight:bold;
	font-size:16px;
	line-height:8px;
}
/* Termina Generales - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* Inicia Pie y Firma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.Pie
{
	width:100%;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	color:#999999;
	float:none;
}

a.MenuPie
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

a.MenuPie:hover
{
	color:#0066CC;
}
/* Termina Pie y Firma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* Inicia Algunos Efectos - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.Sombra1
{
	width:100%;
	height:20px;
	background-image:url(images/Sombra1.png);
}

.Sombra2
{
	width:100%;
	height:20px;
	background-image:url(images/Sombra2.jpg);
}

.Linea1
{
	width:100%;
	height:1px;
	background-color:#CC0000;
}
/* Termina Algunos Efectos - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* Inicia Barra Botones Categorias - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.Botones_Cabeza
{
	border-bottom:2px solid white;
}

.Botones_Cabeza:hover
{
	border-bottom:2px solid #FF9900;
}
/* Termina Barra Botones Categorias - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


/* INICIA TABLA CATEGORIAS -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */

.Tabla_Categorias
{
	background-color:#000099;
	background-image:url(images/fondo_botones.jpg);
	border-left:3px solid #3399CC;
	border-bottom:1px solid #3399CC;
}


.Tabla_Categorias:hover
{
	background-color:#666666;
	border-left:3px solid #990000;
	border-bottom:1px solid #990000;
}


.MenuCategorias
{
/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
}

.MenuCategorias:hover
{
	background-image:url(images/Fondo_Boton.gif);
	color:#FFFFFF;
	padding-left:15px;
}


.MenuSubCategorias
{
	font-family:Calibri, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}

.MenuSubCategorias:hover
{
	color:#FFFFFF;
	background-color:#000000;
}


/* TERMINA TABLA CATEGORIAS -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */


/* Inicia Menu Desplegado de Catalogo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
a.MenuCatalogo
{
	font-size: 14px;
	font-weight:bold;
	padding: 2px;
	display:block;
	text-align:center;
	border-left:1px solid black;
}

a.MenuCatalogo:hover
{
	background-color:#333333;
	color:#FFFFFF;
	display:block;
}


/* Termina Menu Desplegado de Catalogo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


/* Inicia MENU DE LA CABEZA ( Inicio Sucursales etc ....   ) - - - - - - - - - - - - - - - - - - - -  */
.menu_principal
{
	background-image:url(images/boton_off.png);
	background-position: center left;
	background-repeat:no-repeat;
	font-family:Calibri,Arial,Tahoma;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	line-height:60px;
	padding-left:30px;
	/*letter-spacing: -0.5px;*/
}

.menu_principal:hover
{
	background-image:url(images/boton_on.png);
	background-position: center left;
	background-repeat:no-repeat;
	color:#FFCC00;
	text-decoration:none;
}
/* Termina MENU DE LA CABEZA ( Inicio Sucursales etc ....   ) - - - - - - - - - - - - - - - - - - - -  */

/* Inicia Texto Firma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.Firma
{
background-image:url(images/Fondo_Firma.jpg);
background-position:bottom right;
background-repeat:no-repeat;
/*background-attachment:fixed;*/
	font-family:Tahoma;

	color:#AAAAAA;
	font-weight:normal;
	font-size:11px;
	width:100%;
	background-color:#FFFFFF;
	padding-top:25px;
	padding-bottom:25px;
}
/* Termina Texto Firma - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


/* Inicia Menu Usos en el pie - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
a.MenuUsosPie
{
	/*color:#CCCCCC;*/
	color:#000000;
	font-size: 14px;
	font-weight:bold;
	/*line-height:1.2em;*/
	float:left;
	width:100px;
	height:20px;
}

a.MenuUsosPie:hover
{
	background-color:#333333;
	background-image:url(images/Fondo_Boton.gif);
	color:#FFFFFF;
}
/* Termina Menu usos en el pie - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


/* Inicia Menu Productos Led - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
a.MenuLeds
{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	float:left;
	width:180px;
}

a.MenuLeds:hover
{
	background-color:#0099CC;
	color:#FFFFFF;
}
/* Termina Menu Productos Led - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



/* INICIA DESPLEGADO PRODUCTOS  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */
.Div_Productos
{
	float:left;
	width:180px;
	overflow:hidden;
	cursor:default;
	padding:5px;
	border-bottom:1px dotted #999999;
}

.Div_Todos_Productos
{
	/*float:left;*/
	/*width:180px;*/
	overflow:hidden;
	cursor:default;
	padding:5px;
	border-bottom:1px dotted #999999;
	background-color:#FFFFFF;
}

.Div_Productos:hover
{
	background-color:#FFFFFF;
}

.Div_Imagen_Producto
{
	line-height:140px;
	height:140px;
	text-align:left;
}

.Div_Datos_Producto
{
	height:120px;
	text-align:left;
	font-family:Calibri,Tahoma,Verdana;
	font-size:11px;
}


.Div_Nombre_Producto
{
	text-align:left;
	font-family:Calibri,Tahoma,Verdana;
	font-size:14px;
}


.Imagen_Producto
{
	vertical-align:bottom;
	border:1px solid #CCCCCC;
	padding:2px;
}


.Imagen_Producto:hover
{
	border:1px solid #FF9900;
}
/* TERMINA DESPLEGADO PRODUCTOS  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */



/* INICIA DESPLEGADO RELACIONADOS  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */
.Div_Relacionados
{
	float:left;
	width:100px;
	overflow:hidden;
	cursor:default;
	padding:5px;
}

.Div_Imagen_Relacionados
{
	line-height:110px;
	height:110px;
	text-align:left;
}

.Div_Datos_Relacionados
{
	height:100px;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
}
/* TERMINA DESPLEGADO RELACIONADOS  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - */



a.Paginas
{
font-family:Arial;
color:#000000;
font-weight:normal;
font-size:13px;
font-weight:bold;
text-decoration:none;

padding-top:2px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;

border:1px solid #CCCCCC;

margin-right:0px;

}

a.Paginas:hover
{
	color:#FFFFFF;
	background-color:#000000;
}


a.PaginaActual
{
font-family:Arial;
color:#FFFFFF;
background-color:#666666;
font-weight:normal;
font-size:16px;
font-weight:bold;
text-decoration:none;

padding-top:2px;
padding-bottom:2px;
padding-left:6px;
padding-right:6px;

border:1px solid #CCCCCC;

margin-right:0px;

}

a.PaginaActual:hover
{
	color:#FFFFFF;
	background-color:#000000;
}






.textos
{
	color: #000000;
	font-weight: normal;
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


.Titulo
{
	font-family:Calibri, Tahoma, sans-serif;
	color:#0066CC;
	font-weight:bold;
	font-size:16px;
}

.Titulo:hover
{
	color:#FF6600;

}


.Botones_Grandes
{
border:2px solid white;
}

.Botones_Grandes:hover
{
border:2px solid red;
}

.Caja_Social
{
	height:200px;
	width:160px;
	background-image:url(images/caja_sociales.png);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.Boton_Social
{
	margin-left:20px;
}

.Boton_Social:hover
{
	margin-left:23px;
	background-color:#FF9900;
}


