﻿/* ------->>> GENERALES <<<------- */
img {
	border: 0;
}

* {
	outline: 0;
}

.seleccionado {
	background-color: #a4a4a4;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	word-spacing: 0;
	margin: 0;
	outline: 0;
}


input, select, textarea {
	color: #09018b;
	font-size: 8pt;
}

	#contenedor input[type=submit] {
		background: url(images/fd_bt_form.gif) repeat-y;
		background-position: right;
		background-color: #9e9e9e;
		border: 1px solid #000;
		color: #ffffff;
		font-weight: bold !important;
		font-size: 8pt;
		cursor: pointer;
	}

a:link {
	color: #656A00;
	text-decoration: none;
}

a:visited {
	color: #656A00;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.error {
	color: Red !important;
}

fieldset legend {
	font-weight: normal;
}

H1 {
	color: #0046D5;
	font-size: 10pt;
	width: 95%;
	line-height: 10pt;
	border-bottom: solid 1px #D0D0BF;
	margin: 15px 0 5px;
}

H2 {
	font-size: 9pt;
	font-weight: bold;
	width: 95%;
	line-height: 10pt;
	margin: 5px;
}

@media print {
	.Reale_TextBox_GlobalBox, .Reale_DDL_GlobalBox {
		display: none !important;
	}

	.noimprimir {
		display: none !important;
	}

	.imprimir {
		display: block !important;
		clear: both;
	}

		.imprimir select {
			display: block !important;
			clear: both;
		}

	.UpdateProgressContent {
		display: none !important;
	}
}
/* ------->>> CABECERA <<<------- */
#MainContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0 13px;
	background-color: #FFF;
	background: url( "images/backgroung.png" ) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

html > body #MainContainer {
	width: 900px;
}

#Cabecera {
	/*background-color: #356280;*/
	/*background-color: #003366;*/
	background-color: #004B9C;
	line-height: 12pt;
	color: #FFFFFF;
	text-align: center;
	width: 900px;
}

#corte {
	clear: both;
}

#contenedor {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 40px;
}

#piePagina {
	clear: both;
	padding-top: 5px;
	margin-top: -39px;
	height: 39px;
	width: 900px;
	text-align: center; /*background:   url("images/foot_bg.gif") repeat-x bottom;*/
}

html > body #piePagina {
	height: 39px;
}


#logo {
	float: left;
	width: 150px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}


	#logo img {
		margin-left: 5px;
	}

#datos {
	float: left;
	text-align: center;
	font-style: italic;
	width: 600px;
}

#arriba {
	margin-top: 5px;
	float: left;
	width: 600px;
	clear: both;
}

#abajo {
	float: left;
	width: 600px;
	clear: both;
}

#izda {
	float: left;
	text-align: left;
	width: 200px;
}

#dcha {
	float: left;
	text-align: left;
	width: 400px;
}

#fecha {
	margin-top: 5px;
	float: right;
	width: 150px;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
}

#botonera {
	background-color: #E9EEF8;
	color: #1F336B;
	width: 900px;
	clear: both;
	border-top: solid 1px #fff;
	text-align: left !important;
	padding-top: 2px;
	padding-bottom: 2px;
}

	#botonera #Botones {
		/*float:left;*/
	}

	#botonera #Ayuda {
		float: right;
		margin: 2px 10px 0;
	}

		#botonera #Ayuda a {
			color: #1F336B;
		}

		#botonera #Ayuda span {
			float: left;
		}

/* ------->>> CONTENIDO <<<------- */
.UpdateProgressContent {
	width: 200px;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	z-index: 1000000;
}

#content {
	background-image: url(images/r_mod_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	min-height: 320px;
}


#MenuInicio {
	margin-top: 30px;
	text-align: center;
}

	#MenuInicio A {
		font-size: 14pt;
		font-weight: bold;
	}

#ListaMensajes {
	border: #09018b 1px solid;
	padding: 1px;
	color: #09018b;
	font-weight: bold;
	background-color: #e6e6e6;
	width: 150px;
	line-height: 15pt;
}

	#ListaMensajes a {
		font-size: 8pt;
	}

		#ListaMensajes A:link {
			color: #09018b;
			font-weight: bold;
		}

		#ListaMensajes A:visited {
			color: #09018b;
			font-weight: bold;
		}

		#ListaMensajes a:hover {
			color: #FF0000;
			text-decoration: none;
		}

.Paginacion {
	text-align: left;
	color: #09018b;
}

.normal {
	color: #09018b;
}

.alarma {
	color: #F00;
}

.nuevo {
	font-weight: bold;
}

.mio {
	background-color: #A4A4A4;
}

.menupred {
	background-color: #696969;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

	.menupred a {
		color: #FFF;
		text-decoration: none;
	}

#formuContes {
	padding-top: 5px;
	clear: both;
	text-align: left;
}

	#formuContes .Reale_Caption label {
		font-weight: bold;
	}

	#formuContes fieldset {
		margin: 10px;
	}


#CabecMensajes {
	background-color: #E6E6E6;
	border: solid 1px #09018B;
	color: #09018B;
	width: 95%;
	padding: 3px;
}

#GrupoDatos {
	float: left;
	width: 100%;
	margin: 10px;
	clear: both;
}

#divImprimirFact {
	FLOAT: right;
	MARGIN-RIGHT: 10px;
}

.mensajes {
	text-align: left;
}

	.mensajes img {
		border: 0;
	}

.captionBuscador span .Reale_Caption {
	width: 120px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}

.captionBuscador img {
	border: 0;
}

.dato {
	width: 20%;
	float: left;
	margin-bottom: 5px;
	color: #09018b;
}

	.dato span .Reale_Caption {
		color: #666666 !important;
		font-weight: bold !important;
		display: block;
		clear: both;
	}

.LiquidoTotal span {
	font-weight: bold !important;
}

.f {
	width: 30% !important;
	clear: left;
}

.unico {
	width: 90% !important;
	clear: both;
}

.segundoTodo {
	width: 60% !important;
}

.accordion {
	width: 80%;
	margin: 15px;
}

.accordionHeader {
	background-color: #003366;
	vertical-align: middle;
	padding: 7px;
	border-top: solid 1px #FFF;
	background-image: url(images/expand_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

.accordionHeaderSelected {
	background-color: #003366;
	vertical-align: middle;
	padding: 7px;
	border-top: solid 1px #FFF;
	background-image: url(images/collapse_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

.accordionLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.accordionContent {
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
}


.ConjuntoCampo td {
	border: solid 1px #c6c6c6;
}

.Campo {
	font-weight: bold;
	background-color: #EAEAEA;
	width: 22%;
	height: 22px;
}

.Valor {
	width: 77%;
	height: 100%
}

.modificar {
	width: 47%;
}

a.btnEliminar {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.tituloAcordeon {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}

.EstadoLogin {
	float: left;
	color: #1F336B;
}
/* ------->>> PESTAÑAS <<<------- */
#pestanas {
	float: left;
	text-align: left;
	width: 900px;
	margin-top: 15px;
	background-image: url( "images/pest_bottom.gif" );
	background-repeat: repeat-x;
	height: 34px;
	clear: both;
}

	#pestanas ul {
		margin: 0 0 0 15px;
		padding: 0;
		list-style: none;
	}

	#pestanas li {
		display: inline;
		float: left;
		background: url( "images/pest_left.gif" ) no-repeat left top;
		margin: 0;
		padding: 0 0 0 15px;
		height: 34px;
	}

	#pestanas a {
		float: left;
		font-weight: bold;
		display: block;
		background: url( "images/pest_right.gif" ) no-repeat right top;
		height: 25px;
		padding: 6px 20px 3px 0px;
		color: #ffffff;
	}

		#pestanas a:hover {
			color: #ffffff;
		}

	#pestanas li:hover, #pestanas li:hover a {
		background-position: 0% -34px;
	}

		#pestanas li:hover a {
			background-position: 100% -34px;
		}

	#pestanas .este {
		background-position: 0% -34px;
	}

		#pestanas .este a {
			background-position: 100% -34px;
		}

.mostrar {
	display: block;
}

.nomostrar {
	display: none;
}

.DatosSimples .Reale_Label_GlobalBox, .DatosSimples .Reale_DDL_GlobalBox {
	float: left;
	display: block;
}

.DatosSimples .Reale_Caption {
	display: block;
	font-weight: 700;
	color: #666666;
	font-size: 8pt;
	width: 240px;
}

.DatosSimples .Reale_DDL_GlobalBox .Reale_Caption, .DatosSimples .Reale_TextBox_GlobalBox .Reale_Caption {
	width: 240px !important;
}

.DatosLargos .Reale_Label_GlobalBox, .DatosLargos .Reale_DDL_GlobalBox {
	float: left;
	display: block;
}

.DatosLargos .Reale_Caption {
	display: block;
	font-weight: 700;
	color: #666666;
	font-size: 8pt;
	width: 800px;
}

.VuelveALiquidar {
	text-align: left;
}

	.VuelveALiquidar .Reale_Caption {
		float: none;
		display: inline;
	}

.oculta {
	display: none;
}

/*control literal que muestra el error en el cambio de password*/

#divError {
	color: red;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/*PJR*/

.box {
	background: #eee;
}

	.box ul {
		margin: 0;
	}

	.box li {
		list-style: none;
		border-bottom: 1px dotted #ccc;
		line-height: 26px;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

.caption {
	background: #fff url('/JUDINET/images/title.gif') no-repeat;
	padding: 2px 0 0 18px;
	height: 35px;
	color: #fff;
}

	.caption p {
		margin: 0;
	}

.caption_aplicacion {
	padding: 2px 0 0 18px;
	height: 35px;
	color: #fff;
	background-color: #fff;
	background-image: url('/JUDINET/images/title_aplicacion.gif');
	background-repeat: no-repeat;
}

.fecha {
	font-size: 0.8em;
	margin: 0px;
}

#left {
	clear: left;
	width: 15%;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

	#left img {
		padding: 6px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
		margin-left: 6px;
	}

#center {
	width: 35%;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

	#center img {
		margin-bottom: -2px;
	}

#right {
	float: right;
	width: 45%;
}

.pjr H2 {
	font: normal 1.7em Georgia, "Times New Roman", Arial;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color: #333;
	border-bottom: 1px solid #eee;
	margin: 20px 0px 10px 0px;
	/*font-size: 12pt;*/
}

.entradilla {
	font-weight: bold;
	font-size: 0.9em;
}

.autor {
	text-transform: capitalize;
	font-size: 0.9em;
	clear: both;
	color: #E8B900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: FF8409;
}

.categoria {
	font-size: 0.8em;
	color: #C4C4C4;
}

.edit {
	margin-left: 5px;
	margin-top: 2.5px;
}

#divFicheros {
	padding: 2px 0 20PX 0px;
	background-repeat: no-repeat;
}

	#divFicheros ul {
		padding: initial;
		margin: 0px;
		list-style: square inside url('/JUDINET/images/arrow.gif');
	}

	#divFicheros h3 {
		font-weight: bold;
		font-size: 0.9em;
	}

/*.Reale_Button_GlobalBox 
{
	background: url(images/fd_bt_form.gif) repeat-y;
	background-position: right;
	background-color: #9e9e9e;
	border: 1px solid #000;
	color: #ffffff;
	font-weight: bold !important;
	font-size: 8pt;
}*/

/*PJR*/
