@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	
}
body
{
	background-image: url("../imagenes/tapeteDaycaSinFlecha.jpg");
}
.logo
{	
	top: 1%;
	background-image: url("../imagenes/logoDayca.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	width : 30%;
	height : 30%;
}
.t1
{
	top: 3%;
	width: 50vw;
	margin-left: 25%;
}

.t1 p
{
	font-family: 'Copperplate Gothic Light';
	font-size: 20px;
	text-align: center;
	color: #5E675C;
}

.t2
{
	width: 15rem;
	text-align: center;
	margin-left: 25rem;
}


.t2 p
{
	color:#298157 ;
	background-color: #AEC6DE;
	text-align: center;
}

.t3
{
	width: 15rem;
	text-align: center;
	margin-left: 25rem;
}

.t3 p
{
	font-size: 20px;
	color:transparent;
	background-color: #850709;
	margin-left: 15rem;
	text-align: center;
}

.imagen1
{
	top: 30ex;
	
	background-image: url("../imagenes/nina.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 2rem;
	position: absolute;
	width : 7rem;
	height : 22ex;
}

.imagen2
{}

.imagen3
{
	top: 30ex;
	
	background-image: url("../imagenes/nino.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 15rem;
	position: absolute;
	width : 8rem;
	height : 30ex;
}









