a{
	text-decoration:none; 
}

body{
	font-family:Arial;
}

#titulo{
	padding:10px
	height: 20px;
}

h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	color:#FFF;
	text-shadow:0px 4px 8px rgba(0, 0, 0, 0.4);
	margin-top:10px;
	margin-left:10px;
}


h3{
	text-align:center;
	font-weight:bolder;
	font-size:24px;
	margin-top:20px;
	margin-bottom:5px;
	
}
p{
	text-align:justify;
	margin-bottom:6px;
	margin-top:15px;
}
div.formlyeenda{
	text-align:justify;
	margin-bottom:6px;
	margin-top:15px;
}
p.francesa {   
	text-align:justify;
	margin-bottom:6px;
	margin-top:15px;
	margin-left: 25px;  
	text-indent: -25px; 
}
dd{
	text-align:justify;
	margin-bottom:6px;
	margin-top:15px;
	line-height: 220%
}
#pie{
	position:relative;
	font-size:16px;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.vinculoBlanco{
	color: #fff;
}

.htooltip .htooltipSuperText { /* The appearance of our tooltip */
	text-decoration: none !important;
	color: #000;
	font-size: 9px;
	position: relative;
	vertical-align: super;
}

.htooltip .htooltipHipperText { /* The appearance of our tooltip */
  background-color: rgba(0,0,0, 0.8);
  border-radius: 15px 15px 15px 0px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-left: 2px;
  margin-top: -75px;
  opacity: 0; /* Make it transparent */
  padding: 10px 10px 10px 40px;
  position: relative;
  text-decoration: none;
  visibility: hidden; /* and hidden */
  width: 350px;
  z-index: 10;
}

.htooltip:hover .htooltipHipperText { /* show the tooltip when hover */
  opacity: 1;
  visibility: visible;
}
       
.htooltip .htooltipHipperText img { /* example image */
  border: 0 none;
  float: left;
  margin: -71px 0 0 -234px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
       
.htooltip:hover .htooltipHipperText img { /* show the image */
  opacity: 1;
  visibility: visible;
}

.htooltip .htooltipHipperText .htooltipSuperText { /* The appearance of our tooltip */
	text-decoration: none !important;
	color: #fff;
	font-size: 9px;
	position: relative;
	vertical-align: super;
	visibility: hidden;
}

.htooltip:hover .htooltipHipperText .htooltipSuperText { /* The appearance of our tooltip */
	visibility: visible;
}


.imagenDefault {
	text-align: center
}

.imagenDefault img {
	width: 400px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.imagenDefaultPequenia {
	text-align: center
}

.imagenDefaultPequenia img {
	width: 200px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
