* { 
	font-family: inherit; 
	font-size: 100%; 
	font-style: inherit; 
	font-weight: inherit; 
	margin: 0; 
	outline: 0; 
	padding: 0;
}

html { height: 100% }

/*body { 
	background: #fff; 
	color: #1b395a; 
	font-size: 100%; 
	min-height: 100%; 
	text-align:	left;
	position: relative;
	
}*/

img { border: 0 }
ul, ol { list-style-type:none; }
a {
	color: white;
	text-decoration: none;
}
body{
	background: #18191b url(../images/bg.jpg) repeat-x center 0;
	color: #e9e9e9;
	font-family: Rockwell, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*text-shadow: 0px 1px 1px #000; */
}
#container{
	margin: auto;
	text-align: left;
	width: 960px;
	height: 900px;
	position: relative;
}
#sidebar {
	position: absolute;
	left: 0px;
	width: 300px;
	height: 900px;
}

h1 {
	width: 900px; height: 300px; margin: 0; position: relative; top: 0px;
	margin-left: -2px;
	background: url(../images/logo.png); text-indent: -9999px; z-index: 10;
}

h2 {
	font-size: 28px;
	/*padding: 20px;*/
	font-family: Helvetica;
	color: #f9f9f9;
	line-height: 26px;
	text-shadow: 0px 1px 1px #000; 	
}

h2 span {
	font-size: 16px;
	font-family: Helvetica;
	color: #f9f9f9;
	text-shadow: 0px 1px 1px #000; 	
}
p{
	padding: 0px;
	font-size: 16px;
	font-family: Helvetica;
	color: #000;
}

#nav{
	height: 200px;
	padding: 15px;
}

li#inicio a {
	display: block;
	width: 180px; 
	height: 30px;
	margin-left: -5px; 
	text-indent: -9999px;
	background: url(../images/inicio.png);
}
li#nosotros a {
	display: block;
	width: 180px; 
	height: 30px;
	margin-left: -5px; 
	text-indent: -9999px;
	background: url(../images/nosotros.png);
}
li#reparaciones a {
	display: block;
	width: 180px; 
	height: 30px;
	margin-left: -5px; 
	text-indent: -9999px;
	background: url(../images/reparaciones.png);
}
li#clientes a {
	display: block;
	width: 180px; 
	height: 30px;
	margin-left: -5px; 
	text-indent: -9999px;
	background: url(../images/clientes.png);
}
li#contacto a {
	display: block;
	width: 180px; 
	height: 30px;
	margin-left: -5px; 
	text-indent: -9999px;
	background: url(../images/contacto.png);
}

#content{
	width: 630px;
	height: 900px;
	float: right;
}
#alineado{
	/*
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #0a233e;
	*/
	background-image: url(../images/diveBg.png);
	width: 630px;
	height: 557px;
	margin-top: 315px;
}