/*Fuente personalizada*/
@font-face{
	font-family: Merriweather;
	src: url("fonts/Merriweather-Regular.ttf");
}

/* Style buson*/

body{
	/* background-color: #51B452; */
	background-color: white;

}

#space{
	width: 25%;
	float: left;
}

#contenedor{
	width: 85%;
	/* background-color: rgb(200,200,200); */
	background-color: #E3E2E2;
	box-shadow: 0px 0px 20px 10px #BDBDBD;
}



input{
	width: 90%;
	border: none;
	font-size: 25px;
	text-align: left;
}

.cajadatos{
	text-align: center;
}

p{
	font-size: 20px;
}

textarea{
	max-width: 90%;
    width: 90%;
    min-width: 90%;

    max-height: 200px;
    height: 200px;
    min-height: 200px;

    font-size: 25px;
}

.logo{
	margin: 10px;
}

#titulo{
	font-family: "Merriweather", serif, Times;
}

#nombre{
	width: 50%;
}

table{
	width: 100%;
}

tr{
	text-align: center;
	font-family: "Merriweather, serif, Times";

}

td{
	width: 50%;
}

.parrafo{
	text-align: justify;
}