/* Fuentes*/
@import url("Helvetica_Light/stylesheet.css");
@import url("Walkway_Bold/stylesheet.css");
@import url("Walkway_Black/stylesheet.css");
@import url("Walkway_Bold_RevOblique/stylesheet.css");

/* Final Fuentes*/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color:inherit;
}
/* Page */

.logo-menu {
    margin: 20px auto;
    width: 70%;
}
.logo-menu-contain{
	border-bottom: 1px solid #e0e0e0;
}

.grey ul{
	padding-left:0px;
	list-style:none;
}
.clear {
	clear: both;
}
.dcjq-count {
	float: right;
}

.grey .accordion {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.grey .accordion, .grey .accordion li {
	margin: 0;
	padding: 0;
	border: none;
}
.grey .accordion a {
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    display: block;
    color: #9a9a9a;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    transition: all ease .4s;
    font-size: 16px;
    /* font-family: "Walkway Black"; */
    /* font-weight: bold; */
    letter-spacing: 1px;
}
.grey .accordion a .fa{
	width:20px;
}
.desplegable a{
	padding: 10px 15px 10px 40px !important;
}

.grey .accordion a:hover {
    background: #777;
    color: #ffffff;
}
.grey .accordion a:active {
}
.pull-right {
    float: right;
    margin-top: 2px;
}
.desplegable2 a{
	background-color:rgba(255,255,255,1);
}