*
{
	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;
}
.portada
{
	width: 1200px;
	padding-top: 20px;
	box-sizing: border-box;
}
.portada img
{
	width: 1200px;
	margin: auto;
}
.text
{
	width: 1200px;
	height: 200px;
	margin-top: 30px;
	background-color: pink;
	font-family: t5;
}
.text h2
{
	font-size: 30px;
	text-align: center;
}
.text p 
{
	font-size: 15px;
	font-family: t5;
	text-align: center;
}
.boton 
{
   width: 300px;
   padding: 10px 480px;
   margin-top: 20px;

}
.boton a 
{
	width: 150px;
	text-decoration: none;
   color: white;
   font-family: t5;
   background-color: #da0080;
   border-radius: 26px;
   font-size: 20px;
   padding: 10px 12px;
}
.titulo
{
	width: 1200px;
	margin-top: 20px;
}
.probably
{
	background-color: rgb(45,45,45);
	text-align: left;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	color: white;
	margin: auto;
	font-family: t3;
	padding-left: 330px;
	box-sizing: border-box;

}
.galeria
{
	margin-top: 30px;
	display: flex;
	box-sizing: border-box;
}
.card
{
	width: 380px;
	font-size: 20px;
	font-weight: 500px;
	padding: 10px;
	text-align: center;
	font-family: t5;
}
.card img 
{
	width: 380px;
	box-shadow: 2px 2px 5px rgba(1, 1, 1, .5);
}
.carad title
{
	padding: 14px 16px;
	box-sizing: border-box;
}
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;
}