﻿.PanelContenedor
{
	width: 100%;  
}
.PanelMultiView
{
	width: 100%;  
}
.PanelLista
{
	width: 100%;  
	margin-left:1px;
	margin-top:6px; 
}
.PanelLista .PanelGrid
{
	width: 100%;  
}
.PanelFiltro
{
	width: 100%;  
}
.PanelFormView
{
	width: 100%;  
}
.PanelFormView .FormViewDetalle
{
	width: 100%;  
}
.PanelFormView .FormViewDetalle .PanelCampos
{
	width: 100%;  
}
.PanelFormView .FormViewDetalle .PanelCampos .TableCampos td
{
	vertical-align:top;
}
.PanelFormView .FormViewDetalle .ThEtiqueta
{
	width: 200px;  
} 
.PanelFormView .FormViewDetalle .PanelCampos .TextBoxCampo, .PanelFormView .FormViewDetalle .PanelCampos .ImageCampo
{
	width: 400px;  
}
    .PanelFormView .FormViewDetalle .DropDownListCampo {
        width: 412px;
    }
.FormViewDetalle .PanelCampos .ImageCampo
{
	height: 300px;  
}

.PanelValidadores
{
	width: 100%;  
}



