.ui-dialog-titlebar-close {
  visibility: hidden;
}
.estrella-1{
    background:  url('../img/1estrellas.png') no-repeat top left;
    width: 100%;
    height: auto;
}
.estrella-2{
    background:  url('../img/2estrellas.png') no-repeat top left;
        width: 100%;
    height: auto;
}
.estrella-3{
    background:  url('../img/3estrellas.png') no-repeat top left;
        width: 100%;
    height: auto;
}
.estrella-4{
    background:  url('../img/4estrellas.png') no-repeat top left;
        width: 100%;
    height: auto;
}
.estrella-5{
    background:  url('../img/5estrellas.png') no-repeat top left;
        width: 100%;
    height: auto;
}

.paginador{
    float: left;
    width: 100%;
    text-align: center;
}

.customDialog .ui-widget-header
{
    background: #FFD300;
}
.customDialog .ui-dialog-titlebar-close {
    display: none 
}
.invisible{
    display: none;
}
.profile{
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
.formulario label{
   text-decoration: none; 
   font-size: 14px; 
   font-weight: bold; 
}
.formulario textarea{
    height: 200px;
}

.hover{
    background: #fff;
}

.hover:hover{
    background: #ddd;    
}

.containerLogoHeader {
	background: transparent;
	height: 87px;
	width: 942px;
	margin: auto;
}

.linksHeader {
	font-size: 13px;
	font-family: 'Gotham';
}

.linksHeader :hover {
	color: #FFF;
	text-decoration: none;
}

.logoHeader {
	float: left;
	background:  url('../img/main_header_gcaba_iso.png') no-repeat top left;
	position: relative;
	height: 49px;
	width: 275px;
}

.lblError{
    color:#b94a48;
    font-weight: bold;
    padding-left: 4px;
}

.linkHand{
	cursor:pointer;
    text-decoration: none;
}


.hiddenBtn{
    background: transparent;
    border: none !important;
    font-size:0;
}

div.loading{ 
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    left: 40%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
}

img.loading{
    width: 50px; 
    height: 50px;
}

span.loading{
    color: white;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.table-striped
{
    word-break: normal;
    width:100%;
    overflow-x: scroll;
}

.table-striped2
{
    word-break: normal;
    width:40%;
    overflow-x: scroll;
    
}

.TableIcon
{
    display: table;
    /*background-image: url('../img/fondocolor.jpg');*/ 
    height: 450px;   
}
.TitleIcon
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.HeadingIcon
{
    display: table-row;
    font-weight: bold;
    text-align: center;
    background-color: #12a79d;  /*96DD4A   */
    vertical-align:middle;
}
.RowIcon
{
    display: table-row;
    /*height: 20%;*/
}
.CellIcon
{
    display: table-cell;
    border: solid;
    border-bottom: none;
    border-width: 2px;
    padding-left: 5px;
    padding-right: 5px;
    /*width: 300px;*/
    vertical-align: middle;
}
.ImgIcon
{
    width: 140px;
    height: 84px;
}
