/* 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%;*/
}


a:link {border-bottom: 1px dotted white;
color:#000000;
font-style: italic;
font-weight:bold;}
a:visited {color:#077127;}
a:active { letter-spacing:2px;}
a:hover {text-decoration:underline;color:#545454;font-weight:800;}


.fin a:link, a:visited 
{
  color: color:#23a449;
  text-decoration: none;

  }
.fin  a:hover {
  font-weight:bold;
  letter-spacing:1px;
   color: #000;
 }

div#texto {
    padding: 20px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 16px;
    border: 1px solid #ddd;
    background: rgb(203,203,203);
    background: linear-gradient(0deg, rgba(203,203,203,0) 0%, rgba(240,240,240,1) 100%);
    max-width: 70%;
	font-weight:700;
	
}

.titulo
 {  padding: 5px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 16px;
    border: 1px solid #ddd;
    background: rgb(255,255,255);
   
    max-width: 100%;
	width: 98%;
	font-weight:700;
    color: #404040;
	    text-align: center;
}

.texto
 {  
 margin:10px;
 padding: 5px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 14px;
    border: 1px solid #ddd;
    background: rgb(203,203,203);
    background: linear-gradient(0deg, rgba(203,203,203,0) 0%, rgba(240,240,240,1) 100%);
    max-width: 100%;
	width: 95%;
	font-weight:500;
    color: #404040;
	    text-align: justify;
}

.texto01
 {  
 
    line-height: 1.5;
    font-size: 14px;
   	font-weight:500;
    color: #404040;
	    text-align: justify;
}


.letras {
  font-weight:bold;
  letter-spacing:1px;
   color: #000;
      font-size:20px;
 }

.verde {
color: #9E2149;
 font-weight:bold;
}

.cuadernos {
color: #fff;
 width: 100px;
  font-size:1px;
  text-align:left;
   letter-spacing:5px;
}


.button {
  background-color: #9E2149; /* Green */
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:5px;
  border-color:#FFF;
  border-style:solid;
  width:200px;
}


.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:#ffffff;
	/*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;
}





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;	
}


