.trabajos {
	width: 430px;
	height: 230px;
	float: left;
	background-color: #DEDEDE;
	margin: 20px 10px 0px 10px;
	background: url('../gfx/bg.gif') no-repeat;
	border: 10px solid #ECECEC;
	
	
	overflow:hidden;
	
	position:relative;
	
	float:left;
	cursor:hand; cursor:pointer;
}

	.trabajos img {
		border:0;
		position:absolute;
		z-index:200;
	}

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

		.trabajos .caption h4 {
			font-size:20px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#efefdf;
		}

		.trabajos .caption p {
			font-size:16px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



.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;	
}
