﻿.frm100
{
	width: 100%;
	min-width: 100%;
	clear: both;
}

.Right
{
	text-align: Right;
}

.txtN
{
    font-weight: bold;
}


.txtMayusculas
{
    text-transform: uppercase;
}

.LinkSubir
{
    text-decoration: none !important;
    color: #808080;
    text-align: right;
    width: 100%;
    background-image: url(/images/IconoSubir.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.LinkSubir:hover
{
    text-decoration: underline;
}

.LinkPdf
{
    text-decoration: none !important;
    color: #808080;
    text-align: right;
    width: 100%;
    background-image: url(/images/IconoPdf.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 28px;
}

.LinkPdf:hover
{
    text-decoration: underline;
}


.txtNormal
{
    font-weight: normal !important;
}

.fdAzul {
    /*background-color: #00ffff !important;*/
    background-color: #a2e3fb !important;
}