﻿

@media (min-device-width:1024px) {

	body, .ui-widget, .ui-widget-content
	{ 
		color:#1731A0; 
		font-family: Arial,Verdana,Helvetica; 
		font-size: 12px; font-weight: normal; 
		text-decoration: none; 	
	}

	.BotonPlano {
		background-color: #5DABCB;
		border: 1px solid #2F7593;
		color: #FFFFFF;
		display: inline-block;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 1px;
		padding: 5px;
		text-decoration: none;
		vertical-align: top;
		width: 80px;
		text-align: center;
		font-size: 14px;
	}

	#ControlesVisorPdf
	{
		display: none; 
		color:blue; 
		width: 360px; 
		position: fixed; 
		left: 200px; 
		top: 10px; 
		background-color: silver; 
		opacity: 0.8; 
		padding: 5px;
	}

	#HFDACertificados
	{
		width: 300px;
	}
}

@media (max-device-width:1024px) {
	
	body, .ui-widget, .ui-widget-content
	{ 
		color:#1731A0; 
		font-family: Arial,Verdana,Helvetica; 
		font-size: 18px; font-weight: normal; 
		text-decoration: none; 	
	}

	.BotonPlano {
		background-color: #5DABCB;
		border: 1px solid #2F7593;
		color: #FFFFFF;
		display: inline-block;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 1px;
		padding: 5px;
		text-decoration: none;
		vertical-align: top;
		width: 100px;
		text-align: center;
		font-size: 20px;
	}

	#ControlesVisorPdf
	{
		display: none; 
		color:blue; 
		width: 500px; 
		position: fixed; 
		left: 220px; 
		top: 10px; 
		background-color: silver; 
		opacity: 0.8; 
		padding: 5px;
	}
	
	#HFDACertificados
	{
		width: 450px;
	}
}

.Titulo {
	font-size: 16px;
	border-bottom: 1px dotted #1731A0;
	margin-left: -20px;
	font-weight: bold;
}

.error {
	color: Red;
}

.DigitalSignatureDetail th, .Certificate th, .OcspResponse th, .Crl th, .Cronologia th
{
	text-align: right;
}

.DigitalSignatureDetail tr, .Certificate tr, .OcspResponse th, .Crl th, .Cronologia th
{
	vertical-align: top;
}

.DNV, .Claro
{
	color: #7D89EE;
}

.PopupLink
{
	cursor: pointer;
	display:inline-block;
}

.DigitalSignatureDetail
{
	width: 100%;
}

.SolicitudDeFirma, .MiDocumento, .FirmaDigital
{
	background-color:#b2deef;
	border: 1px solid #2F7593;
	padding: 5px;
	margin: 5px;
}

.SolicitudDeFirma h3, .MiDocumento h3, .FirmaDigital h3
{
	margin: 0px;
	font-weight: normal;
}

h3 a, h3 a:visited, h3 a:link
{
	color:#1731A0; 
	text-decoration: none;
}

#DescripcionFirma, #DescripcionSello
{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

.Validacion
{
	margin-top: 1em;
}

.Validacion fieldset
{
	font-size: smaller;
}

.Validacion fieldset legend
{
	font-weight: bold;
}

.Leyenda
{
	display: inline-block;
	white-space: pre;
	font-weight: bold;
	width: 5em;
	float: left;
}

.Leyenda2
{
	display: inline-block;
	white-space: pre;
	font-weight: bold;
	width: 10em;
	float: left;
}

.Valor
{
	display: inline-block;
	width: 5em;
	float: left;
}

.Valor2
{
	display: inline-block;
	width: 10em;
	float: left;
}

.Valor3
{
	display: inline-block;
	width: 20em;
	float: left;
}

.Valor4
{
	display: inline-block;
	width: 30em;
	float: left;
}

.Valor5
{
	display: inline-block;
	width: 40em;
	float: left;
}