*
{
	margin: 0px;
	padding: 0px;
}
.contenedor
{
	width: 1200px;
	margin: 0px auto;
}
header
{
	width: 1200px;
	height: 80px;
}
.logo
{
	width: 200px;
	height: 80px;
	display: flex;
	justify-content: center;
	float: left;
	background-color: white;
}
.logo img
{
	width: 80px;
	height: 80px;
	margin-top: 10px;
}
.menu
{
	width: 1000px;
	height: 80px;
	float: right;
	font-family: t5;
}
.menu li
{
	width: 140px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
	list-style: none;
	float: right;
	font-weight: 700px;
	font-size: 18px;
}
.menu li a
{
	color: black;
	text-decoration: none;
}
.menu li a:hover
{
	background-color: #da0080;
	color: white;
}
.form-register
{
	white: 240px;
	background-color: #009BDB;
	padding: 80px 90px;
	margin: auto;
	margin-top: 40px;
	border-radius: 24px;
	color: white;
	font-family: t5;
	box-sizing: border-box;
}
.form-register img
{
	width: 240px;
}
footer
{
	width: 1200px;
	height: 250px;
	background-color: black;
	margin-top: 40px;
	box-sizing: border-box;
}
.redes
{
	width: 1200px;
	height: 250px;
	display: flex;
}
.logo2
{
	width: 400px;
	padding: 13px 18px;
}
.logo2 img
{
	width: 250px;
	height: 240px;
}
.rrss
{
	width: 400;
	padding: 90px 86px;
	font-family: t5;
}

.rrss p
{
	width: 60px;
	margin: 10px;
	color: white;
	float: center;
	font-size: 25px;
}
.rrss img
{
	width: 40px;
	margin: 10px;
	float: center;
	border-radius: 50px;
}
.info
{
	width: 400px;
}
.info p
{
	padding: 20px;
	color: white;
	font-size: 15px;
	text-align: right;
	margin-top: 30px;
	justify-content: center;
	font-family: t5;
}