*{
    font-family: 'PT Serif', serif;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background-color:#F2F2F2;
}

.cl:hover{
    background-color:#062E61;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.col-s{
    padding:0; text-align:center; border-top:#062E61 solid 10px;    
}
.bottom{border-top:#062E61 solid 10px;}

.galeria_art{
    float:right; width:400px; height:auto; margin:10px 15px 15px 20px;
    padding: 0; border: none; overflow: hidden; box-shadow:none;
}
.galeria_art div img{ margin:5px 0 !important; width:100% !important; height:auto !important;}
/*.galeria_art div img{ margin:5px 0 !important; width:100% !important; height:auto !important;}*/

.head{
    background-image:url(../image/bg-head.jpg);
    background-repeat: repeat-x; background-position: center top;
    font-family: 'PT Serif', serif; font-size:58px; color:#fff;
}

.iPotosina{
    text-align:left; line-height:200px;
}

.text{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 85px;      /* fallback */
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.vam{
    display:inline-block; vertical-align:middle; float:none;
}

@media screen and (max-width: 994px){
    .iPotosina{
        text-align:center; line-height:normal;
        font-size:34px;
        background-image:url(../image/bg-head.jpg);
        background-repeat: repeat-x; background-position: center bottom;
        padding-bottom:15px;
    }
    .movil{ width:0; display:inherit; height:0; visibility:hidden;}
}

@media screen and (max-width:500px){
    .galeria_art{width:94%; margin:0px 3% 15px 3%;}
}