.fa {
  padding: 2px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}


.col-sm-3{

}

.menuTemas {

margin:0 auto; /*Centramos automaticamente*/
list-style: none;
background-color: black;
width: 100%;


}

.menuTemas > li {
float:left;
width: 100%;

}

.menuTemas li a {
color:white;
text-decoration:none;
padding:10px 12px;
display:block;
text-transform: uppercase;

}

.menuTemas li:hover {
background-color:#434343;

}


.menuTemas li ul {
display: none;
list-style: none;
float: left;
margin-left: 0px;
padding-left: 0px;

}

.menuTemas li:hover > ul {

background-color:#43434;
display: block;



}

.menuTemas li ul li {



}
.tituloTecnica{
color:orange;
font-family:verdana;
}
#result{
margin-top: 50px;
min-height: 600px;

}

#peu{
min-height: 200px;
margin-top: 200px;
margin-bottom: 0px;
bottom: 0px;
padding:10px;
background-color: #E6E6E6;
width:100%;
}

@media screen and (min-height: 800px) {
#peu {
position:fixed;
margin-bottom: 0px;
bottom: 0px;
}
}
.glyphicon{
color:black;
}
body{
background-color: black;
color:white;
}
