html, body {
    color:           #666666;
    baackground:      white;
    font-weight:     normal;
    font-style:      normal;
    text-decoration: none;
    margin:  3px;
    padding: 3px;
    border:  3px;
    font-family:verdana,arial;
}

ppp {margin-top: 0;}
ppp {font-size:13pt;}

A {text-decoration:none}
A:link {color: #0000FF}
A:visited {color:#0066FF}
A:hover {color:#2D81FF;text-decoration:underline}
A:active {color:#0066FF}

html {
    background: url(/ocio/rutas/images/fondo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
