* {
	margin: 0;
	padding: 0;
}
body {
	color:#343434;
	background:url(../images/background.jpg) repeat-x;
	background-position:bottom;
	background-attachment: fixed;
	background-color: #F5F4F4;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
}
h1 {
	font-weight:normal;
}
h2 {
	font-weight:normal;
}

h3 {
	color:#0093d0;
	font-size:15px;
}
a {
	color:#343434;
	text-decoration:none;
}
a:hover {
	color:#0093d0;
}
img {
	border: none;
}
li {
	list-style:outside;
	margin-left:15px;
}

/* Page */
#page {
	width: 851px;
	margin: 0 auto;
}
#footer {
	clear:both;
	color:#928c8c;
	padding-top:75px;
	padding-bottom:100px;
}

/* Head */
#lang {
	text-align:right;
	position:relative;
	margin-top:10px;
	font-size:10px;
	color: #000000;
}

#top {
	height:8px;
	background-color:#045982;
}
#head {
	height:143px;
}
#logo {
	float:left;
	padding-top:20px;
}

/* Menu */
#menu {
	float:right;
	margin-top: 15px;
}
#menu ul {
	/*list-style: none;*/
}
#menu li {
	display: inline;
	margin:0px;
}
#menu a {
	width:83px;
	height:40px;
	float:left;
	background:url(../images/button.jpg) no-repeat;
	text-decoration: none;
	font-size: 10px;
	color: #585859;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	text-indent:5px;
}
#menu .first {
	width:92px;
	background:url(../images/button_left.jpg) no-repeat;
}
#menu .last {
	width:42px;
	background:url(../images/button_right.jpg) no-repeat;
}
#menu a:hover {
	color:#0093d0;
}

/* Submenu */
#submenu #quienes {
	display:none;
	margin-top:-9px;
	margin-left:155px;
	float:left;
	background:url(../images/submenu_back.jpg) no-repeat;
}
#submenu #productos {
	display:none;
	margin-top:-9px;
	margin-left:248px;
	float:left;
	background:url(../images/submenu_back.jpg) no-repeat;
}
#submenu #clientes {
	display:none;
	margin-top:-9px;
	margin-left:331px;
	float:left;
	background:url(../images/submenu_back.jpg) no-repeat;
}
#submenu #comunicacion {
	/*width:200px;*/
	display:none;
	margin-top:-9px;
	margin-left:414px;
	float:left;
	background:url(../images/submenu_back.jpg) no-repeat;
}
#submenu li {
	display: inline;
}
#submenu a {
	margin-left:3px;
	height:22px;
	float:left;
	text-decoration: none;
	font-size: 9px;
	color: #585859;
	text-align:center;
	vertical-align:middle;
	line-height:22px;
	text-transform:uppercase;
}
#submenu a:hover {
	color:#0093d0;
}
