@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#submenu_tarjetas {
	padding: 0;
	padding-top: 1em;
    margin: 0;
    margin-top: -1%;
	background-color: rgb(71, 71, 71);
	margin-bottom: 0;
}

#submenu_tarjetas .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.element {
	width: 100%;
	height: 1.8em;
	font-family: 'conto-mediumuploaded_file', sans-serif;
	background-color: rgb(71, 71, 71);
	margin-top: 0;
	padding-top: 0;
	/* border-left: 1px solid gray; */
}
.element ul {
    display: inline;
}

.element li {
	list-style: none;
	text-align: left;
	padding-right: 0;
	padding-left: 2em;
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: justify;
    display: inline;
}

.element li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	text-align: justify;
    padding-bottom: .5em;
}

.element li a:hover{
	color: rgb(226, 226, 226);
	text-align: justify;
	border-bottom: 1px solid gray;
}
/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

    .element {
        width: 29%;
        height: 3.5em;
    }

    #submenu_tarjetas {
        padding-top: 2.2em;
        margin-top: 0;
    }
	

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {


}