
/** --------- Clases para estilos genéricos --------------- *>

/** boxMarkup */

/* caja 1 para el centrado vertical */
.vcms-genstl-box-vcn1 {
	position: relative;
}

/* caja 2 para el centrado vertical */
.vcms-genstl-box-vcn2-bottom {
	#position: absolute; #top: 100%;
}
.vcms-genstl-box-vcn2-middle {
	#position: absolute; #top: 50%;
}


/* caja 3 para el centrado vertical */
.vcms-genstl-box-vcn3-bottom {
 #position: relative; #top: -100%;
}

.vcms-genstl-box-vcn3-middle {
 #position: relative; #top: -50%;
}



