﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
/*----------------------------------------------------*/

@charset "utf-8";
/* CSS Document */
HTML, BODY {
	margin:0;
	padding:0;
	border:0;
	font:normal 14px Roboto, sans-serif;
	color:#828282;
	background-color: #eaeaea;
}
	body:has(#login),
	body:has(#signoff) {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #edecec;
	}
/* COMMON */
.orange {
	color:#DA8019;
}
INPUT, TEXTAREA, SELECT, {
	font: normal 14px Roboto, sans-serif;
	border: solid 1px #828282;
	color: #828282;
	vertical-align: middle;
	line-height: 16px;
	padding-top: 10px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* LOGIN PAGE */
#login {
	width:621px;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
	border:solid 1px #cccccc;
	background:url(../content/images/back.png) bottom left no-repeat #FFFFFF;
}
#login #header {
	margin-bottom: 12px;
}
#login #divLeft {
	float:left;
	width:283px;
	padding:0px 20px;
	border-right:dotted 1px #B5B5B5;
	min-height: 400px;
}
#login #divLeft LABEL {
	display:block;
	margin:0 0 5px 0;
	font-weight:bold;
}
	#login #divLeft INPUT {
		display: block;
		width: 242px;
		margin: 0 0 5px 0;
		padding: 5px;
		font-size: 14px;
		vertical-align: middle;
		border: 1px solid #81afc8;
		outline: none !important;
	}
		#login #divLeft INPUT.Login_Password {
			padding: 3px 5px !important;
		}
#login #divLeft #checkboxes DIV {
	overflow: hidden;
	clear: both;
}
#login #divLeft #checkboxes INPUT {
	float:left;
	width:12px;
	height:12px;
	margin:2px 7px 5px 0;
	border:0;
}
#login #divLeft #checkboxes LABEL {
	float:left;
	font-weight:normal;
}
	#login #divLeft .submit {
		width: 107px;
		color: black;
		background: #fed506;
		text-decoration: none;
		padding: 5px 20px 4px 20px;
		display: flex;
		align-items: center;
		border-radius: 4px;
		text-wrap: nowrap;
		justify-content: center;
		border: none;
		font-weight: 400;
	}
#login #divRight {
	float:left;
	width:302px;
	padding:0 0 0 30px;
}
#login #divRight P {
	margin:0;
	padding:0;
}
#login #divRight UL {
	width:269px;
	margin:0;
	padding:0;
	list-style:none;
}
#login #divRight LI {
	padding:5px 0;
	border-bottom:solid 1px #CFCFCF;
}
	#login #divRight LI a {
		font-size: 11px;
		color: #618AA8;
		text-decoration: none;
	}
#login #divRight #logo {
	float:right;
	margin:15px 0 0 0;
}
.copyright {
	font-size:11px;
}

#privacyAndLegalWarning {
	padding: 10px;
	overflow: hidden;
	width: 621px;
	margin: 0 auto;
}

.uiVersionError {
	color: #005DA2 !important;
	text-decoration:none !important;
}
.uiVersionError:hover{
	color: #005DA2 !important;
	text-decoration:underline !important;
}

.label {
	text-align: right;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	color: #666;
}

.botonera {
	width: auto;
	text-align: right;
	border-top: dashed 1px #ccc;
	padding: 10px;
	margin-top: 10px;
}


.boton {
	border: #f88308 1px solid;
	background-color: #f88308;
	color: #FFF;
	font-weight: bold;
	font-family: Roboto;
	height: 20px;
	font-size: 9pt;
}



#divLeft1 table  
{
border-collapse: separate !important;
}


a {
	font-size: 11px;
	color: #618AA8;
	text-decoration: none;
}
	a:hover {
		font-size: 11px;
		color: #618AA8;
		text-decoration: underline;
	}

/* PUBLIC ERROR PAGE */
#public_error {
	width:688px;
    height:420px;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
	border:solid 1px #cccccc;
	background:url(../content/images/back.png) bottom left no-repeat #FFFFFF;
}

#signoff {
    width: 65em;
    background: #fff repeat-y;
    font-size: 11px;
    border: .1em solid #cfcfcf;
    color: black;
}

	#signoff #cabecera {
		padding: 12px 0 15px 24px;
		border-bottom: 5px solid #00003c;
	}
#signoff p.srm{
    margin: 0 0 2em;
    text-align: center;
}
#signoff p.volverIniciarSesion {
    margin: 0 0 3em 0;
    text-align: center;
}

#signoff p.volverIniciarSesion span {
    margin-bottom: 1em;
    display: block;
}

	#signoff p.volverIniciarSesion a.boton {
		width: 20em;
		margin: 0 auto;
		color: black !important;
		background: #fed506;
		text-decoration: none;
		padding: 12px 20px 12px 20px;
		display: flex;
		align-items: center;
		border-radius: 4px;
		text-wrap: nowrap;
		justify-content: center;
		border: none;
		font-weight: 500;
		font-size: 14px;
	}

	#signoff a.boton:link, #signoff a.boton:visited {
		background: #00003c;
		border: 1px solid #00003c;
	}

	#signoff a.boton:hover, #signoff a.boton:active, #signoff a.boton:focus {
		background: bottom left repeat-x #00003c;
		border: 1px solid #ff5900;
		text-decoration: none;
	}

#signoff ul#datosSesionTrabajo {
    width: 15em;
    margin: 0 auto 2em auto;
    padding: 1em 2em;
    border: 1px solid #cfcfcf;
    background: #f1f1f1;
}

#signoff #contenido li {
    list-style: none;   
    text-align: center; 
}


	#signoff #contenido {
		padding: 32px 16px 8px 16px;
	}

#signoff #contenido > h2:first-child {
    margin-bottom: 1em;
}

	#signoff h2 {
		font-size: 1.8em;
		text-align: center;
		font-family: Roboto,sans-serif !important;
		color: #000;
		font-weight: 400;
		margin-bottom: 0.5em;
	}
#signoff p{
    font-size: 1.2em;
}
#signoff ul {
    font-size: 1.2em;
}

#signoff #pie {
	background-image: url("/content/images/local/logout_thomsonreuters_peq.gif");
	background-position: center right;
	background-repeat: no-repeat;
	border-top: 0.3em double #cfcfcf;
	padding: 1em 0em 1em 0em;
}
	#signoff .footer-with-logo {
		display: flex;
		height: auto;
		padding-left: 10px;
		font-size: 1.21em;
		line-height: normal;
		background: none;
	}
	#signoff #pie a {
		font-size: 13px;
		color: #618AA8;
		text-decoration: none;
	}
	#signoff #pie a:hover {
		text-decoration: underline;
	}
