/*WebDesignAndSuch.com*/





@charset "UTF-8";


/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(pop-back.jpg) no-repeat;
	width:400px;
	height: auto;
	padding-bottom:10px;
	background-color:#FFF;
	border:5px solid #FFF;
	z-index: 9002;
}

h1.pop{
	text-align:center;
	}

/*BOTON VER MAS*/

a.cerrar {
	position:relative;
	font-size:12px;
	width:100px;
	color:#FFF;
	line-height: 12px;
	margin-right:auto;
	margin-left:135px;
	margin-bottom:50px;
	padding: 5px 15px;
	border: 1px solid #222;
	background-color: #111;
	background-image: -moz-linear-gradient(#444, #111); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;

}
a.cerrar:hover {
	background: #111;
	color: #F60;
}
