﻿@charset "utf-8";


.ventana{	
	width:500px;	
	min-height:250px;
	float:center;
	position:absolute;
	top:135px;
	display:none;
	left:32%;
	z-index: 101;

}

.botonesder{
	text-align:right;
}

.ventana1 {
    width: 500px;
    min-height: 250px;
    float: center;
    position: absolute;
    top: 135px;
    display: none;
    left: 32%;
}

.fondo{
	position:fixed;	
    top:-115px;
	left:-12px;
	width:110%;
	height:980px;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index: 100;
}

@media (min-width: 0px) and (max-width: 768px) {
  .ventana {
    width: 95%;
	left:0%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.ventana {
   
	left:10%;
  }
}