/* block top currencies */
#esp_currencyconversion {
    float:right;
    margin: 0;
    padding: 10px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: none repeat scroll 0 0 #000;
    width: 100px;
}
#esp_currencyconversion p {
    clear: left;
    padding-right:16px;
    font: 11px Arial,Verdana,sans-serif;
    color: #ccc;
    text-align: center;
    background: url("img/block_languages_top_p_bg.png") no-repeat scroll 60px 1px transparent;
}
#esp_currencyconversion ul#esp_first-currencies li {
    margin-right: 3px
}
#esp_currencyconversion ul#esp_first-currencies li.selected {
    opacity: 1 !important;
}
/*languages with jquery*/
#esp_setCurrency {
    cursor: pointer;
    position: relative;
    top: 1px;
}
#esp_setCurrency p {
    position: relative;
    top: 0;
    margin-left: 5px;
}
#esp_setCurrency p img {
    padding-left: 5px;
}
#esp_setCurrency .currencies_ul{
    display:none;
    z-index: 10000;
    padding:10px;
    list-style-type:none;
}
#esp_setCurrency .currencies_ul_hover{
    display:block;
    z-index: 5000;
    position:absolute;
    padding:5px 10px;
    height:auto;
    text-align: center;
    width: 100px;
    background:#000000;
    right: -10px;
}
#esp_setCurrency .currencies_ul_hover a {color:#fff;}

#esp_currencyconversion > li > a {
	display:block;
	width:100%;
	padding:3px 1.5rem;
	clear:both;
	font-weight:400;
	text-align:inherit;
	white-space:nowrap;
	background:none;
	border:0;
}

@media(min-width:768px){
	.soyInfoUsuario #esp_currencyconversion #esp_setCurrency #esp_first-currencies{
		width: 700px;
		right: -205px;
		left: unset;
	}
	#esp_currencyconversion ul#esp_first-currencies > li{
		width: 33.3%;
		float: left;
		margin: 0;
	}
	.soyInfoUsuario #esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_desplega_region{
		text-transform: uppercase;
		margin-bottom: 5px;
		display: block;
		padding-right: 10px;
	}
	.soyInfoUsuario #esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_desplega_region:hover{
		color: #FFF;
	}
	.soyInfoUsuario #esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_desplega_region:after{
		content:"";
		width: 90%;
		height: 1px;
		background: #FFF;
		display: block;
	}
	.soyInfoUsuario #esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_region_currency{
		width: 100%;
		position: relative;
		border: 0;
		top: 0;
		padding: 0;
	}
}
@media(max-width: 767px){
	#esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_desplega_region{
		text-transform: uppercase;
		margin-bottom: 5px;
		display: block;
		padding-right: 10px;
		border-bottom: 1px solid #FFF;
	}
	#esp_currencyconversion #esp_setCurrency #esp_first-currencies .soy_desplega_region:hover{
		color: #FFF;
	}
	#esp_currencyconversion ul#esp_first-currencies > li{
		margin-bottom: 10px;
	}
	#esp_currencyconversion ul#esp_first-currencies .soy_region_currency li{
		padding: 2px 0;
	}
}