@charset "utf-8";
/* CSS Document */
*{ 
margin:0;
padding:0;
}
body {
background-color:#000000;
color:#fff;
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:0;
}
div#header {
background:#000 none repeat scroll 0;
padding:10px;
height:150px;
}
div#contenido {
margin:0 auto;
width:650px;
height:400px;
}
div#footer{
font-size:10px;
text-align:center;
margin-top:30px;
padding:0;
}
.gallery {
	list-style: none;
	margin-left: 2px;
	padding: 0;
}
.gallery li {
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;
}

.gallery li.rancho{
	background-image:url(../images/rancho1.gif);
	background-repeat:no-repeat;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;


}
.gallery li.trebol{
	background-image:url(../images/trebol1.gif);
	background-repeat:no-repeat;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;


}
.gallery li.hebron{
	background-image:url(../images/hebron1.gif);
	background-repeat:no-repeat;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;


}
.gallery li.jit{
	background-image:url(../images/jit1.gif);
	background-repeat:no-repeat;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;


}
.gallery li.proexport{
	background-image:url(../images/proexport1.gif);
	background-repeat:no-repeat;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
	width: 178px;
	height: 178px;


}
.gallery img {
	border:none;

}
.gallery li:hover img {

	border-color: #999;
}
.gallery a {
	width:auto;
	height:auto;
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {

	display: block;
}

