/* general */
body {
	margin:0px;
	padding:0px;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:18px;
	/*background-image: url("../imagenes/fondotarjetas.jpg");
	background-size: 100%;*/
}

.texto{
	font-family:"Open Sans", Arial, sans-serif;
	font-size:18px;
	 letter-spacing:1px;
	 text-align:justify;
	 text-height:auto;
	 line-height:25px;
	
	}

.texto02{
	font-family:"Open Sans", Arial, sans-serif;
	font-size:15px;
	 text-align:justify;
	 line-height:16px;
	
	}
	
a:link {border-bottom: 1px dotted white;
color:#23a449;
font-style: italic;
font-weight:bold;}
a:visited {color:#077127;}
a:active { letter-spacing:1px;}
a:hover {text-decoration:underline;color:#999999;font-weight:700;}


.fin a:link, a:visited 
{
  color: color:#23a449;
  text-decoration: none;

  }
.fin  a:hover {
  font-weight:bold;
  letter-spacing:1px;
   color: #000;
 }


/*ahorcado*/

.letras {
  font-weight:bold;
  letter-spacing:1px;
   color: #000;
      font-size:20px;
 }

.verde {
color: #23a449;
 font-weight:bold;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 355px;
  background-color: #23a449;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 3px;  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

  /*- back */
.regreso  a:link, .regreso a:visited { width: 60px;
	height:35px;
	display: block;
	background:  url(../imagenes/dinoboton.png);
	padding: 0px 0 0 0px;
	margin-left:50%;
	}

.regreso a:hover {
	background:  url(../imagenes/dinoboton.png) 0 -35px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	color:#FFF;
	}
	
.activo{
	background-color:#da812d;
	/*Naranja*/
}
/* fin general */


/* header */
header {
	width:100%;
	height:69px;
	background-color:#23a449;
	box-shadow:0 3px 8px rgba(0,0,0,0.4);
	/*position:fixed;*/
	top:0;
	z-index:9999;
	font-size: 16px;
}

header nav#principal {
	display:inline-block;
	float:right;
	margin: 10px 32px 0px 0px;
}

/* fin header */


.cabeza{
	width:960px;
	margin:0 auto;
	position:relative;
	border:1px solid #FC6;
}

h1 {
	display:inline-block;
	height:91px;
	width:771px;	
	/*background-image:url(../imagenes/logobsja.png);
	background-size:771px 91px;
	overflow:hidden;*/
	text-indent:-999em;
	margin:0px 36px 0px 0px;
}

h1 a{
	height:70px;
	width:190px;
	display: block;
}

h2 {
	font-size:40px;
}

h3 {
	font-size:30px;
}


.icon-gonzalo {
padding:15px; /* Espacio entre la imagen y el borde */
background:#fff; /* Color de fondo que se ve entre el espacio */
border:1px solid #cccccc; /* Borde de color */
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;}

.icon-gonzalo{
       transition:all 0.3s ease 0s;}


.icon-gonzalo:hover {
border-radius: 0% 50%; /* Borde redondeado */
background:#31353D; /* Color de fondo que se ve entre el espacio */
box-shadow: 0px 0px 15px #000; /* Sombra */
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
cursor:pointer;
}
 .icon-gonzalo:hover {
    transform:rotate(180deg) scale(0.5);
    -webkit-transform:rotate(180deg) scale(0.5);
    -moz-transform:rotate(180deg) scale(0.5);
    -o-transform:rotate(180deg) scale(0.5);
    -ms-transform:rotate(180deg) scale(0.5); }


footer{	
	width: 100%;
	bottom: 0;
	background-color:#23a449;
	z-index: 2000;
}

footer .titulopie{
  color: #fff;
  font-size: 17px;
  margin: 20px 0px 0px 10px;		
}

footer p{
	color: #fff;
	font-size: 11px;
	width: auto!important;
	margin: 10px 0px 0px 10px;	
}


