﻿/* Ventanas Modales */
.ModalPopUp, .ModalPopUpExt
{
	background-color:WhiteSmoke;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:1%;	
}

.ModalPopUp 
{
	width:400px;
}

.ModalPopUpExt
{
	width:630px;
}

.ModalPopUpCabecera
{
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	text-align:left;
	padding-left:1%
}

.ModalImg
{
	width:55px;
	padding:1%
}