
/* LAYOUT */

html { height:100%; }


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#box-001 {
	position: relative;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: auto;
	/*background: #AEF;*/
	z-index: 99999;
}

#box-002 {
	width: 65%;
	max-width: 65%;
	min-width: 980px;
	margin: auto;
	padding: 0px;
	/*background: #AEF;*/
	z-index: 99999;
}

#box-003 {
	display: table-cell;
	background-image: url(../imagenes/layout/watermark.png);
	background-position:  left bottom;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 50%;
	max-width: 50%;
	min-width: 600px;
	padding: 20px;
	background-color: #FFF;
	z-index: 99999;
}
