/*

    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution License

    Name       : Coffeelike
    Version    : 1.0
    Released   : 20130222
    
*/

* {
    margin: 0;
    padding: 0;
}

a {
    color: #1495ff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    font-size: 12pt;
    line-height: 1.75em;
    font-family: Georgia, serif;
    background: #ad8667 url('/images/bg.jpg');
    color: #ebe1d9;
}

br.clear {
    clear: both;
}

h1,h2,h3,h4 {
    text-transform: lowercase;
    letter-spacing: -1px;   
}

h2,h3,h4 {
    margin-bottom: 1em;
    font-family: Arvo, serif;
    color: #fff;
}
h2{
    color: #32251b;

}

img.left {
    float: left;
    margin: 5px 20px 20px 0;
}

img.top {
    margin: 5px 0 20px 0;
}

p {
    margin-bottom: 1.5em;   
}

ul {
    margin-bottom: 1.5em;
}

.imageList {
    list-style: none;
}

.imageList li {
    clear: both;
}

.ventana_flotante {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 90px;
    z-index: 15;
}


#bg {
    background: url('~/images/shadow.png') top left repeat-x;
}

#banner {
    background: #fff;
}

#box1 {
    width: 745px;
    overflow: hidden;
    margin: 0 0 35px 0;
    color:#242424;
}
#box1 h2,h3,h4{
    color:#32251b;
}
#box2 {
    width: 355px;
    overflow: hidden;
    float: left;
    color: #242424;

    padding: 40px;
    background: #fff
}

#box3 {
    width: 355px;
    overflow: hidden;
    margin: 40 0 0 355px;
    color: #242424;
}

#content {
    width: 745px;   
    margin: 0 0 0 355px;
    padding: 40px;
    background: #fff;
}

#copyright {
    padding: 0 0 80px 0;
    text-align: center;
    color: #D8C2AB;
}

#copyright a {
    color: #D8C2AB;
}

#footer {
    position: relative;
    padding: 40px;
    width: 1100px;
    color: #e1d2c7;
}

#footer a {
    color: #f4eeea;
}

#footer h2, #footer h3, #footer h4 {
    color: #f4eeea;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    padding: 15px 0 15px 0;
    border-top: dotted 1px #c6aa95;
}

#footer ul li.first {
    padding-top: 0;
    border-top: 0;
}

#footerContent {
    width: 745px;
    margin: 0 0 0 355px;
}

#footerSidebar {
    width: 240px;
    float: left;
}

#header {
    position: relative;
    padding: 40px;
    height: 120px;
}

#logo {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 120px;
    line-height: 120px;
}

#logo a {
    text-decoration: none;
    color: #fff;
}

#logo h1 {
    font-size: 3.5em;
    font-family: Lobster, cursive;
    text-shadow: 0 2px 1px #32251B;
}

#main {
    position: relative;
    padding: 0;
    width: 1180px;
    color: #5e5e5e;
}

#main strong {
    color: #3e3e3e;
}

#main a {
    color: #242424;
}

#main h2, #main h3, #main h4 {
    color: #242424;
}

#main ul {
    list-style: none;
}

#main ul li {
    padding: 15px 0 15px 0;
    border-top: dotted 1px #b3b3b3;
}

#main ul li.first {
    padding-top: 0;
    border-top: 0;
}

#main ul.imageList li {
    padding: 15px 0 15px 0;
}

#nav {
    position: absolute;
    right: 40px;
    height: 53px;
    line-height: 53px;
    top: 73px;
}

#nav a {
    text-decoration: none;
    text-transform: lowercase;
    color: #f4eeea;
    text-shadow: 0 1px 1px #32251B;
    font-size: 1.2em;
}

#nav li {
    margin: 0 1em 0 1em;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    float: left;
}
#nav ul>li:active{
    background-color: #32251b;
}
#outer {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 30px;
}

#search input.button {
    margin-left: 1em;
    border: 0;
    color: #fff;
    background: #1495ff;
    padding: 11px;
}

#search input.text {
    border: dotted 1px #fff;
    padding: 10px;
}

#sidebar {
    width: 240px;
    float: left;
    padding: 40px;
    background: #32251b;
    color: #e1d2c7;
}

#sidebar a {
    color: #e2e0df;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
    color: #fff;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    padding: 15px 0 15px 0;
    border-top: dotted 1px #70665f;
}

#sidebar ul li.first {
    padding-top: 0;
    border-top: 0;
}
