html{
    width: 100%;
    height: 100%;
    background-color:  #FFF;
    background:url("../imagenes/backWrap.jpg") repeat-y center 0;
    font-family: Arial, Helvetica, sans-serif;
}
html, body, * html .cuerpoBody{
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
img{
    border: none;
}
a, a:visited{
    text-decoration: none;
}
    .principalCentral{
        width: 1000px;
        background: #fff;
        margin: 0 auto;
        padding: 0;
        min-height: 100%;
    }
        .principalNavegacion{
            height: 200px;
            width: 100%;
            background:url("../imagenes/superior.png") no-repeat center 0;
        }
        .BotonesNavegacion{  
            height: 42px;
            width: 100%;
            background:url("../imagenes/navegacion.png") repeat-x center 0;
        }
            .EspacioBotones{  
                width: 90%;
                margin: 0 auto;
                padding: 0;
                line-height: 35px;
                color: #fff;
                height: 42px;
            }
            .BotonGranNavegacion{  
                height: 42px;
                text-align: center;
                float: left;
            } 
                .botonNavegacion{ 
                    height: 35px;
                }
                .FlechitaNavegacion{
                    height: 7px;
                }
                .BotonGranNavegacion:hover  .botonNavegacion{ 
                    height: 35px;
                    background-color: #999;
                    width: 100%;
                }
                .BotonGranNavegacion:hover  .FlechitaNavegacion{
                    height: 7px;
                    
                    background: url("../imagenes/flechita.png") no-repeat center 0px;
                    width: 100%;
                }
                
                    .EspacioLados{  
                        margin-left: 15px;
                        margin-right: 15px;
                    }
                    
                        .EspacioLados a{
                            text-decoration: none;
                            color: #fff;
                        }
.EspacioInferiorNavegacion{  
    width: 100%;
    height: 200px;
}

.InferiorNavegacion{
    height: 200px;
    width: 1000px;
    background: #666666;
    margin: 0 auto;
    padding: 0;
    margin-top: -200px;
}
            
    .entradaBusqueda{  
        width: 145px;
        height: 23px;
        padding: 0 10px;
        background-color: none;
        background: url("../imagenes/search_bg.png") no-repeat;
        border: none;
        margin-top: 8px;
        line-height: 23px;
    }
    .CentrarMensajeTexto{  
        width: 100%;
        height: 30px;
        text-align: center;
    }
    .enlaceUniversal{  
        text-decoration: underline;
        color: #000;
        font-weight: bold;
    }