body{
	background-color: #02A0E1;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	}

input, select, button {
	width: 100%;
	color: gray;
	padding: 10px;
	margin: 10px;
	border-width:1px;
	border-radius: 2px;
	border-color: #f2f2f2;
	border-style: solid;
	background-color: #f7f7f7;
}
label{
	color: #555;
}
h2{
	font-size: 2em;
	text-align: center;
	font-weight: 100;
}
h3{
	width: 100%;
	background-color: #f7f7f7;
	color: f2f2f2;
	margin: 0px;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-weight: 100;
}
img{
	width: 12rem
}
form{
	margin: 20px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.img {
	text-align: center;
}
.contenedor {
	background-color: white;
	width: 80%;
	margin: auto;
	border: 1px;

	}
.inp_lavel {
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	width: 42%;
}
.inp_lavel2 {
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	width: 90% !important;
}
.col{
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.int{
    width: 100%;
    margin: 10px;
    text-align: center;
}
.subir_img{
	width: 8em;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.40s;
}
