
* {
	margin: 0;
	padding: 0;
}

a {
	color:#f47224;
}

a:hover {
	color:#FF3300;
}

body {
	background-image:url(img/bg_aerialparts.png);
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	margin: 3% 0;
}

#langua{
	background-image:url(img/bg_languaje.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	width: 840px;
	height:25px;
	margin: 0 auto;
	margin-top:-25px;
	padding-right:25px;
	padding-top:5px;
	}
	
p,ul {
	padding-bottom: 1em;
	text-align:justify;
}

ul {
	margin-left: 1.2em;
	}

li {
	list-style: none;
	}
	
.main li {
	list-style-image: url(img/li.gif);
	}
	
.main a {
	text-decoration:none;
}

h1 {
	font-size: 1.2em;
	}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color:#F47224;
	display: block;
	font-size: 1.2em;
	text-align:center;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	}
	
blockquote p {
	padding: 3px 0;
	}

h1,h2,h3 {
	color:#F47224;
	}

/* misc */
.clearer {
	clear: both;
	}
	
.txtwhite{
	color:#FFFFFF;
}

.txtgray{
	color:#999999;
}
	
.main_right .padded {
	padding: 6px 2px 6px 16px;
	}
	
.main .padded {
	padding: 0px 24px;
	}
	
.meta {
	font-size: 0.8em;
	color: #666;
	}
	
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #fff;
}

/* header */
.header {
	float: left;
	width: 640px;
	}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
}
.main_right {
font-size:10px;
	float: right;
	width: 200px;
	color:#333333;
	line-height:18px;
}

/* sub-navigation */
.subnav h1 {
	background: #767676;
	background-image:url(img/bg_menu_top.gif);
	background-repeat:repeat-y;
	background-position:top left;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	letter-spacing:3px;
	line-height: 24px;
	padding-left: 8px;
}

.subnav ul {
	margin: 0; 
	padding: 0;
}

.subnav li {
	border-bottom: 1px solid #fff;
	list-style: none;
}
.subnav li a {
	background: #f47224;
	background-image:url(img/bg_menu_a.gif);
	background-repeat:repeat-y;
	background-position:top left;
	color: #FFF;
	font-weight:bold;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #f68e1d;
	background-image:url(img/bg_menu_ahover.gif);
	background-repeat:repeat-y;
	background-position:top left;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #fff;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}

.footer .left,.footer .right {
	padding: 0 16px;
}

.footer a {
	color: #EEE;
}

.footer a:hover {
	color: #FAFCB0;
}
