@charset "utf-8";
/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#204862;
margin:0;
}
.myresultado {
	width:95%;
	max-width:500px;
	margin:auto;
	background:white;
	border-radius:7px;

}
#fila
{
	font-family:'Arial';
	font-size:14px;
	padding:8px;
	background-color:beige;
}

table
{
	width:95%;
}


th {
	color:white;
	text-align:left;
	font-family:'Lato';
	font-size:14px;
	background-color: #0a5ca2;
font-weight:normal;
}

.form-register
{
	width:95%;
	max-width:500px;
	margin:auto;
	background:white;
	border-radius:7px;
	
}

.contenedor-inputs
{
	padding:10px 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
input
{
margin-bottom:15px;
padding:15px;
font-size:16px;
border-radius:3px;
border: 1px solid darkgray;
}
.input-100
{
	width:100%;
}

.btn-enviar{
background:crimson;
color:#fff;
margin:auto;
padding:10px 40px;

}

.form-titulo
{
background:deepskyblue;
color:#fff;
padding:20px;
text-align:center;
font-weight:100;
font-size:30px;
border-top-left-radius:7px;
border-top-right-radius:7px;
border-bottom: 5px solid crimson;
}
#destacada {
  max-width:95%;
}
.texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

.text-otorga
{
	text-align:center;
}
img{
	display:block;
	margin:auto;
	}

h1
{
	font-family:'Lato';
	text-align:center;
	color:#0C1C57;
}

.texto-participante
{
	font-family:'Lato';
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#DC2C3B;
}