@charset "UTF-8";
/* CSS Document */

#wrapper {
	height: 750px;
	width: 1000px;
	position:relative;
	top:3px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imagenes/fondo72.jpg);	
}


#head {
	height:170px;
	width: 1000px;
	position:absolute;
	z-index: 6;
}

#body {
	height:500px;
	width: 1000px;
	position:absolute;
	top: 187px;
	background-repeat: no-repeat;
	background-position:center top;
}


#footer {
	height:20px;
	width: 1000px;
	position:absolute;
	top: 690px;
}

#carros {
	position:absolute;
	width:255px;
	height:750px;
	z-index:1;
}


#logoservicios {
	position:absolute;
	width:299px;
	height:170px;
	z-index:1092;
	left: 700px;
}
#texto1 {
	position:absolute;
	width:756px;
	height:117px;
	z-index:1900;
	left: 257px;
}
#menu {
	position:absolute;
	width:600px;
	height:115px;
	z-index:190144;
	left: 256px;
	top: 117px;
}

body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000;
}
#logoservicios {
	position:absolute;
	width:299px;
	height:170px;
	z-index:1092;
	left: 680px;
}
#texto1 {
	position:absolute;
	width:756px;
	height:117px;
	z-index:1900;
	left: 257px;
}
#menu {
	position:absolute;
	width:600px;
	height:500px;
	z-index:190144;
	left: 256px;
	top: 117px;
}

ul.menu
{
   list-style:none;
}
ul.menu ul /* Para todos los ul debajo del ul.menu */
{
   display:none;
   list-style:none;
   color:#FFF;
} 
/* Esto afecta a todos los ul inmediatamente debajo (el > ) de un li que a su vez esté dentro de un ul.menu */
ul.menu li:hover > ul
{
   display:block;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
