﻿body 
{
	background: #e7ecdf;
}

img 
{
	border: solid 0px white;
}

/* ------------------------------------------------------------
	Generalista
-------------------------------------------------------------*/
.normal 
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.titulo1 
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7ea92d;
}	

table.contenido 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}
/* ------------------------------------------------------------
	Plantilla general
-------------------------------------------------------------*/

table.pagina
{
	background: #ffffff;
	width: 797px;
	border: solid 0px white;
}

td.pagina-logo
{
	padding-top: 10px;
	padding-left: 20px;
}

/* ------------------------------------------------------------
	Iconos de arriba a la derecha
-------------------------------------------------------------*/

table.pagina-iconos 
{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

td.pagina-iconos
{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

a.pagina-iconos
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	color: #000000;
}
a.pagina-iconos:hover
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #90c134;
}

/* ------------------------------------------------------------
	Menu general
-------------------------------------------------------------*/
table.pagina-menu 
{
	width: 774px;
	margin-left: 10px;
	margin-right: 10px;
}

td.pagina-menu 
{
	background-image: url(imagenes/pagina-menubg.gif);
	text-align: center;
	color: #ffffff;
}

td.pagina-linea
{
	background-color: #21385f;
}

td.pagina-pie 
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #547615;
	padding-top: 5px;
	padding-bottom: 15px;
}

a.pagina-menu
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #8ab1ef;
}
a.pagina-menu:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

a.pagina-menu-seleccionado
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a.pagina-menu-seleccionado:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

/* ------------------------------------------------------------
	Menu productos
-------------------------------------------------------------*/

table.productos-menu 
{
	margin-left: 10px;
}
td.productos-menu 
{
	border-bottom: solid 1px #cfd9be;
	vertical-align: bottom;
	padding-top: 8px;
}

td.productos-menu-th
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7ea92d;
	padding-bottom: 8px;
}

a.productos-menu
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #30548d;
}
a.productos-menu:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #819d36;
	border-bottom: solid 1px #cfd9be;
}

a.productos-menu-seleccion
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #30548d;
}
a.productos-menu-seleccion:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #819d36;
	border-bottom: solid 1px #cfd9be;
}

/* ------------------------------------------------------------
	Cuerpo productos
-------------------------------------------------------------*/
th.producto-th 
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #30548d;
	background-color: #e7ecdf;	
	padding-left: 11px;
	padding-right:11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.producto-normal 
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-left: 11px;
	padding-right:11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.producto-detalle
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	color: #30548d;
	padding-left: 11px;
	padding-right:11px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(imagenes/producto-h1bg.gif)
}

input.producto 
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	width: 100px;
}

select.producto
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	width: 100px;
}

table.quimica1 
{
		color: #000000;
	background-color: #ffbb99;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;		
}

th.quimica1
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffbb99;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;		
}

th.quimica2
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffbb99;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;
	border-right: solid 1px #ff8226;
	padding-top: 3px;
	padding-bottom: 3px;	
}

td.quimica1
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;
	border-bottom: solid 1px #ff8226;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;	
}

td.quimica2
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffe1d2;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;
	border-bottom: solid 1px #ff8226;
	padding-top: 3px;
	padding-bottom: 3px;	
}

td.quimica3
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffe1d2;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;
	border-right: solid 1px #ff8226;
	border-bottom: solid 1px #ff8226;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ------------------------------------------------------------
	Calculadora
-------------------------------------------------------------*/
INPUT.calc 
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	width: 100px;
}
SELECT.calc 
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	width: 105px;
}

TD.calc-peso 
{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

a.productos-capas
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #959088;
}
a.productos-capas:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #959088;
}

/* ------------------------------------------------------------
	Perfiles
-------------------------------------------------------------*/
table.perfiles 
{
	border-collapse: collapse;
}

th.perfiles
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffbb99;

	border: solid 1px #ff8226;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.perfiles
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;

	border: solid 1px #ff8226;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 60px;	
}


th.perfiles4
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #ffbb99;

	border-top: solid 1px #ff8226;
	border-left: solid 1px #ff8226;	
	padding-top: 5px;
	padding-bottom: 5px;	
}

/* ------------------------------------------------------------
	Paginador
-------------------------------------------------------------*/
.paginador 
{
	text-align: center;
	margin-top: 5px;
}

a.paginador
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #30548d;
}
a.paginador:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #819d36;
}

/* ------------------------------------------------------------
	LISTA HORIZONTAL
-------------------------------------------------------------*/
table.lista1
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	border: solid 1px #ff8226;
	border-collapse: collapse;	
	margin-top: 10px;
}

th.lista1
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	border: solid 1px #ff8226;
	/* background-color: #ffe1d2; */
	background-color: #ffbb99;
	
	width: 70px;
	height: 20px;	
}

td.lista1
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	border: solid 1px #ff8226;
		
	width: 70px;
	height: 20px;
}

/* ------------------------------------------------------------
	LISTA VERTICAL
-------------------------------------------------------------*/
table.lista2
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	border: solid 1px #ff8226;
	border-collapse: collapse;
	text-align: center;
	margin-top: 10px;
}

th.lista2th1
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	/* background-color: #ffe1d2; */
	background-color: #ffbb99;
	border: solid 1px #ff8226;	
	
	text-align: center;
	height: 35px;	
}

th.lista2th2
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	background-color: #ffe1d2;
	border: solid 1px #ff8226;	
	
	text-align: center;
	width: 90px;
	height: 35px;	
}

td.lista2
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;

	border: solid 1px #ff8226;
	text-align: center;
	height: 20px;
}

/* ------------------------------------------------------------
	LISTA TOLERANCIAS
-------------------------------------------------------------*/
table.tolerancias
{
	border: solid 1px #ff8226;
	border-collapse: collapse;
	text-align: center;
}

th.tolerancias
{
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffbb99;
	border: solid 1px #ff8226;		
	text-align: center;
	height: 35px;
}

td.tolerancias
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: solid 1px #ff8226;
	text-align: center;
	width: 60px;	
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ------------------------------------------------------------
	CONTACTO
-------------------------------------------------------------*/

td.contacto 
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

SPAN.contacto 
{
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7ea92d;
}

SPAN.contacto-urgente 
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7ea92d;
}

INPUT.contacto 
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	width: 300px;	
}

TEXTAREA.contacto 
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	width: 450px;	
}

TH.noticias
{
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #91c134;
}

/* ------------------------------------------------------------
	CONTACTO
-------------------------------------------------------------*/
table.logon
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: solid 1px #ff8226;
	border-collapse: collapse;
	margin-top: 50px; 
	height: 150px
}

th.logon
{
	color: #000000;
	background-color: #ffbb99;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;	
}

#logon td
{
	color: #000000;
	background-color: #FFFFFF;

	border: solid 1px #ff8226;
	border-collapse: collapse;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;		

}
