/* CSS Document */

#banner {
	opacity: 1; /* This div is visible by default */
	background-color: white;
}

#banner #banner-group {
	vertical-align: top;
	text-align: left;
	border-style: none;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	height: 100px;
	background-size:contain;
	/*background-image: url();*/
}

#banner #banner-table {
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	background-repeat: repeat-x;
	width: 100%;
}

#banner .banner-izquierda {
	display:inline-block;
	float:left;
	max-height: 100px;
	min-width: 360px;
	width: 360px;
	border-style: none;
	background-repeat: no-repeat;
	height: 100px;
	text-align: left;
	text-decoration: none;
	border-width: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	background-position: left top;
	background-size:contain;
	background-image: url(/CenceWeb/javax.faces.resource/themeDefault/images/banner/plantilla_r1_a1.png.xhtml);
}
#banner .banner-central {
	display:inline-block;
	border-style: none;
	background-repeat: repeat-x;
	height: 100px;
	text-align: left;
	text-decoration: none;
	border-width: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	background-color: white;
}

#banner .banner-derecha {
	display:inline-block;
	float:right;
	max-height: 100px;
	min-width: 500px;
	width: 500px;
	border-style: none;
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
	text-decoration: none;
	border-width: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	background-position: right top;
	background-size:contain;
	background-image: url(/CenceWeb/javax.faces.resource/aplicacion/img/banner/plantilla_r1_a3.png.xhtml);
}

#info-panel {
	height: 1.5em;
	background: #91A8DB;
	width: 100%;
	color:white;
	/* font-weight: bold; */
}

.info-banner{
	vertical-align: middle;
}



#user-info-container{
	width: auto;
	float:left;
	height: 100%;
	padding-left: 2em;
	padding-right: 2em;
}

.left-info-panel {
	display: inline-block;
	float: right;
}

.right-info-panel{
	display: none;
}

#date-info-container{
	width: auto;
	float:right;
	height: 100%;
	padding-left: 2em;
	padding-right: 2em;
}

#version-info-container{
	width: auto;
	float:right;
	height: 100%;
	padding-left: 2em;
	padding-right: 2em;
}

#header {
		display: none;
}

@media only screen and (min-width: 768px) {
	#header {
		display: inline;
	}
	
	.left-info-panel {
		text-align: left;
		margin-left: auto;
		float:left;
		height: 100%;
		border: 0;
		padding: 0;
	}
	
	.right-info-panel{
		text-align: right;
		margin-left: auto;
		float:right;
		height: 100%;
		border: 0;
		padding: 0;
		display: inline-block;
	}
}