a { text-decoration:none; }
a:link { color:#6598c1;}
a:visited { color:#6598c1;}
a:hover { color:#000;}
a:active { color:#000;}

p { line-height: 170%; }

#header .logo {
	height: 64px;
	padding-right: 7px;
	padding-left: 40px;
	padding-top: 50px;
}
#header ul {
	background-image: url(../images/interface/main_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 57px;
	margin: 0px;
	padding-left: 24px;
}
#header li {
	float: left;
	color: #FFF;
	list-style-type: none;
	text-align: center;
	width: 77px;
	margin-left: 20px;
	line-height: 31px;
	margin-top: 12px;
}
#header li:hover {
	background-image: url(../images/interface/main_menu_hover_bg.png);
	background-repeat: no-repeat;
	background-position: center center;

}
#header li a { display: block; }
#header li a:link { color:#fff; } 
#header li a:visited { color:#fff; } 
#header li a:hover { color:#fff; } 
#header li a:active { color:#fff; } 
#header .collage {
	background-image: url(../images/interface/collage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 297px;
	padding-left: 45px;
}
#header .collage h1 {
	font-size: 229%;
	font-weight: normal;
	color: #6598c1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 50px;
}
#header .collage p {
	width: 36%;
	text-align: justify;
}
#header .collage_small {
	background-image: url(../images/interface/collage_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	padding-left: 45px;
}
#header .collage_small h1 {
	font-size: 229%;
	font-weight: normal;
	color: #6598c1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 40px;
}

#body {
	background-image: url(../images/interface/body_bg.png);
	background-position: left -50px;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 38px;
	padding-bottom: 50px;
	padding-top: 28px;
	position: relative;
}
#body h1 {
	margin: 0px;
	padding-bottom: 10px;
}
#body h2 {
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}

#body p {
	padding-right: 30px;
}

#body ul.products_cats {
	margin: 0px;
}

#body .products_cats li{
	float: left;
	list-style-type: none;
	height: 37px;
	margin-right: 20px;
}
#body .products_cats a  {
	display: block;
	height: 37px;
}
#body .products_cats .cat01 {
	background-image: url(../images/buttons/agendas.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 72px;
	text-align: center;
}
#body .products_cats .cat01 a { color:#9daa05; }
#body .products_cats .cat02 {
	background-image: url(../images/buttons/notebooks.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 71px;
	text-align: center;
}
#body .products_cats .cat02 a { color:#6598c1; }
#body .products_cats .cat03 {
	background-image: url(../images/buttons/oem.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 71px;
	text-align: center;
}
#body .products_cats .cat03 a { color:#cb8589; }
#body .products_cats .cat04 {
	background-image: url(../images/buttons/accesorios.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 71px;
	text-align: center;
}
#body .products_cats .cat04 a { color:#c87a00; }
#body .products_cats .cat05 {
	background-image: url(../images/buttons/interiores.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 71px;
	text-align: center;
}
#body .products_cats .cat05 a { color:#93454f; }

#body .agenda_models a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 6px;
}
#body .agenda_models img { display: block; }

#body .agenda_colors a {
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 16px;
}
#body .agenda_colors img { display: block; }


#body .catalog_download {
	float: right;
	background-color: #d5d4d3;
	background-image: url(../images/interface/catalog_download_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	text-align: center;
	padding-left: 190px;
	padding-top: 14px;
	margin-left: 30px;
}
#body .catalog_download p {
	line-height: 100%;
}
#body .section_picture {
	margin-left: -38px;
	margin-bottom: -63px;
}
#body .product_cover {
	float: right;
}
#body .interiores_list img {
	border: 1px solid #D5D4D3;
}


#body fieldset {
	border: 1px solid #D5D4D3;
	width: 45%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-top: 20px;
}
#body fieldset legend {
	color: #B3B0AE;
	font-weight: bold;
	padding-bottom: 12px;
}
#body fieldset .row {
	margin-bottom: 4px;
}

#body fieldset label {
	width: 30%;
	float: left;
}
#body fieldset .field {
	width: 68%;
}
#body fieldset .button {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#body fieldset .buttons_container {
	text-align: center;
}









#footer {
	background-image: url(../images/interface/footer_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 6px;
	padding-right: 42px;
	padding-left: 42px;
	font-size: 93%;
	color: #888888;
	margin-bottom: 30px;
}
#footer p {
	width: 50%;
	float: left;
	line-height: 40px;
}
#footer .credits { text-align: right; }
a.more_info {
	background-image: url(../images/buttons/more_info_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: 157px;
	display: block;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-size: 85%;
}
a.more_info:link { color:#000; }
a.more_info:visited { color:#000; }
a.more_info:hover { color:#6598c1; }
a.more_info:active { color:#6598c1; }
.left_aligned {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clear_fix {
	clear: both;
}

