#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12, #popup13, #popup14, #popup15, #popup16, #popup17, #popup18, #popup19, #popup20  
{/*visibility: hidden;*/	display:none;opacity: 0;margin-top: -200px;}
#popup1:target, #popup2:target, #popup3:target, #popup4:target, #popup5:target, #popup6:target, #popup7:target, #popup8:target, #popup9:target, #popup10:target, #popup11:target, 
#popup12:target, #popup13:target, #popup14:target, #popup15:target, #popup16:target, #popup17:target, #popup18:target, #popup19:target, #popup20:target 
{display: inline;/*visibility:visible;*/	opacity: 1;	background-color: rgba(0,0,0,0.8);position: fixed;top:0;left:0;right:0px;bottom:0;margin:0;z-index: 999;
-webkit-transition:all 1s;
-moz-transition:all 1s;
transition:all 1s;}
	

	.popup-contenedor {
		position: relative;
		margin:10% auto;
		padding:30px 50px;
		background-color: #fafafa;
		border-radius: 3px;
		width:50%; max-height:60%;
		overflow:scroll
	}
.popup-contenedor2 {
		position: relative;
		margin:10% auto;
		padding:30px 50px;
		background-color: #fafafa;
		border-radius: 3px;
		width:80%; max-height:60%;
		overflow:scroll
	}	
	a.popup-cerrar {
		position: absolute;
		top:3px;
		right:3px;
		background-color: #333;
		padding:7px 10px;
		font-size: 20px;
		text-decoration: none;
		line-height: 1;
		color:#fff;
	}
 
    /* estilos para el enlace */
    
	a.popup-link {
	    /*text-align: center;
	    display: block;
	    margin: 30px 0;*/
	}
	
.size_popup {
  font-weight: 300;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: 0px;
  text-align: center;
  background-color: #EAEAEA;
  border-top-left-radius:0px;
border-top-right-radius:10px;
border-bottom-right-radius:0px;
border-bottom-left-radius:10px; 
margin-bottom:5px;
}
.size_popup a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.size_popup a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1672E5;
}
@media (max-width: 1039px) {
  .size_popup {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .size_popup {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .size_popup {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
	Text-align: left;
  }
}	
	@media (max-width:650px)
{
.popup-contenedor {	
margin:5% auto;
padding:30px 50px;
background-color: #fafafa;
border-radius: 3px;
width:95%; max-height:80%;
overflow:scroll
}
.popup-contenedor2 {	
margin:5% auto;
padding:40px 20px 20px 20px;
background-color: #fafafa;
border-radius: 3px;
width:95%; max-height:80%;
overflow:scroll
}
}
