﻿.divVentanaModal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 985; filter: alpha(opacity=70); background-color: black; opacity: 0.7; }
.divModal { display: none; position: fixed; top: 50%; left: 50%; margin-top: -86px; margin-left: -277px; width: 500px; height: 250px; padding: 25px; z-index: 986; font-size: 29px; line-height: 1.16; }
.divModal { color: #000000; background-color: #EAC321; border-color: #EAC321; border-width: 2px; border-style: solid; }
.divModal p { margin: 0px; display: block; }
.divModal .btnCerrar { color: #ba6605; font-weight: bold; font-size: 15px; position: absolute; top: 5px; right: 6px; }
.divModal .btnCerrar:hover { color: #a70304; text-decoration: none; cursor: pointer; }
