@charset "utf-8";
/* CSS Document */

.ventana
{
	border:0px solid #cc0000;
	width:100%;
	height:100%;
	color:#fff;
	margin:0 auto;
	position:fixed;
	background-image:url(../imagenes/bgmogal.png);
	top:0px;
	left:0%;
	z-index:2000;
}

.form_popup
{
	/*width:606px;*/
	width:auto;
	/*height:388px;*/
	height:auto;
	padding:0;
	/*background-color:#fff;*/
	color:#999999;
	/*top:50%;*/
	top:10%;	
	left:29.7%;
	position:absolute;
	margin:0 auto;
	/*margin-left:-308px;
	margin-top:-189px;*/
}

.cerrar
{
	color:#999999;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

.linkcerrar
{
	color:#999999;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.linkcerrar:hover
{
	color:#3366cc;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

/*Venta Modal*/	
	.modal-background { background-color:rgb(0,0,0); background-color:rgba(0,0,0,0.5); display:none; left:0; position:fixed; height:100%; padding-top:50px; top:0; width:100%; z-index:9999; }
	.modal { background-color:#fff; border:1px solid #000; border-radius:8px; height:300px; margin:auto; margin-bottom:100px; overflow:auto; padding:20px; width:50%; -webkit-box-shadow: -3px 6px 25px -3px rgba(0,0,0,0.75); -moz-box-shadow: -3px 6px 25px -3px rgba(0,0,0,0.75); box-shadow: -3px 6px 25px -3px rgba(0,0,0,0.75); }	
	.modal-close { color:#aaaaaa; float:right; font-size:28px; font-weight:bold; }	
	.modal-close:hover, .modal-close:focus { color:#000; cursor:pointer; text-decoration:none; }


