html, body {	
	background-image: url(../imagenes/body.png);
	background-repeat: repeat;
	height: 100%;
	padding-top: 25px;
}

.dvPrincipal{
	margin: auto;		
	min-height: 100%;
	background-color: #FFF;
}

@media (min-width: 1150px) {
	.dvPrincipal{
		margin: auto;
		max-width: 1150px;
		background-color: #FFF;
		min-height: 100%;
	}
}	

.dvBanner1 {
	z-index: 1;
	width: 100%;
	background-image: url(../imagenes/Ban3.jpg);
	height: 122px;
}

@media (min-width: 620px) {
	.dvBanner2 {
		z-index: 2;
		width: 100%;
		height: 122px;
		background-image: url(../imagenes/Ban2.jpg);
		background-position: right;
		background-repeat: no-repeat;
		background-color: transparent;
	}
}

.dvBanner3 {
	z-index: 3;
	width: 100%;
	height: 122px;
	background-image: url(../imagenes/Ban1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
}

/*.dvPanelSize {
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
}*/

textarea {
	resize:none;
}

.dvAlertas {
	bottom: 0px;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 500;
	display: none;
}

.BannerModal {
	background-image: url(../imagenes/BannerModal.jpg);
	background-repeat: repeat-x;
	height: 70px;
	padding-top: 5px;
	text-align: center;
	font-size: 25px;
	color: #FFF;
	-moz-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.imgPos {
	margin-top: 20%;
}