/* Reset */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address, li {
	font-weight: normal;
	margin:0;
	padding: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6{
font-size:1em;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
li, dd, blockquote {
	margin: 0;
	padding:0;
}
a, a:link, a:visited, a:hover, a:active {
	outline: 0; 
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
	text-decoration: none;
}
label, button {
	cursor:pointer;
}
input, select {
	font-size: 1em;
}
textarea {
	font-size: 1.4em;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* /reset */

/****************************************HACKS para IE6: */
*html {}
/****************************************HACKS para IE7: */
*:first-child+html {}
/**************************************************************** */ 

/* General */

html {font: 62.5%/50% Verdana, Arial, Helvetica, sans-serif;}

body {
	font-size: 1em;
	line-height: 1.5em;
	background:#00aeff url(../images/bg-page.jpg) repeat-x;
}
a:link, a:visited, a:hover, a:active  {
	text-decoration:none;
	 color:#909090;
}


/* Cajas */


/************************************************************************ contenedor*/

#contenedor{ margin:10px auto; width: 980px; }



/************************************************************************** cabecera */

#cabecera{height:317px; clear:both; background:url(../images/cabecera.jpg) no-repeat;}
#cabecera h1{ text-indent:-9000px; float:left;}
#cabecera h1 a{width:980px; height:317px; display:block; cursor:pointer;}
#cabecera h2{ display:none;}



/********************* Contenido */
#productos{ background:url(../images/bg-fondo.jpg) no-repeat; margin:10px 0 0 0;}
.producto{ background: #fff; width:216px; height:203px; padding:10px; float:left; margin:0 12px 0 0;}
.producto h2{ font-size:1.4em; font-weight:bold; color:#004e82; margin:0; background:url(../images/bg-h2.gif) 0 5px no-repeat; padding:0 0 10px 10px; text-transform:uppercase;}
.ultimo-producto{margin:0;}

.producto img{margin:0 0 8px 0;}
.txt-producto{ margin:0; width:215px; height:30px;}
a.bt-info{background:url(../images/bt.gif) no-repeat; width:116px; height:24px; display:block; text-indent:-9000px; margin:0 10px 0 0; float: left;}
a.bt-prueba{background:url(../images/bt-2.gif) no-repeat; width:90px; height:24px; display:block; text-indent:-9000px; margin:0; float: left;}


/********************* Interiores */

#contenedor-interior{margin:0 auto; width:1000px; height:550px;}

#fondo-coche-01{ float:left; background:url(../images/coche01-fd01.jpg) no-repeat; width:569px; height:550px;}
#fondo-coche-02{ float:left; background:url(../images/coche02-fd01.jpg) no-repeat; width:569px; height:550px;}
#fondo-coche-03{ float:left; background:url(../images/coche03-fd01.jpg) no-repeat; width:569px; height:550px;}
#fondo-coche-04{ float:left; background:url(../images/coche04-fd01.jpg) no-repeat; width:569px; height:550px;}
#fondo-coche-0{ float:left; width:569px; height:550px;}
h1{ text-indent:-9000px; display:none;}
a.volver{ text-indent:-9000px; width:150px; height:40px; display:block; margin:265px 0 0 30px}
#fondo-form{ float:left; background:url(../images/bg-form.jpg) no-repeat; width:431px; height:550px;}
#contenido-form{margin:130px 20px 20px 10px; color:#00aeff; font-size:1.2em;}
.bt-prueba-grande{ width:161px; height:42px; display:block; text-indent:-9000px; cursor:pointer; margin:20px auto; background:url(../images/bt-3.gif) no-repeat;}



/*clases*/
.clear{clear:both;}


