#faldon-hazloposible {
	background: white;
}

#faldon-hazloposible
{
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     color: #666666;
}

#faldon-hazloposible .columns
{
     margin: 1em 0;
}

#faldon-hazloposible .logo
{
	margin-top: 20px;
}

#faldon-hazloposible .carro
{
	margin-top: 4px;
}

#faldon-hazloposible .magenta{
       color:#E5007E;
}

#faldon-hazloposible a {
	color: #666666;
	text-decoration:none;
}

#faldon-hazloposible a:hover {
	color: #666666;
	text-decoration:underline;
}

#faldon-enlaces
{
	background: black;
	width: 100%;
	overflow: hidden;
	padding: 1.5em 0;
}

#faldon-enlaces ul
{
    display: inline-block;
    margin: 0;
}

#faldon-enlaces li
{
	float: left;
	list-style: none;
}

#faldon-enlaces li + li:before
{
	content: "|";
	padding: 0 0.5em;
	color: white;
}

#faldon-enlaces a
{
	color: white;
	text-decoration:none;
}

#faldon-enlaces a:hover
{
	color: white;
	text-decoration:underline;
}

#faldon-enlaces div
{
	color: white;
}

#faldon-enlaces div span
{
	font-size: 1.6em;
}

@media only screen and (max-width: 40.063em)
{
    #faldon-enlaces li + li::before
    {
        content: none;
    }

    #faldon-enlaces ul
    {
        text-align: left;
        float:      left;
        margin-left:1em;
    }

    #faldon-enlaces li
    {
        clear: both;
    }
}