html, body {
	font-family: 'Open Sans', sans-serif, Verdana;
	background-color: #011d65!important;
	overflow: auto;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

/******************** ---- Header ---- ********************/
#c2-header {
	background-image: linear-gradient(to left, #0c91d0 0%, #006c9e 100%);
	border-color: #000000;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 5px;
	box-shadow: -3px 0 19px 4px #a9a9a9;
	height: 80px;
	margin-bottom: 0px;
}

#c2-header .navbar-header {
	width: 100% !important;
}

#logo-c2-header {
	padding: 2px 0px;
	height: 100%;
}

#logo-c2-header img {
	height: 70px;
}

@media ( max-width : 767px) {
	#logo-c2-header {
		padding-left: 20px;
	}
	#logo-cliente-header {
		margin-right: 20px;
	}
}

#logo-cliente-header {
	padding-top: 12px;
	height: 100%;
	float: right;
}

.btsp .navbar-toggle {
	border-color: #ffffff !important;
	margin-top: 20px;
	margin-right: 0px;
}

.icon-bar {
	background-color: #ffffff !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
	background-image: linear-gradient(to bottom, #a9a9a9 0%, #cccccc 100%);
	border-color: #000000;
}

/******************** ---- Contenido ---- ********************/
section {
	padding-bottom: 60px;
	width: 100%;
	min-width: 1000px;
}

section>.contenido {
	padding: 10px;
}

/******************** ---- Footer ---- ********************/
footer {
	box-shadow: inset 0 6px 14px -6px #a9a9a9;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	font-size: 11px;
	text-align: center;
}

.contenido-footer {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-left: 20px;
}

.contenido-footer a {
	color: white;
	text-decoration: none;
}

.contenido-footer img {
	height: 50px;
	width: 129px;
}

.contenido-footer p {
	margin: 0px 0px;
}

#lyContenido {
	background-image: url("/javax.faces.resource/img/fondo.png.xhtml") !important;
}