/****************************************************************************/
/* reset de propiedades */

* {margin: 0; padding: 0;}
img, a {border: none;}
*:focus {outline: none;}
em {text-decoration: underline; font-style: normal;}
ul {list-style: none;}
table {border-collapse: 0; border-spacing: 0;}

/****************************************************************************/
/* estilo del documento */

body {font: 11px Verdana, Sans-serif; color: #000; min-width: 900px;}
    div {position: absolute; margin-top: -130px; margin-left: -130px; width: 260px; height: 250px; top: 50%; left: 50%;}
        h1 {text-indent: -9999px; display: block; margin: 0 auto 20px; width: 190px; height: 73px; background: url(/swcgeco/imagenes/swc.png) no-repeat;}
        h2 {display: block; margin: 0 auto 20px; padding-left: 70px; background: url(/swcgeco/imagenes/kgpg.png) no-repeat; color: #202020;}
        a {color: #dc0066; float: right;}
        a:hover {text-decoration: underline;}
        fieldset {border: none;}
        label {display: block; margin: 8px 0; color: #202020; font-size: 14px; font-weight: bold; font-style: italic;}
        #nombre, #clave {display: block; width: 250px; padding: 5px 2px; font-size: 14px; border: 1px solid #dcdcdc;}
        button {margin: 8px 0;}
        span {color: #dc0066;}
