@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Regular.woff2') format('woff2'),
        url('fonts/Panton-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Bold.woff2') format('woff2'),
        url('fonts/Panton-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-BoldItalic.woff2') format('woff2'),
        url('fonts/Panton-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-Light.woff2') format('woff2'),
        url('fonts/Panton-Light.woff') format('woff');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:'Panton';
    src:url('fonts/Panton-LightItalic.woff2') format('woff2'),
        url('fonts/Panton-LightItalic.woff') format('woff');
    font-weight:300;
    font-style:italic;
}
* {
    font-family:'Panton';
}
html {
    height:100%;
}
body {
    height:100%;
    margin:0;
    padding:0;
    font-size:14px;
    color:#555555;
    background-color:#FDF6E4;
}
a, a:hover, a:focus {
    /*color:#B81E08;*/
    color:#555555;
    text-decoration:underline;
}
.container-fluid {
    padding-right:0;
    padding-left:0;
}
header {
    width:100%;
    background-color:#4F260E;
    width:100%;
}
header .row {
    margin:0;
}
header img {
    margin:10px;
    height:80px;
}
header.sm img {
    height:60px;
}
#menu {
    width:100%;
    text-align:center;
    background:#E48C27;
    color:#FFFFFF;
    position:relative;
    z-index:999;
}
#menu ul {
    list-style:none;
    margin:0;
    height:100%;
    width:100%;
    padding-left:0px;
}

#menu ul li {
    display:inline-block;
    font-weight:bold;
    text-align:center;
    height:100%;
    cursor:pointer;
    color:#FFFFFF;
    padding:5px 15px;
}
#menu ul li:hover {
    background:#E4A45B !important;
    color:#FFFFFF;
}
#menu ul a {
    font-weight:bold;
    text-align:center;
    width:100% !important;
    height:100% !important;
    text-transform:uppercase;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    display:block;
}

#menu ul li:hover {
    background:#E48C27;
}
#menu ul.dropdown-menu{
    height: auto !important;
    width: auto !important;
    background: #E48C27 !important;
}
#menu ul.dropdown-menu li a{
    color: #fff;
}
#menu ul.dropdown-menu li:hover, #menu ul.dropdown-menu li a:hover{
    background:#E4A45B !important;
}
#menu.left {
    text-align:left;
}
#menu.left ul li {
    display:block;
    text-align:left;
}
#menu.left ul a {
    text-align:left;
}
.div {
    height:5px;
    background-color:#E4A45B;
}
.menu-toggle {
    display:none;
    width:20px;
    position:absolute;
    top:10px;
    right:10px;
    color:#FFFFFF !important;
}
.carousel-control {
    color:#FFFFFF;
    width:45px;
    filter:none;
}
.contenido {
    padding:20px;
    font-size:16px;
}
blockquote {
    margin-left:30px;
    font-size:16px;
    /*border-left:5px solid #E4A45B;*/
    border-left:none;
}
h2 {
    margin-bottom:20px;
    /*border-bottom:1px solid #CCC;*/
}
#artesanias {
    max-width:720px;
}
#artesanias img {
	margin:10px;
    width:80px;
	border:1px solid #CCC;
}
#galeria img {
    border-radius:4px;
	border:1px solid #CCC;
	margin:10px;
    width:150px;
}
footer {
    background:#E6DDC4;
    padding-top:15px;
    padding-bottom:15px;
}
a.facebook img {
    width:24px;
    margin-right:5px;
}
a.twitter img {
    width:24px;
    margin-right:5px;
}
.form-group {
    margin-bottom:10px;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color:#FFF;
    background-color:#E48C27;
    border-color:#E48C27;
}
#msg {
    color:#B81E08;
}

