@charset "UTF-8";
/* CSS Document */



    .popup_content {
        display: none;
        position: absolute;
       margin:auto;
	   margin-left:5%;
	   margin-right:5%;
	   width:90%;
        z-index:9999;
    }
	
	#container{
		background-color:#FFF;
	}
	
	
	.popup_close {
		display:block;
		clear:none;
		cursor:pointer;
		position:relative;
		clear:both;
		background-color:red;
	    width:100%;
	    height:50px;
	    background:url(../img/icon/close.png) right no-repeat;
	    opacity:0.7;
	    z-index:9999;
		overflow:hidden;
    }
	
	.popup_close:hover {
		opacity:1;
    }
	
	#info_imgtop { 
	background-color:#fff;
	height:120px;
	background-image:url(http://www.socapa.org/images/infobox/socapa_pron.png);
	background-repeat:no-repeat;
	background-position:center; 
	
	}

.info_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	padding-bottom:3px;
	padding-top:3px;
	font-size:16px;
	height:20px;
	text-align:center;	
	background-color:#FFF;
	color:#bc341c;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc; 
}

.info_content {
	padding:15px;
	display:block;
	clear:both;
	overflow:scroll;
	background-color:#FFF;
}

.info_content h1 {
	padding-top:2px;
	padding-left:2px;
	margin:0;
	text-align:left;
	line-height:22px;
	font-size: 14px;
	color: #bc341c;
}

.info_content p{
	margin:0;
	text-align:left;

	font-size: 12px;
	color:#000;
}

.info_content a{
	font-size: 12px;
	color: #fcb32b;
}


#popup_background {
	background-color:#000;
}

/* The dark background that popups up when clicking a popup */
#popup_background{
	display:none;
    opacity:0.7;
    position:fixed;/*need to be fixed to stretch on all IE after IE6*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	min-height: 100%;
      }

#popcontent {
	background-color:#fff;
	padding:10px;	
}
@media only screen and (min-width: 481px) {

 
   .popup_content {
        display: none;
        position: absolute;
       margin:auto;
	   margin-left:25%;
	   margin-right:25%;
	  	 width:50%;
        z-index:9999;
    }



}
