﻿

#overbox3 {
    position: fixed;
    Top: 0px;
    left: 0px;
    width: 100%;
	height: 100%
	background-color: rgba(0, 0, 0, 0.5); 
	color:#999;
	z-index: 999999;
    display: block;
	opacity: 0.9;
	margin:0 auto;

}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align:center;
	background-color: White;
}
#infobox3 p {
    line-height:180%;
	font-size:12px;
	color:blue;
    text-align:center;
	
}
.boton {
padding: 5px 10px;
font-weight: bold;
color: darkblue;
}
#infobox3 p a {
    margin-right:25px;
	color: #999;
    text-decoration: underline;
}