@charset "utf-8";
#contenedorDatos .capsula {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#datos1 {
	background-image: url(../imgs/enlaces1.jpg);
}
#datos2 {
	background-image: url(../imgs/enlaces2.jpg);
}
#datos3 {
	background-image: url(../imgs/enlaces3.jpg);
}
#datos4 {
	background-image: url(../imgs/enlaces4.jpg);
}
.txtInicio {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  border: 1px solid;
  border-radius: 1rem 0;
  color: #7d2200;
  font-size: 1.2rem;
  margin: 1rem 0;
  max-width: 310px;
  min-height: 325px;
}
#contenedorDatos ul {
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 53%;
  width: 45%;
}
#contenedorDatos ul li {
  list-style-position: outside;
  list-style-type: none;
  margin: 1rem 0;
  line-height: 1rem;
  transition: background-color 2s ease;
  text-align: center;
}
#contenedorDatos  a {
	color: #89793D;
	text-decoration: none;
}
#contenedorDatos  a:hover {
	color: #7D2301;
	
}
#contenedorDatos  li:hover {
	background-color: rgba(185, 152, 68, 0.3);
}
@media all and (min-width: 720px) and (min-device-width: 720px) {
.txtInicio {
	width: 45%;
}
}
@media all and (min-width: 960px) and (min-device-width: 960px) {
.txtInicio {
	max-width: 500px;
}
}
@media all and (min-width: 1200px) {
	#contenedorDatos .capsula {
  	  flex-flow: row nowrap;
 	}
	.txtInicio {
  		max-width: 24%;
	}
}