body,td,th {
	font-family: Abel, sans-serif;
	margin-top:0px;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: rgba(17,79,82,0.8);
	box-sizing: border-box;
	text-decoration:none;	
	}
img {
	width:100%;
	height:auto;
	}

.contenido {
	width:100%;
	height:auto;
    max-width: 842px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	/* [disabled]background-color: rgba(0, 0, 0, 0.5); */
	top:0px;
	background-image: url(imagenes/Imagen-plataforma-certificados.png);
	background-repeat:no-repeat;
	background-position: center top;
	min-height: 700px;
	}
a:link {
	text-decoration: none;
	font-size:18px;
	color:#3392D9;
}
a:visited {
	text-decoration: none;
	color:#3950A8;
	font-size:18px;

}
a:hover {
	text-decoration: none;
	color: #3950A8;
	font-size:18px;	
}
a:active {
	text-decoration: none;
	color:#3950A8;
	font-size:18px;	
}
h1,h2,h3,h4,h5,h6 {
	font-family: Abel, sans-serif;
	font-weight:400;
}
h1 {
	font-size: 36px;
	line-height: normal;
	text-align: center;
}
h2 {
	font-size: 24px;
}

.logo {
	margin-left: auto;
	margin-right:auto;
	width:100%;
	height:230px;
	max-width:842px;
	box-sizing: border-box;
	text-align:center;
	z-index:500;
	}
.textos{
	width:50%;
	max-width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(255, 255, 255, 0.5);
	}
.busco{
	width:70%;
	max-width:900px;
	height:auto;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(255, 255, 255, 0.85);
	padding:30px;
	box-sizing: border-box;
	font-size:24px;
	text-align: center;
	}
.contenido p {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
 @media only screen and (max-width: 480px){
	 .textos{
		width:100%;
		max-width:900px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		background-color: rgba(255, 255, 255, 0.5);
		}
	.busco{
		width:100%;
		}
	.contenido p {
		padding-left:20px;
		padding-right:20px;
	}
	h1 {
		font-size: 28px;
}

 }