/* 
    Document   : styles
    Created on : 22-feb-2010, 0:34:31
    Author     : dani
*/

root { 
    display: block;
}

body {
    background-color: #101010;
    /* background-image: url('../images/fondoweb_negro.jpg'); */
    background-image: url('../images/fondo-web.gif');
    background-repeat: repeat;
}

#main, #intro {
    position: absolute;
    width: 900px;
    height: 650px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -325px;
    background-color: black;
}

#intro {
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
}

#header {
    position: absolute;
    width: 900px;
    height: 166px;
    left: 0px;
    top: 0px;
    z-index: 10;
}

#header h1 {
}

#header h2 {
    z-index: -1;
}

#header #flash_header {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu {
    position: absolute;
    width: 160px;
    height: 214px;
    left: 0px;
    top: 176px;
    border-right: solid 1px #e1a902;
}

#menu ul {
    font-size: 10pt;
}

#menu-no-flash {
    width: 90%;
    position: absolute;
    top: -10px;
    left: 0px;
    text-align: left;
    color: #e1a902;
}

#menu li {
    color: #e1a902;
}

#menu a:hover {
    font-weight: bold;
}

#menu a:visited {
    color: #e1a902;
    text-decoration: none;
}

#promos {
    position: absolute;
    width: 160px;
    height: 143px;
    left: 0px;
    top: 390px;
    border-right: solid 1px #e1a902;
}

#alas {
    position: absolute;
    width: 160px;
    height: 97px;
    left: 0px;
    top: 533px;
    border-right: solid 1px #e1a902;
}

#alas img {
    border: 0;
}

#footer {
    position: absolute;
    width: 900px;
    height: 20px;
    left: 0px;
    bottom: 0px;
    border-top: solid 1px #e1a902;
    /* text-align: center; */
    text-align: left;
}

#footer p {
    color: #e1a902;
    font-family: sans-serif;
    font-size: 8pt;
    margin-top: 1px;
    /* margin-left: 24px; */
    margin-left: 6px;
}

#footer a {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

#footer .grande {
    font-size: 9pt;
    font-weight: bold;
}

#footer-tlf {
    z-index: 2;
    position: absolute;
    width: 19px;
    height: 18px;
    bottom: 1px;
    left: 350px;
    background-image: url('../images/tlf.gif');
}

#audio {
    position: absolute;
    width: 40px;
    height: 20px;
    z-index: 5;
    bottom: 0px;
    right: 0px;
}

.texto, .texto_amplio {
    color: #cecece;
    font-family: sans-serif;
    font-size: 8pt;
    /*
    font-family: Monotype Corsiva;
    font-size: 12pt;
    */
    text-align: justify;
}

.texto p, .texto_amplio p {
    text-indent: 12pt;
    margin: 10pt;
/*
    margin: 6pt 10pt 6pt 10pt;
*/
}

.texto_amplio p {
}

.lema {
    text-align: center;
    font-weight: bold;
}

.lema:after {
    content: "\A\A";
    white-space: pre;
}


#galeria {
    position: absolute;
    width: 739px;
    height: 464px;
    left: 160px;
    top: 166px;
    color: white;
    text-align: center;
}

#galeria .galdiv {
    position: absolute;
    width: 448px;
    height: 71px;
    left: 145px;
}

#galeria .galdiv a {
    text-decoration: none;
}

#galeria .galdiv img {
    border: 0;
    width: 448px;
    height: 71px;
}

#galeria #d_salones {
    top: 30px;
}

#galeria #d_exteriores {
    top: 130px;
}

#galeria #d_instalaciones {
    top: 230px;
}

#galeria #d_boda {
    top: 330px;
}

#pdf {
    position: relative;
    bottom: 50px;
    left: 50px;
    width: 41px;
    height: 40px;
}

#pdfdownloads {
    margin-top: -10pt;
    text-indent: 0;
    text-align: center;
}

#pdfdownloads>img {
    position: relative;
    top: 5px;
}

#linkpdf, #linkpdf2 {
    margin: 0;
    margin-top: 20px;
    text-align: left;
    font-size: 7pt;
}

#linkpdf2 {
    margin-top: 32px;
}