/* Global
-------------------*/
html, body, div, p, ul, li, img, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 10px 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #282878;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0;
}
h1, h2 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}
h1 {
	color: #282878;
	font-size: 125%;
	border-bottom: 2px solid #fbc11c;
}
h2 {
	margin: 0 0 5px 0;
	color: #282878;
	font-size: 105%;
}
h2.number {
	margin: 0 0 5px 80px;
}
a {
	color: #282878;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 2px 0 2px 2px !important;
	padding: 2px 0 3px 2px;
	width: 200px;
	border-bottom: 1px solid #fff;
}
input.image {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea {
	margin: 0 0 2px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999;
	color: #282878;
	font: 11px verdana;	
	background-color: #fff;
}

/* Class
-------------------*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.grey {
	color: #999;
}
.mini {
	font-size: 10px;
}
/* Div
-------------------*/
div#contener {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 753px;
	background-color: #fff;
}
div#contener div#header {
	width: 753px;
	height: 153px;
	margin: 0;
	padding: 0;
	background-image: url("pictures/home/header.gif");
}
div#contener div#header div#telephones {
	float: right;
	width: 200px;
	height: 100px;
	background-image: url("pictures/home/telephones.gif");
}
div#contener div#header a {
	display: block;
	padding: 0 0 0 10px;
	width: 540px;
	height: 153px;
	color: #fff;
	font-size: 1px;
	text-decoration: none;
}
div#contener div#main {
	width: 743px;
	height: 215px;
	margin: 0 5px 0 5px;
	background-color: #f1f1f1;
	background-image: url("pictures/home/main.jpg");
}
div#contener div#footer {
	width: 753px;
	height: 13px;
	font-size: 0;
	background-image: url("pictures/home/footer.gif");
}
div#bottom {
	margin: 0 auto 0 auto;
	padding: 0 18px 0 0;
	width: 735px;
}
div#download {
	float: right;
	margin: 0;
	padding: 0;
	width: 161px;
	background: transparent url("pictures/home/download.gif") left top no-repeat;
}
div#download a {
	display: block;
	height: 36px;
	color: #b2b2b2;
	font-size: 1px;
	text-decoration: none;
}
div#download a:hover {
	color: #af8b23;
	background: transparent url("pictures/home/download.gif") left top no-repeat;
	background-position: 0 -36px;
}
