*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap{
	width:90%;
	margin: 50px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    flex-wrap: wrap;
   
}

.tarjeta-wrap{
	margin: 10px;
	-webkit-perspective: 800;
	perspective: 800;
  
}

.tarjeta{
	width: 250px;
	height: 75px;
	background: #fff;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
   border-radius: 10px;

}

.adelante, .atras{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    
}

.adelante{
	width: 100%;
      
}

.atras{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
    background: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	text-align: center;
	color: #fff;
	font-family: "open sans";
}

.tarjeta-wrap:hover .tarjeta{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.card1{
	background-image: url(../img/periodico/rt.jpg);
	background-size:96px;
    background-repeat: no-repeat;
   
    
}

.card2{
	background-image: url(../img/periodico/telesur.png);
	background-size: 65px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card3{
	background-image: url(../img/periodico/aljazeera.jpg);
    	background-size: 82px;
    margin-left: 7px;
    background-repeat: no-repeat;
}

.card4{
	background-image: url(../img/periodico/bbc.jpg);
	background-size: 90px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card5{
	background-image: url(../img/periodico/nederland.jpg);
	background-size: 85px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card6{
	background-image: url(../img/periodico/chasqui.jpg);
	background-size: 65px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card7{
	background-image: url(../img/periodico/pais.png);
	background-size: 95px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card8{
	background-image: url(../img/periodico/cnn.png);
	background-size: 75px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card9{
	background-image: url(../img/periodico/nyt.png);
	background-size: 95px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}


.card10{
	background-image: url(../img/periodico/Clarin.jpg);
	background-size: 90px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card11{
	background-image: url(../img/periodico/expreso.png);
	background-size: 95px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card12{
	background-image: url(../img/periodico/ansa.jpg);
	background-size: 75px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card13{
	background-image: url(../img/periodico/manifiesto.jpg);
	background-size: 95px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card14{
	background-image: url(../img/periodico/republica.jpg);
	background-size: 85px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}
.tarjeta p{
    color: black;
    text-align:right;
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
}
