
@media (max-width: 600px) {
	body {
	  background-image: url("../images/fondo4.png");
  	  background-color: #FFFFFF;
	  background-repeat: no-repeat;
	}

	.logococa {
		width: 70%;
	}

	.listabasesycond {
		height: 400px; 
	}

	.isologo {
		width: 100%;
	}

	.porcadagol {
		width: 100%;
	}

	.comocargar {
		width: 100%;
	}
}

@media (min-width: 601px) {
	body {
	  background-image: url("../images/fondo3.png");
  	  background-color: #FFFFFF;
	  background-repeat: no-repeat;
	}

	.logococa {
		width: 40%;
	}

	.listabasesycond {
		height: 400px; 
	}

	.isologo {
		width: 50%;
	}

	.porcadagol {
		width: 50%;
	}

	.comocargar {
		width: 40%;
	}
}

@media (min-width: 1251px) {
	body {
	  background-image: url("../images/fondo3.png");
  	  background-color: #FFFFFF;
	  background-repeat: no-repeat;
	  background-size: 80%;
	  background-position: top,center;
	}

	.logococa {
		width: 20%;
	}

	.listabasesycond {
		height: 400px; 
	}

	.isologo {
		width: 30%;
	}

	.porcadagol {
		width: 25%;
	}

	.comocargar {
		width: 30%;
	}
}

@font-face {
  font-family: 'UnityCondensed-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Tangerine'), url('../fonts/TCCC-UnityCondensed-Medium.ttf') format('truetype');
}

.letrachicapie {
  font-family: 'UnityCondensed-Medium', serif;
  font-size: 12px;
  color: white;
  text-align: justify;
}

.letraerror {
  font-family: 'UnityCondensed-Medium', serif;
  font-size: 18px;
  color: red;
  text-align: center;
}

.inputestilo {
  	font-family: 'UnityCondensed-Medium', serif;
	background-color:#FFFFFF;
	color: black;
	border-color: #e42a32;
  	font-size: 1.5em;
	text-align: center; 
}

.texto {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #e42a32;
  	font-size: 1.5em;
}

.textochico {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #e42a32;
  	font-size: 1.2em;
}

.textopeque {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #e42a32;
  	font-size: 0.8em;
}

.textogrande {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #e42a32;
  	font-size: 2.9em;
}

.boton {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #e42a32;
	background-color:#fcdf01;
	border-color: #fcdf01;
  	font-size: 1.5em;
}

.boton-rojo {
  	font-family: 'UnityCondensed-Medium', serif;
	color: #ffffff;
	background-color:#e42a32;
	border-color: #e42a32;
  	font-size: 1.5em;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}
