body, html{
    margin: 0;
    padding: 0;
    font-family: sans-serif, "helvetica";
    font-size: 12px;
}
.wrapped {
	width:960px;
	margin:0 auto;
}
a{
    text-decoration: none;
    color: #7b858c;
}
p{
    color:#7b858c;
    margin: 5px 0;
}    
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
h2.title{
    color: #0b5f97;
    font-weight: normal;
    font-size: 24px;
}
h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle, h6.subtitle{
    color:#D8562C;
    font-weight: normal;
    margin: 5px 0;
}
div.idioma{
    background: #fafafa;
    min-width: 960px;
}
div.idioma ul{
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}
div.idioma ul li{
    float: right;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    line-height: 30px;
}
div.idioma ul li.active a{
    color: #0b5f97;
}
div.idioma ul li a:hover{
    text-decoration: underline;
}
.clearfix {
	clear:both;
}
header{
    background: #ffffff;
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    /*min-width: 960px;*/
	padding:10px 0;
}
header nav.menu{
    /*width: 960px; 
    margin: 0 auto;
    min-height: 100px;*/
}
header nav.menu img.logo{    
	float:left;
	height:90px;
    display: inline-block;
	/*width: 300px;
    margin-top: 20px;*/
}
header nav.menu ul.menu{
    float: right;
    overflow: hidden;
	margin-top: 25px;
}
header nav.menu ul.menu li{
    display: inline-block;
    float: left;
    /*line-height: 100px;
    margin: 0 10px;*/
    font-size: 14px;
    font-weight: bold;
}
header nav.menu ul.menu li:last-child{
    margin: 0 0 0 10px;
}
header nav.menu ul.menu li a{	
	padding:10px 5px;
	display:block;
    transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -webkit-transition:background 0.2s ease;
    -ms-transition: background 0.2s ease;
}
header nav.menu ul.menu li a:hover, header .menu li a.active {    
	background:#0b5f97;
    color: #fff;
	/*text-decoration: underline;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;*/
}
.banner-container .slides img {
	width:100%;
}
div.contenedor section{
    width: 960px;
    margin: 20px auto;
}
div.contenedor section.vision div.dos-col div.left{
    padding: 0 10px;
    width: 459px;
    border-right: solid 1px #dddddd;
    
}
div.contenedor section.vision div.dos-col div.right{
    width: 460px;
    padding: 0 10px;
}
div.contenedor div.azul{
    background: #203064;
    min-width: 960px;
}
div.contenedor div.azul section.det-empresa{
    color: #ffffff;
    /*width: 960px;
    margin: 0 auto;*/
    overflow: hidden;
}
div.contenedor section.det-empresa article{
    /*width: 31%;*/
	width:320px;
    display: inline-block;
    float: left;
    /*padding: 0 1.13%;*/
	padding:20px;
	box-sizing:border-box;
    border-right: solid 1px #D8562C;
    text-align: center;
    overflow: hidden;
    min-height: 200px;
}
div.contenedor section.det-empresa article:last-child{
    border-right: 0;
}
div.contenedor section.det-empresa article h2{
    font-size: 18px;
    display: inline-block;
    border-bottom: solid 3px #D8562C;
    margin-top: 25px;
}
div.contenedor section.det-empresa article p{
    text-align: left;
    color: #ffffff;
}
div.contenedor section.det-empresa article a{
    float: left;
    color: #D8562C;
    font-weight: bold;
    margin-bottom: 25px;
}
div.contenedor section.det-empresa article a:hover{
    text-decoration: underline;
}

div.contenedor section ul.noticias li{
    margin: 15px 0;
    border-bottom: solid 1px #dddddd;
    overflow: hidden;
    padding: 5px 0;
}
div.contenedor section ul.noticias li div.img{
    float: left;
    display: inline-block;
    margin-right: 30px;
    width:  160px;
    height: 120px;
    text-align: center;
    overflow: hidden;
}
div.contenedor section ul.noticias li div.img img{
    height: 100%;
    margin: 0 auto;
}
div.contenedor section ul.noticias li div.cont p a{
    color: #D8562C;
}
div.contenedor section ul.noticias li div.cont p a:hover{
    text-decoration: underline;
}
div.contenedor div.dos-col{
    width: 960px;
    margin: 25px auto;
    overflow: hidden;
}
div.contenedor div.dos-col div.left{
    width: 480px;
    float: left;
    display: inline-block;
}
div.contenedor div.dos-col div.left div.gris{
    width: 430px;
    border: solid 1px #dddddd;
    background: #fbfbfb;
}
div.contenedor div.dos-col div.left div.gris img{
    width: 100%;
}
div.contenedor div.dos-col div.left div.gris article{
    margin-top: 15px;
    padding: 0 10px;
}

div.contenedor div.dos-col div.right{
    float: right;
    width: 480px;
    display: inline-block;
}
div.contenedor div.dos-col div.right div.enc{
    border-bottom: solid 2px #eeeeee;
    overflow: hidden;
    padding-bottom: 10px;
}
div.contenedor div.dos-col div.right div.enc h2.title{
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    float: left;
}
a.boton{
    padding: 5px 10px;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    color: #0b5f97;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
a.boton:hover{
    border: solid 1px #0b5f97;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
div.contenedor div.dos-col div.right ul.galeria{
    overflow: hidden;    
}
div.contenedor div.dos-col div.right ul.galeria li{
    display: inline-block;
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

div.contenedor div.dos-col div.right ul.galeria li img{
    height: 100%;
}
div.contenedor div.dos-col div.right div.enc a{
    float: right;
    display: inline-block;
    
}
div.contenedor div.dos-col div.right ul.noticias{
    margin-top: 15px;
    overflow: hidden;
}
div.contenedor div.dos-col div.right ul.noticias li{
    margin: 20px 0;
}
div.contenedor div.dos-col div.right ul.noticias li a:hover div.img{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    border: solid 3px #D8562C;
}
div.contenedor div.dos-col div.right ul.noticias li a:hover div h2, div.contenedor div.dos-col div.right ul.noticias li a:hover div p{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 0.5;
}
div.contenedor div.dos-col div.right ul.noticias li div.img{
    width: 48px;
    height: 48px;
    float: left;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 70px;
}
div.contenedor div.dos-col div.left div.contacto{
    background: #203064;
    padding: 15px;
}

div.contenedor div.dos-col div.left label{
    display: block;
    margin: 15px 0;
    overflow: hidden;
}
div.contenedor div.dos-col div.left label span{
    display: inline-block; 
    width: 17%;
    float: left;
    color: #ffffff;
}
div.contenedor div.dos-col div.left label input, div.contenedor div.dos-col div.left label textarea{
    width: 55%;
    float: left;
    display: inline-block;
    color:#0b5f97;
    border: 0;
    line-height: 20px;
    padding: 2px 5px;
}
input[type="file"]{
    width: 400px !important;
}
button{
    background: #ffffff;
    border: 0;
    border:  solid 1px #D8562C;
    color: #0b5f97;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
}
button:hover{
     transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: #dff5ff;
}
div.contenedor div.dos-col div.right div#map-canvas{
    width: 100%;
    height: 416px;
}
input::-webkit-input-placeholder {
    color:    #518ebc;
}
input:-moz-placeholder {
    color:    #518ebc;
}
div.contenedor div.dos-col div.left label textarea{
    resize: none;
    white-space: nowrap;
    border: 0;
    height: 150px;
}
div.afiliados-slider{
     /*background: #fbfbfb;*/
	 padding:30px 0;
}
div.afiliados-slider .slides img {
	max-width:100%;
	max-height:80px;
}
footer{
    background: #fbfbfb;
    min-width: 960px;
}
footer span.contacto{
    width: 100%;
    min-width: 960px;
    display: inline-block;
    text-align: center;
    background: #bcc1c4;
    padding: 10px 0;
}
footer span.contacto a{
    color: #ffffff;
    font-size: 14px;
}
footer span.contacto a:hover{
    text-decoration: underline;
}
footer nav{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100px;
}
footer nav span{
    display: inline-block;
    text-align: right;
    float: right;
	clear: both;
    margin-top: -25px;
}
footer nav img.logo-ft{
    width: 200px;
    float: left;
    display: inline-block;
    margin-top: 25px;
}
footer ul.menu-ft{
    overflow: hidden;
    float: right;
    display: inline-block;
    margin-top: 25px;
}
footer ul.menu-ft li{
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0 7px; 
    line-height: 30px;
}
footer ul.menu-ft li:last-child{
    margin-right: 0;
}
footer ul.menu-ft li a{
    color: #D8562C;
    
}
footer ul.menu-ft li a:hover{
    text-decoration: underline;
}
div.afiliados-slider div.sub_flexslider{
    width: 960px;
    margin: 0 auto;
}
.afiliados-slider ul.flex-direction-nav {
top:-27px;
}

div#carousel{
    width: 900px;
    margin: 0 auto;
}
div#carousel ul.slides div.img{
    width: 95%;
    margin: 2.5%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 1;
}
div#carousel ul.slides div.img:hover{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 0.7;
}

div#carousel .flex-direction-nav{
    width: 960px;
    margin: 0 auto;
    left: 25px;
}


table.tblmarcas{width:960px !important; margin:0px auto !important;}
table.tblmarcas tr td{width:25% !important;text-align:center;}
table.tblmarcas tr td img{width:100% !important;height:auto !important;max-width:200px;}


/*******************/
path{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.bar:hover{
	fill: #3B6B0A;
	cursor: pointer;

}
.mor:hover{
	fill: #6E8105;
	cursor: pointer;
}
.sanmi:hover{
	fill:#B1CD15;
	cursor: pointer;
}
.usu:hover{
	fill:#FDFF00;
	cursor: pointer;
}
.sanvi:hover{	
	fill:#FFBA00;
	cursor: pointer;
}
.caba:hover{	
	fill:#8F5B23;
	cursor: pointer;
}
.cusca:hover{	
	fill:#EE6A00;
	cursor: pointer;
}
.sansal:hover{
	fill:#D33700;
	cursor: pointer;
}
.liber:hover{
	fill:#5F1D06;
	cursor: pointer;
}
.santa:hover{
	fill:#559AB1;
	cursor: pointer;
}
.sonso:hover{
	fill:#157898;
	cursor: pointer;
}
.ahua:hover{
	fill:#024E68;
	cursor: pointer;
}

/*******************/
.tabs {
    position: relative;
	margin: 40px auto;
	width: 750px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	/*left: 120px;*/
}
.tabs input#tab-3{
	/*left: 240px;*/
}
.tabs input#tab-4{
	left: 360px;
}

#tab-1{
	width: 140px;
}
#tab-1-consumo{
	width: 143px;
	height: 38px;
}
#tab-1-farmacia{
	width: 230px;
	padding: 0 20px;
}

#tab-2{
	left: 145px;
    width: 140px;	
}
#tab-2-farmacia{
	left: 235px;
	width: 150px;
}

#tab-3{
	left: 290px;
    width: 140px;	

}
.tabs label {
	background: #bcc1c4;
	/*background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);*/
	font-size: 14px;
	line-height: 18px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 110px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #4A5D6B ;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}
.tab-label-2-farmacia {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: 500px;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content > div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}
#detalle>div{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
	padding: 10px;
}
#detalle>div+div{
	margin-left: 0px;
}
div#detalle {
	background: #E0E0E0;
	color: rgb(73, 73, 73);
	padding-left:20px;
}
.sty-map-supe{
	list-style-type: square;
}


.white2{
    fill:red !important;
}
.black{
    fill:black;
}
text{
    fill:black;
}
li{
    text-decoration:none;
    list-style: none;
}
.diviciones{
   width: 5%;
    position: absolute;
    top: 175px;
	left: 20%; 
	z-index: 100;
}
.diviciones2{
    width: 5%;
    position: absolute;
    top: 205px;	
	left: 39%;
	z-index: 100;
}
.diviciones3{
    width: 5%;
    position: absolute;
    top: 232px;
	left: 51%;
	z-index: 100;
}
.diviciones-map3{
    width: 5%;
    position: absolute;
    top: 270px;
	left: 40%;
	z-index: 100;
}

.diviciones4{
    width: 5%;
    position: absolute;
    top: 275px;
	left: 79%;
	z-index: 100;
}

/*.tooltipster-base.tooltipster-default.tooltipster-fade.tooltipster-fade-show {
    background: rgb(49, 103, 174);
    color: white;
}*/

.top-map-2{
	top: 0;
	position: relative;
}
li.sty-map-supe {
	line-height: 20px;
}

#detalle ul li{
	list-style:disc outside;
}

.form {
	margin-top:20px;
	padding:10px 20px;
	border-top:1px solid #eee;
}
.form label {
	display:block;
	margin:10px 0;
}
.form label span {
	display:block;
	margin-bottom:5px;
}
.form input {
	margin-right:5px;
}
.form input, .form select {
	width:200px;
	padding:5px;
}

.cobertura-diagrama {
	position:relative;
}
.cobertura-diagrama a {
	position:absolute;
	display:block;
	height: 70px;
    width: 228px;
	text-indent:-9999em;
}
.cobertura-diagrama .horeca {
    top: 200px;
    left: 366px;
}
.cobertura-diagrama .mayoreo {
	top: 297px;
    left: 138px;
}
.cobertura-diagrama .canal {
	top: 297px;
    left: 595px;
}
.cobertura-diagrama .ferreteria {
	top: 410px;
    left: 138px;
}
.cobertura-diagrama .tiendas {
	top: 410px;
    left: 595px;
}
.cobertura-diagrama .institucional {
	top: 524px;
    left: 230px;
}
.cobertura-diagrama .salones {
	top: 524px;
    left: 500px;
}
.banner-bolsaTrabajo {
    text-align: center;
}