body{font-family: Arial,sans-serif;color:#333;}


.modalmask {
	position: fixed;
	font-family: Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalmask:target {
	opacity:1;
	pointer-events: auto;
}
.modalbox{
	width: auto;
	position: relative;
	padding: 20px 20px 13px 20px;
	background: #fff;
	border-radius:3px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.movedown {
	margin: 0 auto;
}

.modalmask:target .movedown{		
	margin:10% auto;
}




.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	font-size:16px;
}

.close:hover { 
	background: #FAAC58; 
	color:#222;
}




.nsc{
	position:absolute;
	bottom:40%;
	right:0;
}

<!-- Modal Styles -->


#id0
{
width: 100%;
height: 150px;
}
#id1
{
width: 100%;
height: 150px;
}
#id2
{
width: 100%;
height: 150px;
}
#id3
{
width: 100%;
height: 150px;
}
#id4
{
width: 100%;
height: 150px;
}

//// Estilo del Pie de pagina  //////

#navegacion{
   list-style-type: none;
   text-align: center;
   float:right;
   margin-top:100px;

}
#navegacion ul{
   list-style-type: none;
   text-align: center;
   float:right;
   margin-top:100px;

}
#navegacion li{
   display: inline;
   text-align: center;
   margin: 5px 5px 0 0;
}
#navegacion li a {
   padding: 2px 7px 2px 7px;
   color: #666;

   border: 1px solid #ccc;
   text-decoration: none;
}
#navegacion li a:hover{
   background-color: #333333;
   color: #ffffff;
}
#logo_pie{
   float:left;
   margin-top:80px;
}

