@charset "utf-8";
/* CSS Document */

/* CSS RESET ----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {font-weight:bold;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS RESET - END */

/* GENERALS */

@font-face { font-family: FontanaNDGgBold; src: url('fonts/FontanaNDGg-Bold.otf'); } 
@font-face { font-family: FontanaNDAaOsF; src: url('fonts/FontanaNDAaOsF.otf'); }
@font-face { font-family: FontanaNDAaOsFItalic; src: url('fonts/FontanaNDAaOsF-Italic.otf'); }
@font-face { font-family: FontanaNDAaSC; src: url('fonts/FontanaNDAaSC.otf'); }
@font-face { font-family: FontanaNDCcOsFSemibold; src: url('fonts/FontanaNDCcOsF-Semibold.otf'); }
@font-face { font-family: FontanaNDEeOsFBoldItalic; src: url('fonts/FontanaNDEeOsF-BoldItalic.otf'); }

/* BEGIN */

html {
    background-color: #252525;
}

h1 {
    color: #d8b9d2;
    font-size: 68px;
    line-height: 62px;
    font-family: FontanaNDGgBold, sans-serif;
    padding: 20px 0px;
}

h1 span {
    color: #5d4e44;
    display: block;
}

h2 {
    color: #5d4e44;
    font-size: 42px;
    line-height: 42px;
    font-family: FontanaNDAaOsFItalic, sans-serif;
    padding: 20px 0px;
}

h3 {
    line-height: 24px;
    font-size: 20px;
    color: #362e35;
    font-family: FontanaNDEeOsFBoldItalic, sans-serif;
    margin-bottom: 25px;
}

h4 {
    background: url("images/bg-servicios.png") no-repeat;
    width: 273px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    color: #d7d5d7;
    font-family: FontanaNDAaSC, sans-serif;
    margin: 38px 0px 25px 0px;
}

h5 {
    line-height: 26px;
    font-size: 24px;
    color: #5d4e44;
    font-family: FontanaNDCcOsFSemibold, sans-serif;
    margin: 30px 0px 5px 20px;
}

h6 {
    line-height: 25px;
    font-size: 20px;
    color: #362e35;
    font-family: FontanaNDEeOsFBoldItalic, sans-serif;
    text-align: right;
    padding: 15px 0px;
}

a {
    text-decoration: none;
}

p {

}

html {
    background: url("images/path_irene.jpg") repeat;
}

body {
    background: transparent;
}

/* HEADER */

#wrapper {
    width: 860px;
    padding: 45px 50px 150px 50px;
    margin: 40px auto 20px auto;
    background: url("images/path.puntos.png") repeat;
}

#wrapper header {
    padding: 0px 10px 20px 10px;
}

#wrapper section aside {
    float: left;
    width: 300px;
    margin-right: 20px;
}

#wrapper section aside p {
    line-height: 20px;
    font-size: 16px;
    color: #4d4d4b;
    font-family: FontanaNDAaSC, sans-serif;
    margin-bottom: 20px;
    width: 220px;
    padding: 0px 20px;
}

#wrapper section aside p span {
    color: #c30079;
}

#wrapper section aside p.p2 {
    line-height: 20px;
    font-size: 16px;
    color: #4d4d4b;
    font-family: FontanaNDAaOsF, sans-serif;
    margin-bottom: 5px;
    padding: 0px 20px;
}

#wrapper section article {
    float: left;
    width: 530px;
}

#wrapper section article p {
    line-height: 20px;
    font-size: 16px;
    color: #6c5d69;
    font-family: FontanaNDAaOsF, sans-serif;
    margin-bottom: 20px;
}

#wrapper section article p span {
    color: #1b1464;
}

.email {
    background: url("images/bg-email.png") no-repeat;
    width: 273px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 24px;
    color: #ffffff;
    font-family: FontanaNDAaSC, sans-serif;
    display: block;
    margin: auto;
}