@charset "UTF-8";


/*body { margin-left:auto; margin-right:auto; background:#FFF; width:300px; height:400px; font-family:"Open sans"; }*/

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    letter-spacing: .7px;
}

ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    letter-spacing: .7px;
}

/*Roll over*/

.showhim:hover .showme{
display : inline-block;
}
.showhim:hover .ok{
display: none;
}

.showhim {
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 50px;
	left: 409px;
	top: 2px;
}


.imagenTransparente{
	opacity:0.5;

}

#circulo1{
	top: -120px;
	left: 255px;
	cursor: pointer;
	/*background-color: #555555;*/
}

#circulo2{
	top: -80px;
	left: 345px;
	cursor: pointer;
	/*background-color: #555555;*/
}

#circulo3{
	top: 5px;
	left: 380px;
	cursor: pointer;
	/*background-color: #555555;*/
}

#circulo4{
	top: 90px;
	left: 345px;
	cursor: pointer;
	/*background-color: #555555;*/
}

#circulo5{
	top: 130px;
	left: 255px;
	cursor: pointer;
	/*background-color: #555555;*/
}


/*Posición en capas*/
.textoHotSpot{
	width:200px;
	border-style:solid;
	border-width:1px;
	border-color:red;
	font-family:"Myriad Pro";
	font-size:small;
	z-index:2;
	position:relative;
	padding:10px;
	margin-left:-50px;
}


div { position:relative; }
#a  { z-index:1; margin-left:-50px;}
#b  { z-index:2; top:-200px; margin-left:-200px; }

/*img{ width:130%;}*/


.texto_rosa {
    color: #ff3ab6;
}

.showme {
	display: none;
	font-family:"Open Sans";
	padding: 15px;
	z-index:3;
	position:absolute;
	width:350%;
	border-radius:10px;
	margin-left: 70px;
	margin-top: -10px;

position: relative;
	background: #c3e2e5;
	border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #41648c;
	
}


.showme:after {
	right: 99%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(195, 226, 229, 0);
	border-right-color: #c3e2e5;
	border-width: 15px;
	margin-top: -15px;
}
