@charset "utf-8";
/* CSS Document */

.membreteAna {
  margin-left: 5px;
  width: 340px;
  background: transparent;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#666;
}

.content { 
  padding: 0 15px 20px 0;
  font: 100% 'News Cycle', arial, sans-serif;
  margin: 0 1px;
  color: #555; /*#444 gris topo*/
}

.content_item { 
  padding: 0 15px 20px 0;
  font: 110% 'News Cycle', arial, sans-serif;
  margin: 0 1px;
  font-size: 12px;
  color: #2b2a2a; /*#444 gris topo ahora un negro claro*/
}

.tituloArt {
  padding: 0 15px 20px 0;
  font: 120% 'News Cycle', arial, sans-serif;
  margin: 0 1px;
  color: #1a1919; /*#444 gris topo ahora negro*/
  font-size:12px;
	}
	
.textoResumen { 
  padding: 0 15px 20px 0;
  font-family: "Times New Roman", Times, serif;
  font-size:14px;
  margin: 0 1px;
  color: #000000; /*negro*/
}	

/* estilo para alinear claves*/
.pvp:after { 
      content: " .................................................................................................................................................................. ";
  }

 .pvp {
      z-index: 100;
      text-align: left;
      right: 10px;
	  text-justify:distribute;
 }
/* fin estilo alinear claves */

/* para links a figuras en el encabezado*/
span.dropt1 {border-bottom: thin dotted; background: #ffeedd;}
span.dropt1:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt1 span {position: absolute; left: -999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-styke: solid; border-radius: 10px; box-shadow: 0 0 15px #000 inset; border-width:1px; z-index: 6;}
span.dropt1:hover span {left: 2%; background: #ffffff;} 
span.dropt1 span {position: absolute; left: -999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-styke: solid; border-radius: 10px; box-shadow: 0 0 15px #000 inset; border-width:1px;}
span.dropt1:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 

/*clase link para figuras en el texto- solo es color en el texto*/
   .elLink { color:#337755; }
   
<style>
  /* la etiqueta LABEL */
  .elboton {
    background-color: #AAA;
    border-radius: 10px;
    box-shadow: 0 0 10px #222 inset;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
  }
  /* en un post de Blogger. oculto los saltos de línea internos */
  .elboton br {display:none;}
  /* el contenedor con lo que queremos mostrar */
  .hiddenbox {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 15px #000 inset;
/*    left: 0;*/
    left: 100;
	
    line-height: 0;
    margin: 25px 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
	
    text-align: center;
	top: auto;

	alignment-adjust:before-edge;
	
    z-index: 100;
    /* -moz para FireFox, -webkit para Safari y Chrome, -o- para Opera, -ms para IE, -chrome- específico para Chrome */
	-moz-transform-origin: 0 0;
    -webkit-transform-origin: 100 100;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
	-chrome-transform-origin: 0 0;
	
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
	-chrome-transform: scale(0);
	
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	-chrome-transition: all 1s;
  }
  /* se muestra el contenido oculto */
  .popUpControl:checked ~ label > .hiddenbox {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	-chrome-transform: scale(1);
  }
  /* el CHECKBOX lo mantenemos siempre oculto */
  .popUpControl {display: none;}
  /* cambiamos el texto del pseudo-botón */
  .popUpControl:checked ~ label > span.click {display: none;}
  .popUpControl:checked ~ label:before {content: "ocultar";}
</style>

/* fin estilo ballons*/

