*{
	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); */

}

.adelante, .atras{
border-radius: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;

}

.adelante p{
    font-weight: bold;
}
.atras {
	display: none;
	}
/*
.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/periodicos_extranjeros/abi__.png);
	background-size:216px;
    background-repeat: no-repeat;
   
    
}

.card2{
	background-image: url(../img/periodicos_extranjeros/logo_bolpress.png);
	background-size: 115px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card3{
	background-image: url(../img/periodicos_extranjeros/logo.png);
    	background-size: 160%;
    margin-left: 7px;
    background-repeat: no-repeat;
}

.card4{
	background-image: url(../img/periodicos_extranjeros/%C3%ADndice.png);
	background-size: 120px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card6{
	background-image: url(../img/periodicos_extranjeros/eldeber.jpg);
	background-size: 125px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card7{
	background-image: url(../img/periodicos_extranjeros/hbsuperior.JPG);
	background-size: 125px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card9{
	background-image: url(../img/periodicos_extranjeros/eldiario.png);
	background-size: 115px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card10{
	background-image: url(../img/periodicos_extranjeros/logo_lapatria_2.gif);
	background-size: 95px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}


.card11{
	background-image: url(../img/periodicos_extranjeros/elpotosi_cabecera.png);
	background-size: 120px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}




.card13{
	background-image: url(../img/periodicos_extranjeros/pais.png);
	background-size: 125px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}

.card14{
	background-image: url(../img/periodicos_extranjeros/lostiempos.png);
	background-size: 125px;
    margin-left: 7px;
    background-repeat: no-repeat;
  
}
.tarjeta p{
	font-wight: bold;
    color: black;
    text-align:right;
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
}
a{
    font-size: 27px;
    color:black;
}
div.periodicos {
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
   	border-radius: 10px;
   	padding: 10px;
	background-color: rgba(255,255,255,0.4);
	width: 30%;
	margin: 0 auto;
}
h1.periodicos {
	margin-top: 0;
}

@media (max-width:768px){
	a.periodicos
	{
  		font-weight: bold;
	}
	h1.periodicos {
		display: none;
	}
	.atras{
	display: none;
	-webkit-transform: none;
	transform: none;
	}
}