@charset "utf-8";
/* CSS Document */

#centrar_contenido p1{
	display: block;
	font-size: 25px;
	color: white;
	text-align: center;
	padding-top: 40px;
}
#centrar_contenido h1{
	display: block;
	font-size: 30px;
	color: white;
	text-align: center;
}

.formulario input{
	background-color: white;
	border-radius: 10px;
	width: 500px;
	height: 47px;
	padding-left: 15px;
	font-size: 14px;
	color: black;
	margin-top: 20px;
	
}
#centrar_contenido table{
	margin-left: 340px;
}
.datos{
	text-align: center;
	color: #C04D00;
	font-size: 15px;
}

#boton{
	width: 100px;
	height: 47px;
	background-color: #C04D00;
	color: white;
	border: solid 3px #C04D00;
	border-radius: 18px;
	margin-left: 10px;
	cursor: pointer;
	margin-top: 15px;
	
	
}
#boton:hover{
	background-color: black;
	color: #C04D00;
}

section#contenido{
	width: 100%;
    height: 700px;
}
