
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #9CADBD url(images/content.gif) repeat-y center top;
	font: 75%/1.5em Tahoma,'Trebuchet MS',Verdana,Sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #1762b7; 
	
}
a:hover {
	color: #4583c9;
	
}

/* headers */
h1, h2, h3 {
	color: #028; 
	font-family: url('optima_1.ttf'),Tahoma,'Trebuchet MS',Verdana,Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 150%;	
}
h2 {
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666; 
}
h4 {
	font-size: 100%;
	color: #666; 
	border-bottom:solid 1px #666;
}

/* images */
img {
	border: 0px solid #222;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	
	/*color: #88ac0b;	*/
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

form.contact-form
{
	width:330px;
	display:block;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:99%;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
/*	position: absolute;
	top: 35px; right: 25px;*/
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 759px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding:0px;
	margin:0px 31px;
	font-size: 14px;
	color: #FFF;
}
#header div#flashlogo
{
padding:0px 31px;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px; left: 50px;	
}
#header h2#logo-subtext {
background:transparent none repeat scroll 0% 50%;
border:medium none;
position:absolute;
right:10px;
top:65px;	
}	
#header a:hover {
    color: #169;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0px 0px 0px 35px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	/*float: left;*/
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
	float: left;
}
#menu ul li a {
	display: block;
/*	float: left;*/
	padding: 0 8px;
	color: #ddd;	
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/menubg.png) repeat-x left top;	
	color: #fff;	
}
#menu ul li#current a {	
	background-color: #204080;
	color: #fff;
}

/* Main Column */
#main {
	float: right;
	width: 100%; 
	padding: 0; margin: 0;
	height: 80%;
}
#main h2 {
	margin-top: 10px;
	color: #26f;
}

#main *
{
padding-right: 1px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
	list-style:none;
}	
#sidebar h1,h2 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
	list-style:none;
}

#sidebar ul.children {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#sidebar ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul {
    list-style:none;
	margin: 3px 0 8px 0; padding: 0;
	text-align: left;
	text-decoration: none;
}

/* Footer */	
#footer {
	color: #aaa;
	clear: both;
	width:758px;
	height: 162px;
	text-align: center;	
	font-size: 92%;
	margin: 0px 1px;
	background: #CCC url(images/footernote.jpg) repeat-x center top;
	}
#footer a { text-decoration: none; }

#footernote
{
	margin: 0px 1px;
	background: #CCC url(images/footernote.jpg) repeat-x center top;
	height:162px;
}

#leftfooter
{
float: left;
width: 365px;
}

#rightfooter
{
float:right;
width:365px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
/* Fix for Links in Sidebar Widget */
.linkcat { list-style:none; }
.widget{ list-style:none; }

/* own stuff */
pre.chili-all {
  margin: 5px 10px;
  border: 1px solid #f2f2f2;  
	color: #333333; 
	background-color: #f4f4f4; 
	font-size: 9pt; 
	line-height: 120%;
	overflow: auto; 
}

pre.chili-clip {
  margin: 5px 10px;
  border: 1px solid #f2f2f2;  
	color: #333333; 
	background-color: #f4f4f4; 
	font-size: 9pt; 
	line-height: 150%;
	height: 450px; 
	overflow: auto; 
}

pre.chili-all code, pre.chili-clip code {
	font-size: 9pt; 
	line-height: 150%;
	margin: 0;
	padding: 0;
	border: 0;
}
img.wp-smiley
{
border: 0;
}

img.noborder
{
border: 0;
}

/* demopage styles */

body
{
	margin: 0;

}/*
#menu, #mainmenu ul
{
	padding: 2px 50px;
	background:#24e url(images/menu.gif);
}*/

#mainmenu li.main
{
	background: inherit;
	height: 20px;
	padding-top: 1px;
}
#mainmenu li.main li
{
	padding-top: 1px;
	height: 21px;
	//height: 22px; /*ie*/
	white-space: nowrap;
}
#mainmenu li.hover
{
	background: white url(images/menuh.gif);
}
#mainmenu li.main li.disabled
{
	color: #bbb;
	background: white url(images/menu.gif) !important;
}
#mainmenu img.pic
{
	width: 16px;
	height: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
#mainmenu img.liArrow
{
	top: 3px;
	right: 0;
}
#hdiv div.cmDiv
{
	position: absolute;
	left: 600px;
	background: 0;
}

/**************** Custom Stuff ***************/

/************		Transfer box		*****************/
.transfererbox
{
	border: 2px solid #15f;
}

.HiddenDiv
{
	display:none;
}

.block
{
	display:block;
}

.hidden
{
	display: none;
}
.floatingleft
{
	float: left;
}
.floatingright
{
	float: right;
}
.centered 
{
	text-align:center;
}
.aligncenter
{
	text-align:center;
}
.floattop
{
float: top;
}

.alignleft
{
	text-align:left;
}

.alignright
{
	text-align:right;
}

#main_content
{
	padding-left: 170px;
}

#_content
{
	padding-left: 210px;
}

.colored
{
	color: #028; 
	border-bottom:solid 1px #9bf;
	padding: 0px 20px;
}
#main h2
{
	padding: 4px 10px;
	margin: 0px 1px;
}

.colortext
{
	color:#0066FF;
	font-weight:bold;
}
	
/*************Left Bar colors******************/
/*
#mainpageleftbar
{
	background: #ffffff url( images/mainleftbartop.png) no-repeat top right;
	width: 160px; 	float:left; 	display: block; 	
	margin:0px; padding: 0px;
	margin-top: 20px;
	margin-left: 1px;
	border-right: #4c555e solid 1px;
}
*/

#mainpageleftbar
{
	background: #ffffff;
	width: 160px; 	float:left; 	display: block; 	
	margin:0px; padding: 0px;
	margin-top: 20px;
	margin-left: 1px;
}

#mainpageleftbar a
{
	/*background: url( images/bigbtn.png) no-repeat top left;*/
	/*width: 155; height: 155;*/
	display: block;
}

#mainpageleftbar a img
{
	padding: 0px;
	border: none 0px;
}
#mainpageleftbarbottom
{
	background: #fff;
	width: 160px; 	float:left; 	
	margin:0px; padding: 0px;
}

#pageleftbar
{
	background: #4c555e url( images/mainleftbartop.png) no-repeat top right;
	width: 200px; 	float:left; 	display: block; 	
	margin:0px; padding: 0px;
	margin-top: 20px;
	margin-left: 1px;
	padding-top: 10px;
}
#pageleftbar a
{
	/*background: url( images/bigbtn.png) no-repeat top left;*/
	/*width: 155; height: 155;*/
	display: block;
	color: #ccc;
	padding: 5px 5px 5px 25px;	
	border-bottom: 2px solid #4c555e;
}
#pageleftbar a:hover
{
	color: #fff;
	background-color: #2c353e;
}

#pageleftbar a img
{
	padding: 0px;
	border: none 0px;
}
#pageleftbarbottom
{
	background: #4c555e url( images/mainleftbarbottom.png) no-repeat top right;
	width: 200px; 	float:left; 	
	margin:0px; padding: 0px;
}
#pageleftbarbottom p
{padding: 5px;}

.cellcaption
{
vertical-align: middle; text-align: center;
background-color:#4c555e;
color: #fff;
width: 25%;
padding: 0px; margin: 0px;
}
.cellcaption a
{
display: block;
padding: 3px 10px;
color: #ccc;
}

.cellcaption a:hover
{
background-color:#2c353e;	
color: #fff;
}
.cellimage
{
vertical-align: middle; text-align: center;
background:#2c353e url(images/loader.gif) no-repeat center center;
color: #fff;
padding: 1px; margin: 0px;
height:160px;
width:180px;
}


tbody.map tr td
{
  padding: 0px;
  color: #666;
  width:24px;
  height:24px;
  border : 0px none;
}
tbody.map tr:hover
{
  background: none;
}

#langselect 
{
width:150px;
font-size: 70%;
display: block;
float: right;
}

#langselect ul, li
{
list-style-type: none;
	display: block;
/*	float: right;*/
}

#langselect ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	top: 0px;
	position: absolute;
}

#langselect a {
	text-decoration: none;
	color: #ACADCC;
	display: block;
	padding: 3px 6px;
	width: 120px;
	border-bottom: 1px solid #ACADCC;
}
#langselect a:hover {
color: #3366CC;
border-bottom: 1px solid #ACCFE8;
}

#enlink { background: transparent url(images/en.gif) no-repeat right center}
#eslink { background: transparent url(images/es.gif) no-repeat right center}

/*START********************** Division Colors********************************/
/*Automotriz*/
#pageleftbar  a.automotriz
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_auto.gif) no-repeat center right;
}
#pageleftbar a.automotriz:hover
{
border-bottom: 2px solid #8709ef;
background:#2c353e url( images/dot_auto.gif) no-repeat center left;
}
a.automotriz
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_auto.gif) no-repeat center right;
}
a.automotriz:hover
{
border-bottom: 2px solid #8709ef;
background:#2c353e url( images/dot_auto.gif) no-repeat center left;
}

/*Alimenticia*/ 
#pageleftbar  a.alimenticia
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_alim.gif) no-repeat center right;
}
#pageleftbar a.alimenticia:hover
{
border-bottom: 2px solid #ff6600;
background:#2c353e url( images/dot_alim.gif) no-repeat center left;
}
a.alimenticia
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_alim.gif) no-repeat center right;
}
a.alimenticia:hover
{
border-bottom: 2px solid #ff6600;
background:#2c353e url( images/dot_alim.gif) no-repeat center left;
}
/*farmaceutica*/ 
#pageleftbar  a.farmaceutica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_farm.gif) no-repeat center right;
}
#pageleftbar a.farmaceutica:hover
{
border-bottom: 2px solid #99cc00;
background:#2c353e url( images/dot_farm.gif) no-repeat center left;
}
a.farmaceutica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_farm.gif) no-repeat center right;
}
a.farmaceutica:hover
{
border-bottom: 2px solid #99cc00;
background:#2c353e url( images/dot_farm.gif) no-repeat center left;
}

/*Consumibles*/ 
#pageleftbar  a.consumibles
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_cons.gif) no-repeat center right;
}
#pageleftbar a.consumibles:hover
{
border-bottom: 2px solid #df0000;
background:#2c353e url( images/dot_cons.gif) no-repeat center left;
}
a.consumibles
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_cons.gif) no-repeat center right;
}
a.consumibles:hover
{
border-bottom: 2px solid #df0000;
background:#2c353e url( images/dot_cons.gif) no-repeat center left;
}

/*Inoxidable*/ 
#pageleftbar  a.inoxidable
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_inox.gif) no-repeat center right;
}
#pageleftbar a.inoxidable:hover
{
border-bottom: 2px solid #404d60;
background:#2c353e url( images/dot_inox.gif) no-repeat center left;
}
a.inoxidable
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_inox.gif) no-repeat center right;
}
a.inoxidable:hover
{
border-bottom: 2px solid #404d60;
background:#2c353e url( images/dot_inox.gif) no-repeat center left;
}

/*Log&iacute;stica*/ 
#pageleftbar  a.logistica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_logi.gif) no-repeat center right;
}
#pageleftbar a.logistica:hover
{
border-bottom: 2px solid #00699b;
background:#2c353e url( images/dot_logi.gif) no-repeat center left;
}
a.logistica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_logi.gif) no-repeat center right;
}
a.logistica:hover
{
border-bottom: 2px solid #00699b;
background:#2c353e url( images/dot_logi.gif) no-repeat center left;
}

/*Arquitect&oacute;nica*/ 
#pageleftbar  a.arquitectonica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_arqu.gif) no-repeat center right;
}
#pageleftbar a.arquitectonica:hover
{
border-bottom: 2px solid #faf400;
background:#2c353e url( images/dot_arqu.gif) no-repeat center left;
}
a.arquitectonica
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_arqu.gif) no-repeat center right;
}
a.arquitectonica:hover
{
border-bottom: 2px solid #faf400;
background:#2c353e url( images/dot_arqu.gif) no-repeat center left;
}

/*Instalaciones*/ 
#pageleftbar  a.instalaciones
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_inst.gif) no-repeat center right;
}
#pageleftbar a.instalaciones:hover
{
border-bottom: 2px solid #666600;
background:#2c353e url( images/dot_inst.gif) no-repeat center left;
}
a.instalaciones
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_inst.gif) no-repeat center right;
}
a.instalaciones:hover
{
border-bottom: 2px solid #666600;
background:#2c353e url( images/dot_inst.gif) no-repeat center left;
}

/*Post-Venta*/ 
#pageleftbar  a.post-venta
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_serv.gif) no-repeat center right;
}
#pageleftbar a.post-venta:hover
{
border-bottom: 2px solid #00b5df;
background:#2c353e url( images/dot_serv.gif) no-repeat center left;
}
a.post-venta
{
border-bottom: 2px solid #4c555e;
background: url( images/dot_serv.gif) no-repeat center right;
}
a.post-venta:hover
{
border-bottom: 2px solid #00b5df;
background:#2c353e url( images/dot_serv.gif) no-repeat center left;
}

/*END*********************** Division Colors********************************/

.darkcell
{
background-color: #4c555e;
text-align: center; 
vertical-align: middle;
width:25%;
}

.cell180
{
height: 180px;
}

ul.mixedlist
{
	display: block;
	padding: 0px;	
	margin: 5px;
	text-align:left;
}

ul.mixedlist li a
{
	color: #ccc;
	display: block;
	padding: 25px 20px 25px 20px;	
}

ul.dotlist
{
padding:2pt 5px;
border-left: #abc 1px solid;
}

ul.dotlist li
{
padding:2pt 2px 4px 20px;
background: transparent url('images/dot.gif') no-repeat left center;
}

.gallery
{
	background-color: #2c353e;
	text-align: center;
	padding:5px;
	border-right: #000 5px solid;
	border-left: #000 5px solid;
}
.gallery a
{
	border: 0px none;
}
.gallery a img
{
	border: #000 5px solid;
	width:72px; height:72px;
	background: #2c353e url(images/loader.gif) no-repeat center center;
}

/******************cargar los estilos del acordeon***********/

	#mAccordion
{
	width: 758px;
	border-bottom: 1px solid #4c555e;	
	margin-left: 1px;
}
#mAccordion dt{
	line-height: 24px;
	background: #dde3f4 url(images/menubg.png) repeat-x center center;
	border-bottom: 1px solid #4c555e;
	padding: 0 10px;
	font-weight: bold;
	font-size: 120%;
	color: #def;
}
#mAccordion dt.mAccordionHover
{
	background: #96b4e0 url(images/menubg.png) repeat-x top center;
	color:#fff;
}
#mAccordion dt.mAccordionActive
{
	background: #96b4e0 url(images/menubg.png) repeat-x top center;
}
#mAccordion dd{
	overflow: auto;
}
#mAccordion p{
	margin: 4px 8px;
}
.mAccHeader
{
	cursor: pointer;
}
}
#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 1.1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}

#tooltip.pretty 
{
	font-family: Verdana;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/shadow.png');
}

#cluetip-inner
{
text-align:left;
}

#flashlogo
{	
	background: url(images/flashlogoshadow.png) repeat-x left bottom;	
	padding-bottom: 12px;
	margin: 0px 1px;
}

#flashlogo h2
{	
	background-color: transparent;	
	border: 0px none;
	padding-top: 20px 0px 0px 0px;
	margin-top:16px 0px 0px 0px;
	text-align: center;
}

#enviar
{
	border:0px none;
	filter: alpha(opacity=75); opacity: .75
}
#enviar:hover
{
	filter: alpha(opacity=100); opacity: 1
}
