html,body{
    background-color: rgb(243, 243, 243);
    background-image: url(../img/body-bg.jpg);
    background-position: center top;
    background-repeat: repeat;
}
a:link{
    color:#eb4747; 
}
a:visited{
    color:#eb4747;
}
a:hover{ 
    color:#cd2727;
}
.btn {
    font-size: 23px;
    font-weight: bold;
}
.btn-default {
   color: #334a66;
}
#cerrar{
    text-align: right;
}
#contacto{
    text-transform: uppercase;
    color:#000000;
}
.top-menu li, .top-menu a{
    text-transform: uppercase;
    background:none;
    border:none;
    color:#000000;
}
.top-menu li a:hover{
    background:none;
    color:#ffffff;
}
.top-menu li.active, .top-menu li:hover, .top-menu li a.active {
    color:#ffffff;
    background:#eb4747;
}
.top-menu {
    margin-right:15px;
}

header,main,footer{
    background:#ffffff;
    padding:10px;
}
header{
    margin-bottom:0!important;
}
footer,main{
    margin-top:10px;
}
h2{
    color:#cd2727;
}
.paragraph{
    color:#8e8e8e;
}
.nav{
    padding: 9px;
}
img{
    padding: 15px;
}
#logo{
    height: 80px;
    width: 170px;
    background-size: contain;
}