﻿body
{
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.texto
{
	font-family:Verdana, Arial;
	font-size:10px;
}
.Label
{
	font-size: x-small;
	color: #339999;
	font-family: Arial;
}
.Titulo
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-variant: normal;
}
.Tabla1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
#MarcoExternoContenedor
{
    border: #0171a4 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    min-height: 31px;
    min-width: 296px;
}

#MarcoInternoContenedor
{
    border-left: 14px solid #E0F1F9;
    border-right: 5px solid #E0F1F9;
}

#Contenedor
{
    margin-left: 5px;
    margin-right: 5px;
}
#LogoQuasarMap
{
    min-width: 296px;
    min-height: 31px;
    position: absolute;
    width: 90%;
    height: 31px;
    top: 0;
    left: 0;
    padding-left: 10px;
}

#Comands
{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 5px;
}

#TituloForma
{
    color: #00B582;
    max-width: 230px;
    margin-bottom: 4px;
    text-align: left !important;
}
#clientValidationMessage
{
    background-color: #FFFFE1;
    border: solid 1px #696969;
    font-weight: bold;
    color: #000080;
    text-align: left;
    display: block;
    margin: 5px;
    padding:3px;
    font-family: Arial;
    font-size: 12px;
}
