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

body {
	background-color: #EAD9E0;
	background-image: url(../images/backPattern.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/*DISTRIBUCION GENERAL*/
#contenido{
	width:1024px;
	margin:0 auto;
	position:relative;
}
#cabecera {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 354px;
	width: 1024px;
}
#trabajos {
	width: 546px;
	height:100%;
	background-image: url(../images/backTrabajos.gif);
	background-repeat:repeat;
	margin-left:242px;
	padding-top:20px;
}
#footer {
	width:569px;
	height:151px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin-left:231px;
}

/*CASES*/
.tituloJapo{
	width:508px;
	height:21px;
	margin-left:22px;
}
.thumbs{
	width:546px;
	height:168px;
	border: 1px solid black;
	margin-top:2px;
}
.imgBig{
	float:left;
	border:1px solid black;
	width:294px;
	height:168px;
}
.imgPeq{
	float:left;
	border:1px solid black;
	width:123px;
	height:168px;
}
.info{
	width:497px;
	height:34px;
	margin-left:26px;
	margin-top:7px;
}
.separator{
	width:521px;
	height:15px;
	background-image:url(../images/separator.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:14px;
	background-position:center;
}