/*
	siga top bar
*/

.siga-header-1 .siga-top-bar {
	width: 100%;
	max-height: 40px;
	text-align: left;
}

/*
	siga top bar contact information
*/

.siga-header-1 .siga-top-bar p.contacts {
	width: auto;
	line-height: 40px;
	margin: 0px;
	margin-right: 40px;
	display: inline-block;
}
.siga-header-1 .siga-top-bar p.contacts i {
	border-radius: 100px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin: 10px 0px;
	margin-right: 5px;
}
.siga-header-1 .siga-top-bar p.contacts a {
	color: #fff;
	font-size: 12px;
}

/*
	siga top bar social buttons
*/

ul.social-btns,  {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.social-btns li {
	width: auto;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-left: 1px;
}
ul.social-btns li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	float: left;
	color: #fff;
	background-color: rgba(000,000,000,0.2);
	text-align: center;
	transition-style: linear;
	transition-duration: 0s;
}
.social-btns li a.hover {
	top: 40px;
}

/*
	siga top bar shopping cart
*/

.siga-header-1 .siga-top-bar .shopping-cart {
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
}
.siga-header-1 .siga-top-bar .shopping-cart > span {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	position: relative;
}
.siga-header-1 .siga-top-bar .shopping-cart > span i.fa {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}
.siga-header-1 .siga-top-bar .shopping-cart > span i.hover {
	top: 40px;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 15px;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart p.title {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart p.cart-btns {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart p.cart-btns .siga-btn-small {
	width: 100%;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart .cart-entry {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	max-height: 225px;
	position: relative;
	overflow: auto;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart .cart-entry p {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 15px 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart .cart-entry p a {
	text-transform: capitalize;
}
.siga-header-1 .siga-top-bar .shopping-cart .cart .cart-entry p .price {
	width: 100%;
	float: left;
}

/*
	siga header bg
*/

.siga-header-1 .siga-header-bg {
	background-color: #fff;
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	height: 102px;
}

/*
	siga header bg site logo
*/

.siga-header-1 .siga-header-bg .siga-logo {
	display:table-row;
}
.siga-header-1 .siga_p1_logo{
    display:table-cell;
    padding-top:10px;
}
.siga-header-1 .siga-header-bg .siga_p1_logo img {
	
	margin-right: 10px;
        
        padding-right:15px;
}
.siga-header-1 .siga_p1_nombre{
    display:table-cell;
    vertical-align:top;
    padding-top:20px;
    padding-left:10px;
    line-height: 20px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.slider_text_container{
    display:inline-block;padding:20px;
}
.slider_text_container a{
    color:#fff;
    text-decoration:underline;
}
.siga-header-1 .siga-header-bg .siga_p1_nombre span.tagline {
	display:block;
	font-size:13px;
        font-weight:normal;
        text-transform:none;
	line-height: 15px;
	color: #999;
	
}

/*
	siga header bg desktop navigation
*/

.siga-header-1 .siga-header-bg nav {
	width: auto;
	float: right;
}
.siga-header-1 .siga-header-bg nav ul, .siga-header-1 .siga-header-bg nav li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.siga-header-1 .siga-header-bg nav ul > li {
	position: relative;
}
.siga-header-1 .siga-header-bg nav > ul > li {
	width: auto;
	/*padding: 0px 20px;*/
	padding: 0px 14px;
	line-height: 100px;
	border: 0px solid #fff;
	border-left-width: 1px;
	border-right-width: 1px;
}
.siga-header-1 .siga-header-bg nav .hover {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
}
.siga-header-1 .siga-header-bg nav > ul > li ul > li .hover {
	border-left-width: 0px;
	border-right-width: 0px;
}
.siga-header-1 .siga-header-bg nav > ul > li > a {
	font-size: 110%;
}
.siga-header-1 .siga-header-bg nav a {
	position: relative;
	z-index: 10;
        font-weight:bold;
}
.telefono{font-family:arial, sans-serif;}
.siga-header-1 .siga-header-bg nav > ul > li ul {
	display: none;
	position: absolute;
	left: 198px;
	top: -1px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10;
	border-bottom-width: 0px;
}
.siga-header-1 .siga-header-bg nav > ul > li > ul {
	left: 0px;
	top: 101px;
}
.siga-header-1 .siga-header-bg nav > ul > li ul.left {
	left: auto;
	right: 0px;
	top: 101px;
}
.siga-header-1 .siga-header-bg nav > ul > li ul.left ul {
	left: -200px;
	top: -1px;
}
.siga-header-1 .siga-header-bg nav > ul > li ul > li {
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.siga-header-1 .siga-header-bg nav > ul > li ul > li > a {
	text-transform: capitalize;
}

/*
	siga header bg desktop navigation mega menu
*/

.siga-header-1 .siga-mega {
	top: 101px;
	right: 0px;
}

/*
	light version
*/

.siga-header-1 .siga-light-top-bar {
	background-color: transparent !important;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.siga-header-1 .siga-light-top-bar p.contacts a {
	color: #333;
}
.siga-header-1 .siga-light-top-bar ul.social-btns li {
	margin-left: 0px;
}
.siga-header-1 .siga-light-top-bar ul.social-btns li a {
	background-color: rgba(000,000,000,0);
	color: #333;
}
.siga-header-1 .siga-light-top-bar ul.social-btns li a.hover {
	color: #fff;
}

/*
	.siga-header-1 .siga-dark-header-bg
*/

.siga-header-1 .siga-dark-header-bg {
}
.siga-header-1 .siga-dark-header-bg nav > ul > li {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.siga-header-1 .siga-dark-header-bg nav > ul > li > a {
	color: #fff;
}
.siga-header-1 .siga-dark-header-bg nav > ul > li:hover > a {
	color: #333;
}
.siga-header-1 .siga-dark-header-bg .siga-logo p.logo {
	color: #fff;
}
.siga-header-1 .siga-dark-header-bg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}