/* CLASSES PARA TODO EL DOCUMENTO:	START
------------------------------------------*/
.extremeFrame{
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0px auto;
}
.frameComplete{
	width: 100%;
	min-height: 100%;
	float: left;
}
.centerFrame{
	width: calc(100% - 2rem);
	max-width: 1440px;
	min-height: 100%;
	text-align: center;
	margin: 0px 1rem;
}
.mainFrame{
	width: calc(100% - 4rem);
	padding: 0px 2rem 1rem 2rem;
	text-align: left;
	z-index: 1;
	position: relative;
	overflow: hidden;
	float: left;
}

.line-complete{
	width:100%;
}