﻿.Ventana
{
	width:735px;
	height:380px;
	margin-left:40px;
	margin-top:10px;
	padding-top:10px;
}
.ContornoVentana
{
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:800px;
	height:400px;
	margin:auto;
}
.ContornoVentanaNormas
{
	position:absolute;
	float:left;
	z-index:5;
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:800px;
	height:370px;
	margin-left:50px;
	border: solid 1 black;
}