#container {
	/*! width: 100%; */
	margin: 20px auto;
	max-width: 1200px;
}

#cuerpo {
	background-color: #ffffff;
}

iframe {
	border: 0;
	frameborder: 0;
	marginheight: 0;
	marginwidth: 0;
}

.header-col {
	vertical-align: bottom;
}

#header {
	margin-top: 65px;
}

.title {
	font-family: Arial,Verdana,sans-serif;
	font-size: 28px;
	margin-top: 0px;
	padding-top: 15px;
    margin-left: 15px;
    color:#444444;
	display: Block;
}

.login-form {
	color: #000000;
	background-color: #3C3C3B;
	width:100%;
	padding: 2px;
}

.login-form table tr td {
	font-size: 14px;
}

.login-form a {
    text-decoration: none;
	color:#ffffff;
	font-size: 14px;
	display: Block;
}
.login-form a:hover {
    text-decoration: underline;
	color:#f2f2f2;
	display: Block;
}
#form {
	margin: 0px 0px !important;
}

.logo-colescba {
    width:350px;
    height:115px;
    background:url('https://www.colescba.org.ar/comunicaciones/jnb/44/44JNB-logo-450.png') no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    margin: 0 auto;
}

.logo-caja {
	width:300px;
    height:115px;
    float:right;
    background:url('../images/logo-caja.png') no-repeat;
	margin-top: 15px;
    margin-bottom: 15px;

}

#header > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
visibility: hidden;
display: none;
}


.footer {
    background-image: none;
    background-repeat: repeat-x;
    border: 0px;
}

.footer .rich-toolbar-item {
    height: 55px;
	color: #000000;
}

.footer .rich-toolbar-item:hover {
    background-image: none;
}

.welcome{
	padding-left: 20px;
}

.topAlignedColumns td {
    vertical-align: top;
}


input, select, textarea, button, keygen, isindex, legend, a {
font-size: 14px;
}


.ui-corner-all {
    border-radius: 3px;
}

.ui-state-default {
    box-shadow: inset 0 1px 0 #fff;
}    
    	   