@charset "utf-8";
/* CSS Document */

/*body {
	font-family:arial;	
}*/

.qitem {
	width:150px;
	height:150px;	
	border:1px solid #C7B857; 	
	/*border:4px solid #222;*/
	margin:5px 5px 5px 0;
	background: url('imagenes/bg150.jpg') no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

	.qitem .caption h2 {
	font-size:14px;
	padding:0px 5px 0 8px;
	margin:0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	/*text-align:center;*/
		}


	.qitem .caption h4 {
	font-size:10px;
	padding:0px 5px 0 8px;
	margin:0;
	color:#C7B857;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
		}

	.qitem .caption p {
	font-size:10px;
	padding:3px 5px 0 8px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
		}

/*  ************************* 300px     *************************************** */


.qitem300 {
	width:300px;
	height:300px;	
	border:1px solid #C7B857; 	
	/*border:4px solid #222;*/
	margin:5px 5px 5px 0;
	background-image: url(../imagenes/bg300.jpg);
	/*background: url('imagenes/bg300.jpg') no-repeat;*/
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem300 img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem300 .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

	.qitem300 .caption h2 {
	font-size:26px;
	padding:10px 5px 0 8px;
	margin:0;
	color:#fff;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-transform:uppercase;
	/*text-align:center;*/
	text-shadow: 2px 2px #000;
		}

	.qitem300 .caption h4 {
	font-size:14px;
	padding:10px 5px 0 8px;
	margin:0;
	color:#C7B857;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-align:center;
	
		}

	.qitem300 .caption p {
	font-size:12px;
	padding:3px 5px 0 8px;
	margin:0;
/*	font-family: Arial, Helvetica, sans-serif;*/
		}
/*  **************************************************************** */




/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}
