@charset "UTF-8";
/* CSS Document */

#masthead .navbar-brand img {
    margin-right: 4px;
    position: relative;
	top: 10px;
}

#masthead .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
}


#masthead {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
    margin-bottom: 0;
    top: 0;
    transition: box-shadow 0.5s ease 0s, opacity 0.3s ease 0s, min-height 0.4s ease 0s;
    width: 100%;
}

.swatch-black, [class*="swatch-"] .swatch-black {
    background: none repeat scroll 0 0 #990000;
    color: #FFFFFF;
    margin-top: 20px;
}

.features-list li {
    padding-bottom: 0px;
    padding-left: 88px;
    position: relative;
}

.swatch-black .form-icon-group i, [class*="swatch-"] .swatch-black .form-icon-group i {
    color: #990000;
}

.post {
    margin-bottom: 0px;
    position: relative;
}

.element-normal-bottom {
    margin-bottom: 0px !important;
}








@keyframes desaparecer
{
0%	{bottom: 0px;}
80%	{bottom: 0px;}
100%	{bottom: -50px;}
}
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%	{bottom: 0px;}
80%	{bottom: 0px;}
100%	{bottom: -50px;}
}
@keyframes aparecer
{
0%	{bottom: -38px;}
10%	{bottom: 0px;}
90%	{bottom: 0px;}
100%	{bottom: -38px;}
}
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%	{bottom: -38px;}
10%	{bottom: 0px;}
90%	{bottom: 0px;}
100%	{bottom: -38px;}
}
#cookiesms1:target {
display: none;
}
.cookiesms{	
width:100%;
height:43px;
margin:0 auto;
padding-left:1%;
padding-top:5px;
font-size: 10px;
clear:both;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.9;
filter:alpha(opacity=90);
position:absolute;
left:1%;
top:-30px;
font-size:10px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
-webkit-box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
box-shadow: 1px -1px 1px rgba(50, 50, 50, 0.56);
}