* {
    box-sizing: border-box;
}
.container {
   font-size: 18px;
}
.rowbase {
   display: block;
}
.rowbase::after {
    content: "";
    clear: both;
    display: table;
}
.row {
   display: inline-block;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.contenido {
    padding-left: 15px;
}
[class*="col-"] {
    float: left;
    padding:  0 15px 0 15px;
}
body{
     font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
}
html {
     font-family: 'Times New Roman', Times, Baskerville, Georgia, serif; 
     overflow-x: hidden;
}
.container{
    font-size: 20px;
    padding:  0 15px 0 15px;
}
br {
    display: block !important;
    content: ' ';
    line-height: 1px;
    margin-bottom: 8px !important;
}
hr {
    border: 2px dotted grey;
    border-style: none none dotted;
    color: #fff; 
    background-color: #fff;
}
.header {
    background-color: #fff;
    z-index: -1;
    color: #c00000;
    padding: 15px;
}
.header h1 {
    font-size: 60px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #000, 3px 3px 6px white;
}
.header h3 {
    border-top: 0;
    font-size: 32px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    /*text-shadow: 1px 1px 1px #000, 3px 3px 6px gray;*/
}
.imgdirige {
  margin-right: 15px;
  border-color: transparent;
  display: inline-block;
}
img {
  border: 0 none;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    max-width: none;
    display: inline-block;
}
.menu{
    width:70%;
    margin-left: 30%;
}
.menuimg{
    float:left;
    background-image: url('../img/main.png');
    background-repeat: no-repeat;
    width: 149px;
    height: 144px;
}
.menuimg img {
    padding-right: 15px;
}
.menuimg2 {
    padding-right: 8px;
}
.pages h3 {
    color: #c00000;
    font-weight: normal;
    font-size: 28px;
    /*text-shadow: 1px 1px 1px gray, 3px 3px 5px gray;*/
}
.footer {
    color: black;
    text-align: center;
    font-size: 14px;
    padding: 15px;
}
.footer a {
    color: black;
}
.noline{
    line-height: 0;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
/*@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}*/

@media only screen and (max-width: 600px) {
    #mainimg {
        display: none;
    }
}