Hola a todos,
tengo un grave problema ya que resulta que mi página web no es interpretada correctamente por algunos ordenadores.
Lo que quiero decir es que en algunos puestos de trabajo si se ve correctametne el estilo pero en otros no, mostrando las fuentes sin formato ni orden ni nada... (estilo de celdas, botones... un caos)
Mi CSS es el siguiente, y yo diria que esta bien pero oye!nunca se sabe.
Curiosidad: los ordenadores donde no se ve bien estan conectados con ADSL de telefónica.
.tablaMadre {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #F9F8EA;
vertical-align: middle;
border: 1px dashed #39628F;
}
.tablaMadreImprimir {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
background-color: #F9F8EA;
vertical-align: middle;
border: 1px dashed #39628F;
}
.titulos {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #39628F;
text-align: center;
font-weight: bold;
}
.input-txt {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: 1px solid #39628F;
width: 100%;
font-weight: bold;
text-transform: none;
font-variant: normal;
}
.input-txt2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: 1px solid #000000;
width: 50%;
font-weight: bold;
text-transform: uppercase;
font-variant: normal;
}
.txt1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}
.txt1Imprimir {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}
.pie {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
.a1 {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.boton {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #39628F;
border: 1px solid #ffffff;
font-weight: bold;
width: 100px;
}
.msg {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
text-transform: uppercase;
color: #FFFFFF;
border: 1px solid #FFFFFF;
background-color: #39628F;
}
.a2 {
color: Gray;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}
.a3{
color: Blue;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: underline;
}
.img {
border: 1px solid #39628F;
}
.botonExaminar {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
border: 1px solid #336600;
font-weight: bold;
width: 100%;
}
.cssPag {
color: #39628F;
font-weight: bold;
text-decoration: none;
font-size: 11px;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
background-color: #39628F;
height: 11px;
}
body {
background-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.input-disabled {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: 1px solid #000000;
width: 100%;
font-weight: bolder;
background-color: #EDF5E5;
}
.boton2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #39628F;
border: 1px solid #000000;
font-weight: bold;
}
.txt2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: Navy;
font-weight: bold;
text-transform: uppercase;
}
.txt2Imprimir {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: Navy;
font-weight: bold;
text-transform: uppercase;
}
.txt3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: Gray;
font-weight: normal;
text-transform: uppercase;
}
.inactivo {
color: #CCCCCC;
}
.texto {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #ffffff;
}
.celda1 {
background-color: #D0D9E0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
height: 19px;
vertical-align: middle;
}
.celda2 {
background-color: #9EA1B0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
height: 19px;
vertical-align: middle;
}