@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
}
.tabla_formulario{	
	margin-left:auto; 
    margin-right:auto;
}

.tabla_formulario tr { 
	line-height: 25px; 
}
.tabla_formulario input {
    margin-right: 10px;
}
.tabla_formulario select {
    margin-right: 10px;
}
 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #091c49;
	text-decoration: none;
	font-weight: bold;
}
.texto_general {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #888888;
	text-decoration: none;
	line-height: 20px;
}


.texto_general_resaltado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #091c48;
	text-decoration: none;
	line-height: 20px;
}
.link_texto_general {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #2897c8 !important;
	text-decoration: none;
	line-height: 20px;
}

.titulo_campo_formulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #888888;
	text-decoration: none;
}
.titulo_destacado_campo_formulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #091c48;
	text-decoration: none;
}

.nota_pie_pagina {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #888888;
	text-decoration: none;
}
.divApilado{
	/* position is static by default */
}
.divCelda{
	display: table-cell;
}
.ui-widget { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #091c48;
	text-decoration: none;	
}
#footerLine{
	height: 4px;
	background-color: #E5E5E5;
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
}
#footerContent{
	height: 100px;
	background-color: #F6F5F5;
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -104px;
}
#footer, #push {
	height: 104px;
}
.lineaNegra{
	background-color:#999999;
	border: none; 
	padding: 0;
	height: 1px !important;
}
.error{
	color:red;	
}
.inputForm{
	line-height: 24px;
	vertical-align: middle;	
}
.inputFormTop{
	line-height: 24px;
	vertical-align: top;	
}
.analisisDocumentalTable{
    table-layout: fixed;
}
.analisisDocumentalTable td{
	word-wrap:break-word;
	height: 30px;
	
}
.spinner {
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.headerLine{
	height: 4px;
	background-color: #E5E5E5;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.footerLine{
	height: 4px;
	background-color: #E5E5E5;	
	margin-left: auto;
    margin-right: auto;
    max-width: 1242px;
}
.footerContent{
	height: 100px;
	background-color: #F6F5F5;
	margin-left: auto;
    margin-right: auto;
    max-width: 1242px;
}

#myModal {
top:5%;
right:50%;
outline: none;
}

ul.ui-autocomplete.ui-menu{font-size: small;}
ul.ui-autocomplete.ui-menu :hover{	!background-color: aqua;}



.boxSugeridaJuzgado {
   
background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,240,222,1) 57%, rgba(242,222,198,1) 66%, rgba(242,222,198,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(57%, rgba(255,240,222,1)), color-stop(66%, rgba(242,222,198,1)), color-stop(100%, rgba(242,222,198,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,240,222,1) 57%, rgba(242,222,198,1) 66%, rgba(242,222,198,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,240,222,1) 57%, rgba(242,222,198,1) 66%, rgba(242,222,198,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,240,222,1) 57%, rgba(242,222,198,1) 66%, rgba(242,222,198,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,240,222,1) 57%, rgba(242,222,198,1) 66%, rgba(242,222,198,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#f2dec6', GradientType=0 );
   
}
