@charset "utf-8";
/* CSS Document */

body {
    font-size: 100%;
    margin: 0;
    font-family: 'verase';
    color: #444;
}

.container {
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    padding-top: 170px;
}

.icono {
    width: 500px;
    height: 400px;
    margin: 0 auto;
}

.iconoimg {
    background: url(iconos/icono-64.png);
    width: 350px;
    height: 300px;
    margin: 0 auto;
}

.iconoimg2 {
    background: url(iconos/icono-65.png);
    width: 350px;
    height: 300px;
    margin: 0 auto;
}

.iconoimg3 {
    background: url(iconos/icono-66.png);
    width: 350px;
    height: 300px;
    margin: 0 auto;
}

.iconotxt {
    width: 500px;
    height: 100px;
    text-align: center;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
    color: #666666;
    line-height: 2px;
}