.popUpWindow {
	margin-bottom:			0px;
	border: 2px solid rgba(11,114,181,0.7);
	border-radius: 20px;
	box-shadow:				5px 5px 10px 2px rgba(136,136,136,0.75);
	text-align:				left;
	background: -moz-linear-gradient(top, rgba(11,114,181,0.75) 0%, rgba(219,234,245,0.57) 12%, rgba(219,234,245,0) 50%, rgba(219,234,245,0.62) 91%, rgba(11,114,181,0.75) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,114,181,0.75)), color-stop(12%,rgba(219,234,245,0.57)), color-stop(50%,rgba(219,234,245,0)), color-stop(91%,rgba(219,234,245,0.62)), color-stop(100%,rgba(11,114,181,0.75))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(11,114,181,0.75) 0%,rgba(219,234,245,0.57) 12%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.62) 91%,rgba(11,114,181,0.75) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(11,114,181,0.75) 0%,rgba(219,234,245,0.57) 12%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.62) 91%,rgba(11,114,181,0.75) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgba(11,114,181,0.75) 0%,rgba(219,234,245,0.57) 12%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.62) 91%,rgba(11,114,181,0.75) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgba(11,114,181,0.75) 0%,rgba(219,234,245,0.57) 12%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.62) 91%,rgba(11,114,181,0.75) 100%); /* W3C */
   /*
   opcion plana: color de fondo;
   opinion: funciona pero meh;
   background-color: rgba(219,234,245,0.5);
   opcion 1: gradiente vertical de color borde (arriba) a color fondo (abajo);
   opinion: se ve aceptable, algo viejo, puede mejorar, con transparencia se ve mucho mejor;
   background: linear-gradient(to bottom, rgba(11,114,181,1) 0%,rgba(219,234,245,1) 100%);
   opcion 2: radial de color borde (afuera) a color fondo (centro);
   opinion: me gusta pero no tanto;
   background: radial-gradient(ellipse at center, rgba(219,234,245,0.5) 0%,rgba(219,234,245,0.5) 60%,rgba(11,114,181,0.5) 100%);
   opcion 3: vertical borde-fondo-transparente-fondo-borde;
   opinion: me gusta mucho mas, estamos cerca;
   background: linear-gradient(to bottom, rgba(11,114,181,0.5) 0%,rgba(219,234,245,0.4) 10%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.4) 90%,rgba(11,114,181,0.5) 100%);
   opcion 4:opcion 3 modificada;
   opinion:es mas legible que la opcion 3, se ajusta mas a los bordes asimetricos;
   background: linear-gradient(to bottom, rgba(11,114,181,0.75) 0%,rgba(219,234,245,0.57) 12%,rgba(219,234,245,0) 50%,rgba(219,234,245,0.62) 91%,rgba(11,114,181,0.75) 100%);
   */
}
.popUpWindow .titleBar {
	position:				relative;
	min-height: 20px;
	font-size: 15px;
	font-weight: bold;
	background-color: rgba(219,234,245,0);
	border-radius: 20px 20px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	line-height: 20px;
	padding-left: 10px;
   	padding-top: 5px;
   	padding-right: 73px;
   	padding-bottom: 5px;
	max-width: 92%;
}
.popUpWindow .titleBar span.theTitle {
	display:				block;
	margin-left:			7px;
	padding-right:			9px;
	font-weight:			900;
	padding-bottom:			4px;
}

.popUpWindow .titleBar span.closeIconText {
   position: absolute;
   top: 7px;
   right: 8px;
   width: 60px;
   font-size: 11px;
   cursor: pointer;
}

.popUpWindow .titleBar span.closeIcon {
	position:				absolute;
	top: 0px;
	right: 0px;
	background:				url(../imagen/boton_cerrar.png) no-repeat;
	height:					17px;
	width:					19px;
	cursor:					pointer;
}

.popUpWindow div.content {
	position:				relative;
	padding: 5px;
	overflow: auto;
	margin-left: 0px;
	margin-top: 0;
   padding-bottom: 0px;
   padding-top: 0px;
}

.popUpWindow div.content div.contentHolder{
	border-style: inset;
	border-width: 2px;
   border-color: #0B72B5;
	padding: 25px;
   background-color: #fff;
   padding-right: 10px;
   padding-left: 10px;
	overflow: auto;    width:auto;
	color: #808080;
}

.popUpWindow div.footer{
	text-align: right;
   height: 20px;
   margin-top: 0;
}
.popUpWindow span.resizeIconText {
   position: absolute;
   right: 7px;
   bottom: 4px;
   cursor: se-resize;
   color: #000;
   width: 85px;
   font-size: 9px;
}

.popUpWindow span.resizeIcon {
   position: absolute;
   right:               0px;
   bottom:              2px;
	height:					11px;
	width:					10px;
	background:				transparent url(../imagen/iconResize.png) no-repeat;
	cursor:					se-resize;
   display: inline-block;
}

.popUpWindow .resize_icon_holder {
   position: relative;
}
