* {
	margin: 0px;
	padding:0px;
}


*{
font-family: Verdana, Arial, sans-serif;
/*color:black;*/
font-size: 14px !important;
}

#fabricantes {
	position: absolute;
	width: 200px;
	height: 400px;
	background-image: url(../imagenes/fabricantes.jpg);
	top: 100px;
	left:50px;
	border: 0px;
	}
	
#aclaracion {
	position: absolute;
	width: 300px;
	height: 150px;
	background:none;
	top: 120px;
	right:5px;
	border: 0px;
	}

#principal {
	position: absolute;
	width: 507px;
	height: 500px;
	background-image: url(../imagenes/flogin.jpg);
	top: 30px;
	margin-left: -253px;
	left:50%;
	float: center;
	border: 0px;
	}

#login {
	position:absolute;
	width: 448px;
	height:208px;
	top:39%;
	left:49%;
	margin-left:-200px;
	background-color: white;
	}
	
#registro {
	position:absolute;
	width: 120px;
	height:30px;
	top:98%;
	left:67%;
	margin-left:-130px;
	background-image: url(../imagenes/botonregistro.jpg);
	}
	
		#registro:hover {
		background-image: url(../imagenes/botonregistrohover.jpg);
			border-left:1px solid #000000; 
			border-right:1px solid #000000;
		}
		
		#botonenviar:hover{
			border-top:1px solid #000000;
			border-left:1px solid #000000; 
			border-right:1px solid #000000;
			border-bottom:1px solid #000000;
		}
	
