Cita:
y Luego en el CSS:<!doctype html>
<html lang="es">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Alpaluz - Gestion Electrica y Obras</title>
<link rel="stylesheet" href="index_files/css1.css" type="text/css" media="screen">
</head>
<body>
<div id="contenedor_principal">
HOLA
</div>
</body>
</html>
<html lang="es">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Alpaluz - Gestion Electrica y Obras</title>
<link rel="stylesheet" href="index_files/css1.css" type="text/css" media="screen">
</head>
<body>
<div id="contenedor_principal">
HOLA
</div>
</body>
</html>
Cita:
Al poner margin: 0 auto queda centrado pero queda un hueco considerable estre esta div y el limite superior por tanto si pongo unicamente maring-top: -9px; ya no queda hueco pero no tengo manera de centrarlo./* Principal */
body {
background-color: #65696e;
font-family: Arial, sans-serif;
font-size: 12px;
}
/* Base */
#contenedor_principal {
margin: 0 auto;
border: 1px solid #000000;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
width: 1000px;
height: auto;
background-color: #ffffff;
}
body {
background-color: #65696e;
font-family: Arial, sans-serif;
font-size: 12px;
}
/* Base */
#contenedor_principal {
margin: 0 auto;
border: 1px solid #000000;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
width: 1000px;
height: auto;
background-color: #ffffff;
}
Un ayudita please gracias de antemano.