@charset "utf-8";
/* CSS Document */

#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: -webkit-sticky;
	position: sticky;
	background-position: center;
	height: 200px;
	display: flex;
}

#logo_app{
	/*background-image:url(../images/logo_app.png); */
	background-repeat:no-repeat;
	width:70px;
	height:60px;
	position: relative;
	top: 50px;
	float: right;
	padding-right:5%; 
}

#header{
	/*background-image:url(../images/header-bg.png);*/
}

#titulo_app{
	font-size:60px; 
	font-weight:bold; 
	text-shadow: 0.1em 0.1em 0.2em #0044cc;
	position:absolute;
	left:900px;
	top:100px;
}

#contenedor{
	min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0 auto -50px; /* el magin-bottom es el valor negativo de     
    la altura del footer */ 
}

#footer{     
    height: 50px;
	background-image:url(../images/footer-bg.png); 	
	background-repeat:repeat-x;
	font-size:10px; 
	font-weight:bold; 
	text-shadow: 0.1em 0.1em 0.2em #F2F2F2;
	/* la altura del push es la misma que la altura     
    del footer */ 
}

html,body{
	font-size: 10px;
	height: 100%;
}

.panel tr,
.panel td {
    border: none;  
    border-style:hidden;
	border-color:transparent;
}

.companyHeaderGrid.ui-panelgrid>*>tr,
.companyHeaderGrid.ui-panelgrid>*>tr>td {
    border: none;
}

.column{
	font-size: 10px;
	text-align: center;
}
.column2{
	text-align: right;
}
.column3{
	font-size: 10px;
	text-align: left;
}

.upan{
	border-style:hidden;
	border-color:transparent;
}

.sell
 {
  height:117px 
}
.texto{
	font-size: 20px;
	font-weight: bold;
	color: #184068;
	font-family: Georgia, serif
}

.ui-widget-header {
  border: 1px solid #184068;
  background: #f5f5f5;
  color: #333333;
  font-weight: bold;
}

.ui-widget-content {
  border: 1px solid #184068;
  background: #ffffff;
  color: #333333;
}

.ui-widget-header {
  color: #fbf8f9;
  font-weight: bold;
  background: #184068;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #184068;
}


.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
  cursor: default;
  background: none #ffffff;
  border: 1px solid #184068;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #184068;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

#seccionComfaboy{
	padding-bottom: 50px;
}