
#ventana{/*malla*/
		background-color:rgba(48,48,48,0.8);
        position:fixed; 
        width:100%;top:0px;
        height:100%;left: 0px;
        text-align: center; vertical-align: middle;
        display: none;
        z-index: 99;
}
#area_ventana{
	background-color:rgba(255,255,255,1);
    border: #660 solid 3px;
    text-align:center;
    vertical-align:top;
    border: solid 1px #333030;
    z-index: 100;
    position: fixed;
    border-radius: 10px;
    padding: 10px;
    max-height: 90%;

}

#av_titulo{
    margin: 0px; padding: 0px;
    font-family:"Times New Roman";
	font-size: 23px;
	border-bottom: 1px dotted #AFAFAF;
	margin-top:5px;
	margin-bottom:15px;
	text-align: left;
}
#av_cuerpo{
	text-align:center;
}

#av_pie{
	text-align: right;
}
#av_pie input[type='button']{
	margin-top:30px;
}

#cerrar {
	margin-bottom:10px;
	text-align:right;
}
#cerrar a,#cerrar a:visited{
	color:#424242;
	text-decoration:none;
	font-size: 10px;
	font-weight: bolder;
}


#boton_cerrar{
	background-color: #424242;
	border: solid 1px white;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	top: -17px;
	right: -10px;
	padding: 8px;
	position: absolute;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

