Tambien tengo problemas con los div "frasecorta" y "fraselarga" quiero que esten siempre centrados pero ahora se me pegan a la izquierda, quiero que esten como la cabecera.
Gracias de antemano.
Código HTML:
Ver original
Código CSS:
Ver original
@charset "utf-8"; /* CSS Document */ #contenedor{ position:relative; height:100%; } #cabecera{ border:#000; border-width:2px; border-style:solid; min-width:980px; max-width:1200px; height:100px; margin-left:auto; margin-right:auto; } .inicio{ text-decoration:none; list-style:none; font-family:"Trebuchet MS", Geneva, sans-serif; float:left; font-size:67px; font-weight:bold; } .inicio a{ text-decoration:none; color:#000; } .inicio a:hover{ text-decoration:none; color:#000; } .menu{ text-decoration:none; list-style:none; font-family:maiandra_gdregular, Geneva, sans-serif; font-size:13px; font-weight:bold; float:right; margin-left:10px; } .menu a{ text-decoration:none; color:#999; } .menu a:hover{ text-decoration:none; color:#000; } #centro{ border:#000; border-width:2px; border-style:solid; min-width:980px; max-width:1200px; margin-left:auto; margin-right:auto; text-align:center; } #frasecorta{ border:#000; border-width:2px; border-style:solid; min-width:980px; max-width:1200px; height:100px; margin-left:auto; margin-right:auto; font-family:maiandra_gdregular, Geneva, sans-serif; font-size:30px; font-weight:bold; text-align:center; position:absolute; bottom:0px; } #fraselarga{ border:#000; border-width:2px; border-style:solid; min-width:980px; max-width:1200px; height:100px; left:auto; right:auto; text-align:justify; font-family:maiandra_gdregular, Geneva, sans-serif; font-size:17px; color:#808080; font-weight:normal; position:absolute; bottom:-102px; } #pie{ width:99%; background-color:#000; text-align:center; position:absolute; bottom:-147px; } #pie, #pie a, #pie a:hover{ font-family:maiandra_gdregular, Verdana, sans-serif; font-size:17px; color:#FFF; font-weight:normal; text-align:center; text-decoration:none; }