.btn {
	background-image: linear-gradient(#eee,#CCC);
	border-radius: 5px;
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	color: #838383;
	padding: 3.8px;
}
.tdprincipal
{
    background-color: #dddddd;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}
.tdcontenido
{
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}
.textcontenido
{
    font-size: 8pt;
    font-family: Arial;
}
.textmensaje
{
    font-size: 10pt;
    font-family: Arial;
    color: red;
}
.textPagar
{
    font-size: 11pt;
    font-family: Arial;
    color: red;
}
.texttitulo
{
    font-size: 10pt;
    font-family: Arial;
    color: black;
    font-weight: bold;
}
.txt
{
    font-size: 8pt;
    font-family: Arial;
    background-color: #dddddd;
}

.msjPrincipal{
	font-size	: 10pt; 
	font-family	: Arial; 
	color 		: red;
	display 	: none;
}
a{color:#337ab7; text-decoration:none}
a:hover{text-decoration:underline; color:#337ab7; }

.top-right{
	right: 0px;
	top: 0px;
}

.jnoty{
	z-index: 9999;
    font-size: 14px;
    position: fixed;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.jnoty-container{
    background-color: #fff;
    zoom: 1;
    width: 350px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: block;
    border: 1px solid #dcdde0;
    /* box-shadow: 0px 0px 9px 0px #D3D0D0; */
    border-radius: 5px;
    min-height: 40px;
}

        	
.capa-blanca {
    filter: alpha(opacity=80);
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

.capa {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
}

.imprimir{
	position: fixed;
	z-index: 10;
}

.loading{
	position: absolute;
    z-index: 20001;
    top: 100px;
    left: 35%;
    color: #0277bd;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    height: 36px;
    line-height: 34px;
    min-width: 40px;
}

