
.div-contenedor {
	border: 2px solid #aeaeae;
	width: 400px;
	padding: 5px;
	margin: 0 auto;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 1px 1px 30px 5px #bebebe;
	box-shadow: 1px 1px 30px 5px #bebebe;
}

.container {
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	overflow: hidden;
	min-height: 250px;
}

.containerHeader {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	/*height: 120px;*/
	vertical-align: top;
	/*margin-bottom: 32px;*/
}

.header-left-part {
	width: 480px;
	height: 598px;
	position: fixed;
	background-position: top right;
	background-size: 400px 400px;
	background-image: url("../resources/images/logo_ama_banner_circle.png") ;
	background-repeat: no-repeat;
	z-index: -50;
}

/* .header-left-part-text { */
/* 	float: left; */
/* 	width: 161px; */
/* 	height: 87px; */
/* 	background-image: url("../resources/images/logo_ama_banner_text.png");	 */
/* 	margin-left: 140px; */
/* } */

.header-right-part {
	float: right;
	width: 90%;
	height: 200px;
	background-position: bottom;
	background-image: url("../resources/images/imagen_cabecera.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 100%; 
}

.header-right-part-bar {
	float: right;
	width: 500px;
	height: 25px;
	background-image: url("../resources/images/Barra_titular_sitio.png");	
	margin-bottom: 20px;
}

.containerFooter {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

.containerFooter .ui-menubar {
	padding: 13px; 
}

.footer {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
}

.barItemUser {
	color: #008890;
}

.barItemClose {
	margin-top: 4px;
	margin-right: 5px;
}

.barItemClose a {
	color: blue;
}

.bordercontainer {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dfd9c3;
}

.icon-user {
	background-image: url("../resources/images/user_icon.png") !important;
	margin-right: 5px;
}

.bandejaIndicator {
	position: absolute;
	margin-top: 15px;
	right: 14%;
}

.label-justify {
    color: #2a7d9b;
    text-align: justify !important;
}

.labelBold {
	font-weight: bold;
}

.panel-header1 {
	font-weight: bold;
	text-align: center;
	background: #00AAC3;
	color: white;
}

html {
    background: transparent url("../resources/images/FONDO.jpg") no-repeat fixed center center / cover;
}

body {
    /*background-image: url("../resources/images/bg-image.jpg");
    background-repeat: repeat-y;*/
} 

.containerPromotor {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	overflow: hidden;
	min-height: 250px;
}