@charset "UTF-8";
/* CSS Document */
body {
	font-size:16px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff; 
	background-color: transparent;
}
li.notamenu {
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 9px;
    background-color: gray;
    padding-bottom: 9px;
    font-weight: bold;
    color: white;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
body {
	-webkit-tap-highlight-color: transparent;
}
a.dropdown-toggle {
	color: #fff;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #888;
}
.menu-movil {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    /* border-bottom: darkgrey 1px solid; */
    width: 100%;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
}
.navbar-collapse {
    margin-top: 50px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    border-bottom: solid 1px grey;
}

}

footer {
    padding-top: 20px;
}
.row.copyrightfooter {
    margin-top: 30px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* POST CONTENT TROUPE.HTML
-------------------------------------------------- */
.post img{
  width: 500px;
}
h3 {
  margin: 40px auto 20px;
  font-family: Georgia;
  font-size: 16px;
  color: #666
} 
p {
  font-family: Georgia;
  line-height: 1.8;
  font-size: 16px;
}


/* AVISO COOKIES 
-------------------------------------------------- */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
	min-height:60px;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
p.aviso {
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}
p.aviso.ok {
    margin-top: 10px;
}
.aviso a {
    color: yellow;
    text-decoration: none !important;
}
@media (min-width: 769px) {
	p.aviso {
		font-size:15px;
	}
	#barraaceptacion {
		min-height:70px;
	}
}