﻿.tblBotones
{
	/* Aplicacion: TABLE 
	Accion: Color de fondo y fuente de la barra de botones
	Formato: Texto - Fondo*/
	height:25px;
	text-align: center ; 
	vertical-align:middle;
	padding-top:0px;
	margin-top:6px;
	width:100%;
}

.tblAgregarCatalogo
{
   /* Aplicacion: Tabla
	Accion: Define estilo de la tabla para agregar registro a catálogo*/
	border:1px solid #c2b39e;
	/*background-color:#d8ccbb;*/
	padding:4px 2px;
	margin-left:40px;
	margin-right:40px;
}

.Labels
{
	/* Aplicacion: Labels 
	Accion: Define fuente de letra, tamaño y color de texto
	Formato: Texto - Color - Alto - Grosor*/
    font-size: 13px;
    font-family:"Trebuchet MS";
	line-height: normal;
	color:#5b5b5b;

}

.pnlDominio
{
    /* Aplicacion: TABLE 
	Accion: Color de fondo tabla de búsqueda
	Formato: Texto - Fondo*/
	border:1px solid #d2b98d;
	background-color:#f9fedf;
}

.info, .success, .warning, .error, .validation {
    /*border: 1px solid;*/
    margin: 4px 0px;
    padding: 4px 10px 4px 50px;
    background-repeat: no-repeat;
    background-position: 40px center;
}
.info 
{
    width:350px;
    /*margin:0 445px;*/
    margin: 0 auto !important;
    left:0 !important;
    margin-top:20px;
    color: #00529B;
    font-family: Sans-Serif;
    font-size:14px;
    background-color: #BDE5F8;
    background-image: url(/CPCIMR/Images/info_ico.png);
}
.success 
{
    width:350px;
    margin:0 auto;
    left:0 !important;
    margin-top:20px;
    color: #4F8A10;
    font-family: Sans-Serif;
    font-size:14px;
    background-color: #e0fab5;
    background-image:url(/CPCIMR/Images/success_ico.png);
}
.warning 
{
    width:350px;
    margin:0 auto;
    left:0 !important;
    margin-top:20px;
    color: #f66c2e;
    font-family: Sans-Serif;
    font-size:14px;
    background-color: #fdf4d1;
    background-image:url(/CPCIMR/Images/warning_ico.png);
  
}
.error 
{
    width:330px;
    margin:0 auto;
    left:0 !important;
    margin-top:20px;
    color: #D8000C;
    font-family: Sans-Serif;
    font-size:14px;
    background-color: #ffdddd;
    background-image: url(/CPCIMR/Images/error_ico.png);
}