/*############################################ Import ############################################*/
/* Fuentes de letras */
@import url("includes/fonts.css");

*{
  margin: 0px;
  padding: 0px;
}

body{
	background-color: #000;
}

#container{
	width: 30%;
  height: auto;
  margin: 0px auto;
  border: 1px solid rgba(225,225,226, 0.8);
  box-shadow: 0px 0px 10px #585656;
  margin-top: 40px;
  margin-bottom: 40px;
	min-height: 600px;
	border-top-left-radius: 47px;
	border-top-right-radius: 150px;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 24px;
	border: 5px solid #272727;
	background-image: url('../materiales/galeria/pattern.png');
}

/*------------------> Container - Head -------->*/
#container-head{
		display: block;
    height: 180px;
    border: 5px solid transparent;
		border-top-left-radius: 41px;
  	border-top-right-radius: 145px;
  	border-bottom-left-radius: 140px;
  	border-bottom-right-radius: 45px;
}

.imgfondo{
	width: 100%;
	height: 180px;
	border-top-left-radius: 36px;
  border-top-right-radius: 151px;
  border-bottom-left-radius: 147px;
  border-bottom-right-radius: 45px;
} 

.box2{
	width: 155px;
	height: 155px;
	margin: 0px auto;
}

.imgRedonda {
	position: relative;
	width: 155px;
	height: 155px;
	top: -172px;
  border-radius: 50%;
  border: 3px solid #ccc;
}

.imgRedonda img {
   width: 100%;
  height: auto;
}

/*------------------> Container - Body -------->*/
#container-body{
	display: block;
	width: 100%;
	height: auto;
}

#container-body .nombre{
	margin-top: 5px;
}


#container-body .rubro{
	margin-top: 2px;
	margin-bottom: 5px;
}

article h2{
	margin-left: 10px;
}

hr{
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #272727;
	background-color: #272727;
	box-shadow: 0px 0px 6px #272727;
}

#container-body .icons-imagen{
	width: 70px;
	height: 70px;
}

#container-body .box4-texto{
	margin-top: 6px;
	margin-bottom: 6px;
}

#box4-icons .txt{
	margin-bottom: 6px;
}

#container-body .box4-program{
	display: block;
	height: auto;
}

#container-body span{
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #ccc;
	cursor: pointer;
}

#container-body span:hover{
	border: 2px solid #272727;
	box-shadow: 0px 0px 10px #343434;
}

/*------------------> Container - Footer -------->*/
#container-footer{
	background-color: rgba(39, 39, 39, 0.8);
	border-top-left-radius: 20px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 73px;
	border-bottom-right-radius: 21px;
  border: 5px solid #e9e9e9;
}

#container-footer .box5{
	margin: 5px;
	text-align: center;
}

#box5-icon{
	display: inline-block;
  width: 60px;  
  margin-right: 6px;
}

#box5-icon .intercambio1 {
  position: relative;
}

#box5-icon .intercambio1 .intercambio2 {
  position: absolute;  
  top: 0;  
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s;
}

#box5-icon .intercambio1:hover .intercambio2 {
  opacity: 1;
}

#box5-icon img{
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}