/**Estilos del preheader */
.shopping-cart, .widget:not(.widget-square) a:focus, .widget:not(.widget-square) a:hover, .widget:not(.widget-square) a:active, .widget:not(.widget-circle) a:focus, .widget:not(.widget-circle) a:hover, .widget:not(.widget-circle) a:active, .mobile-menu li > span, .navigation .menubar .dropdown-menu, .mobile-menu .dropdown.current > a, .mobile-menu a:hover, .mobile-menu ul > li.active > a, .widget_social_widget:not(.widget-circle):not(.widget-square) li a:hover i, .widget_social_widget:not(.widget-circle):not(.widget-square) li a:focus i, .mobi-head-top .header-widget .widget_social_widget li a:hover i, .view-search form, .p-menu, [class*="widget_"]:not(.widget_info):not(.widget_social_widget) li a:before, .ny-text-wrapper b.is-show, .header-info .contact-icon i, .header:not(.nav-nifty) .header-widget .widget:not(.widget_social_widget) i, .mobi-head-top .header-widget .widget:not(.widget_social_widget) i {
    color: #0a3b79;
}

.header-top-info-1 .social li a i {
	background: none;
}

.nav-specia .menubar .menu-wrap > .menu-item:hover > a, .nav-specia .menubar .menu-wrap > .menu-item:focus > a, .nav-specia .menubar .menu-wrap > .menu-item.focus > a, .nav-specia .menubar .menu-wrap > .menu-item.active > a {
    background: #d7b243;
}

.theme-menu {
    margin-top: 15px;
}

/*Tamaño del logo*/
img.navbar-brand {
    min-height: 78px;
}

ul li, ul li a, ol li, ol li a {
    color: #d7b243;
}

.header-top-info-1 .info li i {
    color: #fff;
}

body a {
    color: #d7b243;
}

.breadcrumb {
	display:none;
}

/*VISTA MOVIL*/
@media (max-width: 480px) {

	/*logo en vista movil*/
	.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {width: 70% !important;}
	
	/*disminuir fuentes de h1 y h2 en vista movil*/
	.widget h1 {font-size: 23px;}
	.widget h2 {font-size: 18px;}

	/*Disminuir el padding del title del inicio*/
	.so-widget-sow-hero-default-108f13f9cef1 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {padding: 30px 20px 30px 20px;}
	
	/*Quitar columna de banderas de la tabla en vista movil*/
	.wi-mobile-collapse {display:none;}

	/* estilos para la tabla en moviles*/
	/*.currency-exchange {}*/

	.currency-exchange tbody tr td {
		line-height: 1.2em;
		font-size: 0.76em !important;
	}

	.currency-exchange tbody tr td span{
		
		font-weight: 500;
		font-size: 0.76em;
	}

}
/*FIN VISTA MOVIL*/


/*Estilos para la tabla con las tasas de cambio.
*/
	
/* Estilo para los headers */
.currency-exchange tbody tr th {
	background: #0a3b79;
  border: 1px solid #e8e7e7;
  font-size: 1.26em;
	font-weight: 700;
	padding: 0.8em 0.3em;
}
			
	/* Estilo para la traducción */
	.currency-exchange tbody tr th span.english {
		font-size: 0.938em;
		line-height: 0.938em;
		font-weight: normal;
		display: block;
	}
			
/* Estilo para las demás celdas */
.currency-exchange tbody tr td {
	font-size: 1.1em;
	font-weight: 700;
	vertical-align: middle;
	padding: 0.8em 0.3em;
}

	.currency-exchange tbody tr td span{
		color:#d20808;
		font-weight: 600;
		font-size: 0.96em;
	}