/* CSS Document */


/* BASIC ROW DEFINITION *******************************************************************************/
.row{}

/* BASIC ROW heights DEFINITION **********************************************************************/
.hQuintuple {		height: 70px;}
.hQuadruple {		height: 56px;}
.hTriple {			height: 32px;}
.hDouble {			height: 28px;}
.hFull {			height: 14px;}

/* OTHER NON-STANDARD heights DEFINITION ************************************************************/

/* BASIC COLUMN DEFINITION ***************************************************************************/
.column{ 			float: left;height:100%;}


/* BASIC COLUMN widths DEFINITION ********************************************************************/
.colspan01{			width: 30px;}
.colspan02{			width: 70px;}
.colspan03{			width: 110px;}
.colspan04{			width: 150px;}
.colspan05{			width: 190px;}
.colspan06{			width: 230px;}
.colspan07{			width: 270px;}
.colspan08{			width: 310px;}
.colspan09{			width: 350px;}
.colspan10{			width: 390px;}
.colspan11{			width: 404px;}
.colspan12{			width: 418px;}
.colspan14{			width: 550px;}
.colspan15{			width: 590px;}
.colspan16{			width: 630px;}
.colspan17{			width: 670px;}
.colspan18{			width: 710px;}
.colspan19{			width: 750px;}
.colspan20{			width: 790px;}


/* BASIC COLUMN widths DEFINITION ********************************************************************/
.widthTriple { 			width: 480px;}
.widthDouble { 			width: 320px;}
.widthFull { 			width: 170px;} /*Le sumamos un gutter normal*/
.widthHalfAndQuarter { 	width: 120px;}
.widthHalf { 			width: 80px;}	/* Sin gutter sumado*/
.widthHalfGutter {		width: 70px;}
.widthQuarter { 		width: 40px;}
.widthQuarterGutter { 	width: 30px;}
.widthEighth { 			width: 20px;}

/* BASIC ELASTIC COLUMN widths DEFINITION ********************************************************************/
.width8{ width: 8%;}
.width10{ width: 10%;}
.width18{ width: 18%;}
.width20{ width: 20%;}
.width23{ width: 23%;}
.width25{ width: 25%;}
.width28{ width: 28%;}
.width30{ width: 30%;}
.width35{ width: 35%;}
.width38{ width: 38%;}
.width40{ width: 40%;}
.width43{ width: 43%;}
.width45{ width: 45%;}
.width48{ width: 48%;}
.width50{ width: 50%;}
.width58{ width: 58%;}
.width60{ width: 60%;}
.width68{ width: 68%;}
.width70{ width: 70%;}
.width75{ width: 75%;}
.width80{ width: 80%;}
.width88{ width: 88%;}
.width90{ width: 90%;}
.width100{ width: 100%;}

/* OTHER NON-STANDARD widths DEFINITION *************************************************************/
.widthProjectThumb{		width: 159px;}

/* MARGIN DEFINITION ********************************************************************************/
.marginGutter{			margin-right: 10px !important;}
.marginGutterDouble{	margin-right: 20px !important;}
.marginGutterLeft{		margin-left: 10px !important;}
.marginGutterLeftDouble{margin-left: 20px !important;}
.imarginGutter{			margin-right: 2% !important;}

.marginFooterDouble{	margin-bottom: 28px !important;}
.marginFooter{			margin-bottom: 14px !important;}
.marginFooterHalf{		margin-bottom: 7px !important;}
.marginTop1{			margin-top: 14px !important;}
.marginTop2{			margin-top: 28px !important;}


/* PADDING DEFINITION *******************************************************************************/
.paddingGutter{			padding-right: 10px;}
.paddingGutterLeft{		padding-left: 10px; padding-right: 0px;}
.paddingFooterDouble{	padding-bottom: 28px !important;}
.paddingFooter{			padding-bottom: 14px !important;}
.paddingFooterHalf{		padding-bottom: 7px !important;}
.paddingTop{			padding-top: 14px !important;}


