.CuadroRes{
	/*border: 1px solid #AAAAAAFF;
	background-color: #F4F4F4FF;
	padding: 15px 15px 15px 15px;
	margin: 5px 5px 5px 5px;*/
	width: 100%;
}

.imgRES{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 10px;
}
.imgRES img{
	width: 250px;
}

.TopRes{
	font-size: 20px;
	color: #F8BA29FF;
	text-align: center;
	font-weight: bold;
}
.TopResMAQF{
	font-size: 20px;
	color: #213DC2FF;
	text-align: center;
	font-weight: bold;
}

.BodyRes{
	font-size: 13px;
	color: #000000FF;
	text-align: center;
}

.BodyEsp{
	font-size: 15px;
	color: #000000FF;
	font-weight: bold;
}

.BottomRes{
	font-size: 13px;
	color: #000000FF;
	text-align: center;
}

.imgNum{
	float: left;
	margin: -26% 0 0 18.2%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 20%;
	border: 0;
}
.imgAni{
	float: left;
	/*height: 10%;*/
	margin: -26% 0 0 50.5%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 20%;
	border: 0;
}
.imgPag{
	float: left;
	margin: -26% 0 0 82%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 18%;
	border: 0;
}

/** Estadisticas Simples */
/** Animales **/

.CuadroReStats{
  /*border: 1px solid #AAAAAAFF;
  background-color: #F4F4F4FF;
  padding: 15px 15px 15px 15px;
  margin: 5px 5px 5px 5px;*/
  width: 100%;
  background: #E5E5E5;
}

.StatSimgAni{
  /*float: left;*/
  /*height: 10%;*/
  /*margin: 12% 0 0 50.5%;
  transform: translate(-50%, -50%);*/
  z-index: 5;
  width: 34%;
  border: 0;
}

.StatSTopResA{
  font-size: 25px;
  color: #E0A800;
  text-align: center;
  font-weight: bold;
}

.StatSBottom{
  text-align: center;
  border: 1px solid #E0A800;
  background: #E0A800;
}

.StatSTxtB{
  color: white;
}

.StatSBodyEsp{
  font-size: 20px;
  color: #000000FF;
  font-weight: bold;
}

/** Frutas **/
/*.CuadroReStats{
  border: 1px solid #AAAAAAFF;
  background-color: #F4F4F4FF;
  padding: 15px 15px 15px 15px;
  margin: 5px 5px 5px 5px;
  width: 100%;
  background: #ECEBEB;
  }*/

  .StatSImgFru{
    /*float: left;*/
    /*height: 10%;*/
  /*margin: 12% 0 0 50.5%;
  transform: translate(-50%, -50%);*/
  z-index: 5;
  width: 34%;
  border: 0;
}

.StatSTopResF{
  font-size: 25px;
  color: #213DC2FF;
  text-align: center;
  font-weight: bold;
}

.StatSBottomF{
  text-align: center;
  border: 1px solid #213DC2FF;
  background: #213DC2FF;
}

.StatSTxtB{
  color: white;
}

.StatSBodyEsp{
  font-size: 20px;
  color: #000000FF;
  font-weight: bold;
}

/** Social Web */
.Smedia {
  /*position: absolute;*/
  top: 70%;
  left: 0%;
  /*transform: translate(-50, 0);*/
  height:100%;
  width:100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.rul {
  margin: 0 0 0 0;
  display: inline-block;
  padding: 0 0 0 0;
  /*justify-content:left;*/
  text-align:center;
  height:100%;
  width:100%;
}

.rli {
  list-style: none;
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  transition: .5s;
  display: inline-block;
/*  font-size: 100%;
display: flex;*/
justify-content: center;
align-items: center;
text-align: center;
color: black;
background: #E4E4E4;
border: 1px solid #E4E4E4;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.rli:hover {
  color: #292929;
  background: #fff;
  border: 1px solid #fff;
  transition: .5s;
}

#linkRSfb {
  color: #6C6C6C;
}

#linkRSfb:hover {
  color: #4267B2;
  /*border: 1px solid #292929;*/
  transition: .5s;
}
#linkRStw {
  color: #6C6C6C;
}

#linkRStw:hover {
  color: #1DA1F2;
  /*border: 1px solid #292929;*/
  transition: .5s;
}
#linkRSyt {
  color: #6C6C6C;
}

#linkRSyt:hover {
  color: #FF0000;
  /*border: 1px solid #292929;*/
  transition: .5s;
}
#linkRSimg {
  color: #6C6C6C;
}

#linkRSimg:hover {
  color: #000000;
  /*border: 1px solid #292929;*/
  transition: .5s;
}
.modal-dialog {
      /*max-width: 800px;
      margin: 30px auto;*/
    }

    .modal-yt-size{
      max-width: 800px;
      margin: 30px auto;
    }

    .modal-youtube {
      position:relative;
      padding: 0px 0px 0px 0px;
    }
    .close-youtube{
      position:absolute;
      right:5px;
      top: 5px;
      z-index:999;
      font-size:1.2rem;
      font-weight: normal;
      color:#FF8484;
      opacity:1;
    }

    .close-youtube:hover{
      color: #BA0000;
      transition: .5s;
      opacity:1;
    }