﻿@charset "utf-8";

/* http://www.classiccars.co.uk - CSS Document */



/* BASE COLOURS */



/* DARK GRAY 		- 	#141516 */

/* MID GREEN 		- 	#7F7F7F */



/* MID GREEN 		- 	#386549 */

/* LIGHT GREEN	 	- 	#86F1AF */

/* LIGHT BROWN	 	- 	#A4413B */

/* DARK BROWN 		- 	#583331 */

/* LIGHT GREY 		- 	#B5B7B9 */

/* DARK GREY 		- 	#617267 */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1em;
	background-color: #141615;
}

#wrapper { 
	width: 800px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
}

#header .logo {
	float: left;
	margin-bottom:1px;
}

/* End */
/* Top Navigation */

#navigation {
	clear: both;
	position: relative;
}

#navigation ul {
	padding: 0px 30px 0px 7px;
	margin: 0px;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	/*width: 928px;*/
	float: left;
	width: 770px;
	height:20px
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
	list-style: none;
}

#navigation ul li a {
	color: #7F7F7F;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding: 3px 3px 3px 23px;
}

#navigation ul li a:hover {
	color: #f1f1f1;
}

/* End */

/* Content */

#contenidoPrincipal {
	min-height:450px;
	width:800px;
}

/*HOME*/

#ifrContenido {
	height:100%;
	width:100%;
	overflow-x:hidden;
}

#home {
	min-height:400px;
	width:830px;
	float:left;
/*	background-image:url(../images/minihome.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:70px 0 0 30px;*/
}

#homeContenido {
	height:300px;
	width:800px;
	/*background-image:url(../images/minihome.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	padding:70px 0 0 30px;
}

#contenido p {
	text-align:left;
	font-size:12px;
	color: #7F7F7F;
	width:800px;
}

/*HOME*/

/*CONTACTENOS*/

#contactenos {
	width:800px;
	padding-top:40px;
	height:390px;
}

/*CONTACTENOS*/

/* End */

/* Footer */
#footer {
	position: relative;
}

#footer p { 
	font-size: 0.7em;
	color: #7F7F7F;
	clear: both;
	margin-top: 10px;
	width:800px;
	padding:10px;
}

/* End */

/* Seccion Mini */

#miniContenido {
	width:800px;
	text-align:left;
}

.texto {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

/* End Seccion Mini */

/* Seccion Galeria */

#galeriaContenido {
	width:800px;
}

.linksa a {
	color: #7F7F7F;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	padding: 3px 3px 3px 23px;
}

.linksa a:hover {
	color: #f1f1f1;
}

/* End Seccion Galeria */

/* Seccion Contacto */

#contactoContenido {
	width:500px;
	align: center;
	padding-top:30px;
}

/* End Seccion Contacto */