Body {
	background-color:#666666;
	background-image:url('../img/fondo.gif');
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin-top:1.25em;
}

/* MENU PRINCIPAL */
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.1em;
}

#nav-menu li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	height: 1.3em;
	line-height: 3.5em;
	float: right;
	width: auto;
	display: table-row-group;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#nav-menu li img
{
	margin-top: 0.65em;
	margin-left: .8em;
	margin-right: .8em;
}

#nav-menu li a:hover
{
	color: #FFCC33;
}

#nav-menu li a.activo
{
	color: #FFCC33;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

#nav-menu
{

} 

.destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/* FIN del MENU Principal */


/* Rollover de menu auxiliar\*/

a.IcoHome {
	display: block;
	width: 18px;
	height: 18px;
	text-decoration: none;
	background: url("../img/IcoHome.gif");
}

a.IcoHome:hover {
	background-position: -18px 0;
}

a.IcoMail {
	display: block;
	width: 24px;
	height: 18px;
	text-decoration: none;
	background: url("../img/IcoMail.gif");
}

a.IcoMail:hover {
	background-position: -24px 0;
}

/* Fin de los Rollover */


/* Imagenes de Fondo */
/* Tabla contenidos*/
table.cont {
	background-color:#FFFFFF;
	background-image:url('../img/FondoCont.gif');
	background-repeat:repeat-x;
	background-position:top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:justify;
	
	list-style-image: url('../img/IconoEngranaje.gif');
	list-style-type: circle;
}

td.empresa {
	background-color:#404040;
	background-image:url('../img/CAB/CAB_mariposa.jpg');
	background-repeat:no-repeat;
	background-position:0 -20px;
}
td.producto {
	background-color:#404040;
	background-image:url('../img/CAB/CAB_TEX_03.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
}
td.calidad {
	background-color:#404040;
	background-image:url('../img/CAB/CAB_TEX_04.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
}
td.contacto {
	background-color:#404040;
	background-image:url('../img/CAB/CAB_TEX_02.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
}
td.enlaces {
	background-color:#404040;
	background-image:url('../img/CAB/CAB_TEX_01.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
}
/* Fin Fondos */


.imgCont {
	border-width:0.3em;
	margin: 0.2em;
	border-color: #999999;
}

h1 {
	text-indent: -9999px;
  display:none;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
}

a.cont{
	color:#000000;
	text-decoration: none;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.FormCampoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px none;
	background-color:#7E7B78;
	overflow: hidden;
	padding: 3px;
}
.FormCampoPedidos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px none;
	background-color:#7E7B78;
	overflow: hidden;
	padding: 3px;
	
}
