<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.conten{
	width: auto;
	height: 100%;
	margin-left: 20%;
	margin-right: 20%;
	background-color:#e4dab8;
	text-align: center;
}
.Text1{
	text-align:center;
	font: bold;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;	
}
.conten h3{
	font-family:"source-sans-pro";
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	text-align:justify;
	line-height: 3;
}

.conten h1{
	font-family:"sansita-one";
	font-style: oblique;
	text-decoration: underline;
	font-size: 35px;
	text-align: center;
}

.container1{
    font-size: 22px;
	align-items: center;
	text-align: center;
	text-shadow: #F8F2F2;
	}

th,td {
	border: 0px ;
	border-spacing: 0;
	opacity:1.0;
}

.container3{
	text-align:center;
	
}

.contenido2{
	font-family:"sansita-one";
	text-align: left;
	font-size: 16px;
}
#btn_comprobar{
  text-align: center;
  padding      : 8px;

  font         : bold italic 1em sans-serif;
  border       : 2px solid #333;
  border-radius: 15px;
  background   :#C0D8D8;
}

#btn_comprobar:after {
  content: " >>>";
}

#btn_comprobar:hover,
#btn_comprobar:focus {
  outline   : none;
  background:#07DF9F;
  color:#0F1515;
}
#continueBtn{
  text-decoration: none;
  text-align: center;
  padding      : 8px;

  font         : bold italic 1em sans-serif;
  border       : 2px solid #333;
  border-radius: 15px;
  background   :#C0D8D8;
  }
  #continueBtn:hover{
  text-decoration: none;
  outline   : none;
  background:#07DF9F;
  color:#0F1515;
  }


</style>
<!-- end Simple Custom CSS and JS -->
