﻿.modalBackgroundProductos
{
background-color: Gray;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: 10000;
}
.ContenedorProductos
{
	margin:auto;
	min-height:400px;
	background:white;
	max-width:500px;
	min-width:500px;
	border:solid 1px #d4d4d4;
	padding:0 20px 20px 20px;
}

.ToolBarProductos
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.ModalPopupBGProductos
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popupContenedorProductos {
	background-color:white;
	
	padding: 0px 0px 0px 0px;
}

.popupConfirmationProductos
{
	width: 800px;
	height: 300px;
}

.popupTituloProductos {
	background:url(../imagenes/titlebar_bg.jpg);
	height: 29px;
}

.popupCuerpoProductos
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-size:12px;
	line-height:15pt;
	clear:both;
	padding:7px;
}

.popupTituloIzqProductos
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.popupTituloDerechaProductos 
{
	background:url(../imagenes/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popupButtonsProductos
{
	margin:10px;
}