Ver Mensaje Individual
  #10 (permalink)  
Antiguo 16/07/2008, 01:49
balfer
 
Fecha de Ingreso: julio-2008
Mensajes: 18
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: Problema con Internet Explorer

Ahí lo tienes, espero que sirva de algo >.<

Sino tendré que reescribir toda la web o.0

Código:
/* CSS Document */
* {margin:0px 0px 0px 0px ; padding:0px ; border: 0px;}
body {text-align:center; }
#global {background-color:white; width:100%; min-height:100%; min-width:800px;}
#global h3 {font-size:20px; text-align:center; margin-top:15px; text-decoration:overline underline;}
#global h4 {font-size:12px; text-align:right; margin-bottom:15px;}

#cabecera {background-image:url(objetos/fondocabecera.png); background-position:right; background-repeat:no-repeat; height:150px; width:100%;}

#logotipo1 { float:left; height:150px; width:150px;}
#logotipo1 img {margin: 30px 0px 0px 15px; border:0px;}
#logotipo1 a         { text-decoration:none;}
#logotipo1 a:link    {}
#logotipo1 a:visited {}
#logotipo1 a:hover   {background-color: none;}
#logotipo1 a:active  {}
#datos {float:right; width:433px; height:70px; padding-top:45px;}
#datos p {color:#CCCCCC;}


#logotipo2 { float:right; background-image:url(objetos/cabecera.png); background-repeat:no-repeat; width:433px; height:48px; margin:10px 10px 10px 10px;}

#navegacion { background-image:url(objetos/fondomenu.png); background-repeat:repeat-x; height:50px; width:100%;}
#navegacion li {float:left; list-style:none; margin: 0px 20px 0px 20px; padding-top:15px;}
#navegacion a { color:#CCCCCC; text-decoration:none;}
#navegacion a:visited {}
#navegacion a:hover   {color:white; }
#navegacion a:active  {}

#globalcontenido { background-color:#F2F2F2; background-repeat:repeat; width:auto; height:auto; overflow: hidden; }
#contenedor { background-color:#F2F2F2; padding: 25px 220px 25px 200px;padding-bottom:30000px; margin-bottom:-30000px;}
#contenedor p{ text-indent: 15px; font-size:14px; text-align:left; padding-left:15px; padding-right:15px;}

#menuizquierdo { float:left; width:170px; height:auto; background-color:#CCCCCC; padding:20px 15px 10px 20px; text-align:left;padding-bottom:30000px;margin-bottom:-30000px;border-right:solid 1px;}
#menuizquierdo a         {color:black; text-decoration:none ; display: block; font-size:12px;}
#menuizquierdo a:link    {}
#menuizquierdo a:visited {}
#menuizquierdo a:hover   {color:#003399; text-decoration:none ; }
#menuizquierdo a:active  {color:white;}
#menuizquierdo h3{background-color:#999999; color:white; text-align:center; font-size:14; vertical-align:top; margin-bottom:10px; text-decoration:none;}

#menuderecho {float:right; width:170px; height:auto; background-color:#CCCCCC; padding:20px 15px 10px 20px; text-align:left;padding-bottom:30000px;margin-bottom:-30000px;border-left:solid 1px;}
#menuderecho h3{background-color:#999999; color:white; text-align:center; font-size:14; vertical-align:top; margin-bottom:10px; text-decoration:none;}

#contactoder {width:auto; height:auto; border:solid 1px; padding:3px 3px 3px 3px;}

#contactoder p{font-size:12px;}

/*****************/
/*Pie y derivados*/
/*****************/
#pie {height: 32px; width:100%;background-image:url(objetos/fondomenu.png); background-repeat:repeat; position:absolute; left:0px;margin-right: auto; margin-left: auto;}
#pie li  {list-style: none; font-size: 12px;}
#pieuno  {float:left ; width:20%; padding-top:10px;}
#pieuno a { text-align:left; padding-left:15px; }
#piedos  {float:left ; width:60%; padding-top:10px;}
#pietres {float:left ; width:20%; padding-top:10px;}
#pietres p {font-size:12; color:white; text-align:right; padding-right:15px;}
#piedos p {font-size:13;}

/***********************/
/*Enlaces del pie 1 y 3*/
/***********************/
#pie a         {color:#CCCCCC; text-decoration:none ; display: block; font-size:12px;}
#pie a:link    {}
#pie a:visited {}
#pie a:hover   {color:white; text-decoration:none ; }
#pie a:active  {color:white;}