﻿body, html {
    padding: 0;
    margin: 0;
}
body {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

#TablaFiltro
{
	background-color:#D8D8D8;	
	border-style:solid;
	border-width:2px;
	border-color:#585858;
	padding:5px;
}

.TxtCargaDeDatos
{
	border-color:#999999;
	border-style: solid;
	border-width:1px;
}

.Button {
        border: 1px solid #424242;
        border-radius: 5px;
        color: #424242;
        padding: 8px;
        background-color: #D8D8D8;
        cursor: pointer;
        text-align: center;
}
.Button:hover { background-color: #E1F5A9; }

.BotonAgregar { background: #E6E6E6 url('../Imagenes/orderAdd32.png') center no-repeat; }
.BotonAgregar:hover { background-color: #E1F5A9; }


.BotonSinTexto {
	width: 48px;
	height: 48px;
	border: 2px solid #6E6E6E;
    border-radius: 5px;
    color: #424242;
    background-color: #E6E6E6;
    cursor: pointer;

}
.BotonSinTexto:hover { background-color: #A9D0F5; }

	.BotonActualizar { background: #E6E6E6 url('../Imagenes/Refresh32.png') center no-repeat; }
	.BotonActualizar:hover { background-color: #E1F5A9; }

	.BotonExportarExcel { background: #E6E6E6 url('../Imagenes/ExcelLogo24.png') center no-repeat; }
	.BotonExportarExcel:hover { background-color: #E1F5A9; }

.msgVerde
{
    border: solid 1px #21610B;
    background-color: #D0F5A9;
    border-radius:5px;
    text-align:center;
    padding: 10px;
	color: Black;
	font-family:Verdana;
	font-size:9pt;
}
.msgAmarillo
{
    border: solid 1px #FF8000;
    border-radius:5px;
    background-color: #F2F5A9;
    text-align:center;
    padding: 10px;
	color: Black;
	font-family:Verdana;
	font-size:9pt;
}
.msgRojo
{
    border: solid 1px #B40404;
    border-radius:5px;
    background-color: #F6CECE;
    text-align:center;
    padding: 10px;
	color: Black;
	font-family:Verdana;
	font-size:9pt;
}