/*
Font
Default in browser 16px
1em = 16px
Normal for <p>: 0.875em (14px), line-heigth: 1.3125 (21px)
Normal for caption: 0.875em
Note that 12px is too small.
*/

/* ------------------------------------------------------- */
/* ---------------------- SIZES -------------------------- */
/* ---------------------- PLANES ------------------------- */
/* ------------------------------------------------------- */

#wrapper{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
header
{
    width: 960px;
    height: 158px;
}
header #nav1
{
    width: 320px;
    height: 40px;
    float: right;
}
header #nav1 nav
{
    display: table;
}

header #nav1 nav ul{
    display: table-row;
}
header #nav1 nav ul li{
    width: 314px; /* 320-1-1-1 -1-1-1-1 */
    height: 34px; /*  40-1-1-1 -1-1-1-1 */
    margin: 1px; padding: 1px; border:1px solid transparent;
    /* dark brown */border-right: 1px solid rgb(144,76,14);
    display: table-cell;
    text-align: center;
}
header #nav1 nav ul li:last-child{
    border-right: 1px solid transparent;
}

header #HeaderText{
    max-width: 640px;
    height: 158px;
    margin: 0px; padding: 0px; border: 0px ;
}

/*  Internet Explorer 9 and earlier do not support the text-shadow property. */
header #HeaderText #name{
    text-align: left;
    max-width: 534px; /* 640 -106-0-0-0-0-0 */

    margin: 0px; padding: 0px; border: 0px;
    padding-top: 44px; /* 158-54-50-54 */
    padding-bottom: 64px;

    font-family: verdana,helvetica,arial,sans-serif;
    line-height: 50px;
    font-size: 32px;
    text-shadow:
        1px 1px 0px rgb(0, 0, 0),
        1px -1px 0px rgb(0, 0, 0),
        -1px -1px 0px rgb(0, 0, 0),
        -1px 1px 0px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
header #HeaderText #logo{
    width: 106px;
    height: 158px;
    float: left;
}
header #HeaderText #logo img{
    width: 100px;  /* 106-0-4-1 -1-4-0 */
    height: 143px; /* 158-0-4-1 -1-4-5 */
    margin: 0px; padding: 5px; border: 0px solid black;
    padding-bottom: 10px;
}

/* Main */
#main{
    max-width: 960px;
    clear: both;
}
#main #colRight{
    width: 320px;
    float: right;
}
#main #MainText
{
    width: 960px;
    margin: 0px 320px 0px 0px; /* 960-320 */
}
#main #MainText #colLeft{
    width: 160px;
    float: left;
    margin: 0px; padding: 0px; border: 0px solid transparent;
    margin-right: 6px;
}
#main #MainText h2,
#main #Maintext p
{
    width: 464px; /* 480-1-6-1-1-6-1 */
    margin: 0px; padding: 6px; border: 0px dotted transparent;
}
/* --------------------------------------------------- */
#nav1 #ortoeuro a,
#main #colRight a
{
    font-family: verdana,helvetica,arial,sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5em;
    font-size: 1.75em;
    color: rgb(14, 214, 235);
    text-shadow:
        1px 1px 0px rgb(0, 0, 0),
        1px -1px 0px rgb(0, 0, 0),
        -1px -1px 0px rgb(0, 0, 0),
        -1px 1px 0px rgb(0, 0, 0);
    text-decoration: none;
}

#nav1 #ortoeuro p
{
    width: 304px; /* 320-1-6-1-1-6-1 */
    margin: 0px 0px 0px 0px;
    padding: 60px 6px 6px 6px;
    border: 0px dotted transparent;
}
#main #colRight p
{
    width: 304px; /* 320-1-6-1-1-6-1 */
    margin: 0px 0px 0px 0px;
    padding: 143px 6px 6px 6px;
    border: 0px dotted transparent;
}

#nav1 #ortoeuro
{
    width: 320px;
    height: 120px;
    background: url(../jpg/Home_Rita320.jpg);
    background-repeat: no-repeat;
    background-size:320px 120px;
}
#main #colRight #navPict1
{
    width: 320px;
    height: 213px;
    background: url(../jpg/Home_ToosLesMonterrey320.jpg);
    background-repeat: no-repeat;
    background-size:320px 213px;
}

#main #colRight #navPict2
{
    width: 320px;
    height: 213px;
    background: url(../jpg/Home_RitaSchuren320.jpg);
    background-repeat: no-repeat;
    background-size:320px 240px;
}

#main #colRight #navPict3
{
    width: 320px;
    height: 213px;
    background: url(../jpg/Home_Mayra320.jpg);
    background-repeat: no-repeat;
    background-size:320px 240px;
}

#main #colLeft img{
    max-width: 160px;
    margin: 0px; padding: 0px; border: 0px solid transparent;
}

.separationClear
{
    clear: both;
}
.separationLine
{
    width: auto;
    height: 1px;
    margin: 6px; padding: 1px; border: 1px dotted transparent;
    /* dark brown */border-bottom: 1px solid rgb(144, 76, 14);
}
#main .separationLineClear
{
    width: auto;
    height: 1px;
    margin: 6px; padding: 1px; border: 1px dotted transparent;
    /* dark brown */border-bottom: 1px solid rgb(144, 76, 14);
    clear: both;
}

/* ------------------------------------------------------- */
/* ---------------------- COLOR -------------------------- */
/* ---------------------- FONTS -------------------------- */
/* ------------------------------------------------------- */
body{
    font-family: verdana,helvetica,arial,sans-serif;
    line-height: 1.3125em;
    font-size: .875em;
    color: rgb(5, 63, 71);
}

h1{
    line-height: 1.75em;
    font-size: 1.75em;
    color: rgb(14, 214, 235);
}
h2{
    line-height: 1.3125em;
    font-size: 1.3125em;
    color: rgb(13, 149, 163);
}
h3{
    line-height: 1.0em;
    font-size: 1.0em;
    color: rgb(7, 85, 93);
}
nav{
    line-height: 1.125em;
    font-size: 0.875em;
}

header{
    /* ochre */background-color: rgb(208, 134, 26);
}
header #nav1{
    /* ochre */background: rgb(202,107,20);
}

#main{
    /* white-yellow */background-color: rgb(252, 240, 150);
}

#nav1 nav a{
    text-decoration: none;
    /* yellowish orchre */color: rgb(249, 224, 38);
}
.CurrentLink{
    /* yellowish orchre */background-color: rgb(249, 224, 38);
}
.CurrentLink a{
    /* agua-blue3 */color: rgb(7, 85, 93);
}

#main #MainText
{
    /* yellowish white */background-color: rgb(252, 240, 150);
}
#colRight{
    /* ochre */ background-color: rgb(208,134,26);
}
