﻿/* demo */
.contenedorfijo {
    background: url("/images/blackwhite.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
    background-size: contain;
}

.contenedor {
    background: url("/images/scene.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
	background-size:contain;
}


.contenedor_label1 {
    background: url("/images/scene1.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
	background-size:contain;
}

.contenedor_label2 {
    background: url("/images/scene2.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
	background-size:contain;
}



.contenedor_label3 {
    background: url("/images/scene3.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
	background-size:contain;
}

.contenedor_label4 {
    background: url("/images/scene4.jpg") no-repeat scroll center bottom transparent;
    color: #000000;
    /*height: 785px;*/
    /*margin: 20px auto;*/
    overflow: hidden;
    position: relative;
    /*width: 1200px;*/
	background-size:contain;
}


.dialog1 {
    /*background-color: #337ab7;*/	
	background-color: #fff;
    color: #333;
    display: none;
    height: 150px;
    left: 72%;
    line-height: 24px;
    padding: 10px 10px;
    position: absolute;
    text-align: center;
    top: 52%;
    width: 450px;
    z-index: 10;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.dialog2 {
	     /*background-color: #337ab7;*/	
	background-color: #fff;
    color: #333;
       display: none;
       height: 140px;
       left: 7%;
       line-height: 24px;
       padding: 10px 10px;
       position: absolute;
       text-align: center;
       top: 65%;
       width: 450px;
       z-index: 10;
       -moz-border-radius: 10px;
       -ms-border-radius: 10px;
       -o-border-radius: 10px;
       -webkit-border-radius: 10px;
       border-radius: 10px;
}


.dialog3 {
      /*background-color: #337ab7;*/	
	background-color: #fff;
    color: #333;
    display: none;
    height: 150px;
    left: 46%;
    line-height: 24px;
    padding: 10px 10px;
    position: absolute;
    text-align: center;
    top: 45%;
   width: 450px;
    z-index: 10;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.dialog4 {
     /*background-color: #337ab7;*/
     background-color: #fff;
     color: #333;
     display: none;
     height: 150px;
     left: 38%;
     line-height: 24px;
     padding: 10px 10px;
     position: absolute;
     text-align: center;
     top: 44%;
     width: 500px;
     z-index: 10;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
.closebtn {
    background-color: #65683b;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    position: absolute;
    right: -8px;
    top: -12px;
    width: 26px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.labels p {
    display: none;
}
.labels a {
   /* background-color: rgba(203, 189, 58, 0.8);*/
    color: #FFFFFF;
    display: none;
    /*height: 50px;*/
    /*padding: 30px 0 0;*/
    position: absolute !important;
    text-align: center;
    text-decoration: none;
   /* width: 80px;*/
	
	background-image: url('/images/iconos/point.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
	/*border:2px solid #54545b;*/
	
    /*-moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	*/
}
.labels > a {
    /*background-color: rgba(203, 189, 58, 0.8);*/

    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
}
.labels a:hover {
    /* background-color: rgba(128, 128, 128, 0.8); */
    /* border:2px solid #337ab7; */
}
.labels a span {
   /* border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(203, 189, 58, 0.8);
	*/
    bottom: -14px;
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;

    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
}
.labels a:hover span {
    border-top: 15px solid rgba(128, 128, 128, 0.8);
}
#label1 {
    left: 95%;
    top: 74%;
}
#label2 {
    left: 7%;
    top: 86%;
}
#label3 {
    left: 64%;
    top: 64%;
}
#label4 {
    left: 36%;
    top: 69%;
}
#label5 {
    left: 570px;
    top: 65px;
}
#label6 {
    left: 275px;
    top: 30px;
}


@media screen and (min-width: 2001px) {	
     #label1 {
		left: 94%;
		top: 68%;
	}
	#label2 {
		left: 7%;
		top: 85%;
	}
	#label3 {
		left: 64%;
		top: 61%;
	}
	#label4 {
		left: 36%;
		top: 67%;
	}
	#label5 {
		left: 570px;
		top: 65px;
	}
	#label6 {
		left: 275px;
		top: 30px;
	}	
}