@charset "utf-8";
/* CSS Document */

.BOT_IMPRIMIR, .BOT_ENVIAR, .BOT_POPUP{
	cursor:pointer;
}
.BOT_IMPRIMIR:hover, .BOT_ENVIAR:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#enviar{
	position:fixed;
	right:50%;
	top:50%;
	width:200px;
	height:200px;
	margin-right:-100px;
	margin-top:-100px;
	z-index:10000;
	background-color:#FFF;
	border:10px solid #FFC422;
	padding:20px;
	display:none;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#enviar p, #enviar input{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#cierra_envi{
	position:absolute;
	width:45px;
	height:45px;
	top:0;
	right:0;
	margin-top:-30px;
	margin-right:-30px;
	z-index:1000;
	cursor:pointer;
}
#legal{
	position:fixed;
	right:50%;
	top:50%;
	width:420px;
	height:420px;
	margin-right:-210px;
	margin-top:-210px;
	z-index:10000;
	background-color:#FFF;
	border:10px solid #FFC422;
	padding:20px;
	display:none;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#legal p{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#legal strong{
	font-weight:bold !important;
}
#cierra_legal{
	position:absolute;
	width:45px;
	height:45px;
	top:0;
	right:0;
	margin-top:-30px;
	margin-right:-30px;
	z-index:1000;
	cursor:pointer;
}
#transparencia{
	position:fixed; 
	z-index:9999; 
	width:100%; 
	height:100%;	
	display:none;
}
#transparencia2{
	position:fixed; 
	z-index:9999; 
	width:100%; 
	height:100%;	
	display:none;
}