﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

p
{
	color: #666666;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	text-indent: 20px;
	text-align: justify;
}

.p
{
	color: #666666;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	text-indent: 20px;
    text-align:right;

}

.pLeft {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
}

ul#MenuAplicacion li a
{
	font-weight: bold;
	font-size: 0.88em;
}

a img
{
	border: 0px none;
}
h1
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
}
h2
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
}
.Titulo
{
	font-style: normal;
	font-variant: normal; /*border: 1px solid #000000;*/
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
.CeldaNegrita
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
.CeldaNegritaBordeDerechoNegrita
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}
.CeldaDetalle
{
	font-style: normal;
	font-variant: normal; /*border: 1px solid #CCCCCC;*/
	color: #000000;
	background-color: #FFFFFF;
}
.CeldaDetalleBordeDerechoNegrita
 {
    font-style: normal;
    font-variant: normal; /*border: 1px solid #CCCCCC;*/
    color: #000000;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}
fieldset
{
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#MessageConfirm
{
	background-color: #99ff99;
	background-image: url(../images/Confirm.png);
	background-position: left;
	background-repeat: no-repeat;
	border: solid 1px #339933;
	color: #339933;
	font-weight: bold;
	margin: 0px auto;
	padding: 25px;
	padding-right: 5px;
	padding-left: 64px;
	text-align: left;
	width: 700px;
}
#MessageConfirm
{
	background-color: #99ff99;
	background-image: url(../images/Confirm.png);
	background-position: left;
	background-repeat: no-repeat;
	border: solid 1px #339933;
	color: #339933;
	font-weight: bold;
	margin: 0px auto;
	padding: 25px;
	padding-right: 5px;
	padding-left: 64px;
	text-align: left;
	width: 700px;
}
#MessageError
{
	background-color: #ff9999;
	background-image: url(../images/Error.png);
	background-position: left;
	background-repeat: no-repeat;
	border: solid 1px #990000;
	color: #990000;
	font-weight: bold;
	margin: 0px auto;
	padding: 25px;
	padding-right: 5px;
	padding-left: 64px;
	text-align: left;
	width: 700px;
}

#ModalPopUpDiv
{
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(/images/FondoCarga.png);
	height: 100%;
	width: 100%;
	vertical-align: middle;	
    overflow: scroll;
}

#ModalPopUpDivChild
{
	margin-top:50px;
}

#WhiteBlock
{
	border: 1px solid #0000FF;
	width: 30%;
	background-color: #FFFFFF;
}

.SelloDigicert {
    float:left;
    background-color: #FFFFFF;
    background-image: url('../../images/Sello.png');
    background-repeat: no-repeat;
}

.logoPoliticaPrivacidad {
    overflow: hidden;
    width: 160px;
    height: 160px;
}

.textoPoliticaPrivacidad {
    font-family: Arial;
    text-align: justify;
    color: #FFFFFF;
    margin-left: 100px;
    margin-right: 100px;
}