/* MENÚ*/
.genesis-nav-menu a {
    color: #FFD700;
    display: block;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 30px 15px;
    /*text-transform: uppercase;*/
		text-transform: none;
		text-align:left;
}

ol, ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

/*TEXTO SOBRE IMAGENES NEGRAS*/
.image-section, .image-section a {
    color: #FFD700;
		transition:none;
}

/* REDES SOCIALES*/
element.style {
    z-index: 9999;
    width: 225px;
    text-align: right;
    /*position: absolute;*/
    right: 10px;
    top: 1%;
    margin-top: 5px;
    margin-right: 10px;
}

/*ENLACES EN TEXTOS*/
a, .entry-title a:hover, .image-section a:hover, .image-section .featured-content .entry-title a:hover, .site-footer a:hover {
    color: #DE9C21;
		cursor:none;
}

/* BOTONES*/
.image-section .button.clear {
		border-color:#de9c21;
		color:#ffd700;
}

.image-section .button.clear:hover {
  	background:#7A7346 ;
		border-color:#FFD700;
  	color: #E09F26; 
}