/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 400px; /* For Mozilla/Opera/Safari */
    font-size: 62.5%;
    font-family: Avant Garde, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

#Container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
    height: 100%;
}

#Splash {
    position: absolute;
    width: 1000px;
    height: 600px;
    top: 50%;
    margin-top: -300px; /* Half of splash height */
    background: #fff;
}

a {color: #666; text-decoration: none; font-weight:normal}

.col_izda {float:left; height:100%; width:65%; overflow:hidden}
.col_dcha {float:right; height:100%; width:35%; position:relative}

.col_dcha .logo {height:25%; background: url(logo.png) no-repeat center left; text-indent:-999em; }
.col_dcha .enconstruccion {height:25%; background: url(logo00.png) no-repeat center left; text-indent:-999em; }
.col_dcha .direcciones {height:191px; position:absolute; bottom:0; width:100%; font-size: 12px; font-weight: normal;}

.texto {position:absolute; left: -999em; top:0}
.imagen {position:absolute; bottom:0; padding:0; margin:0}


