BODY {
	background-color: #000000;
	background-image: url('images/back.jpg');
	background-repeat: repeat;
	text-align: center;
	margin-top: 5%;
}



DIV.photo {
	background-color: #3399FF;
	position: absolute;
}

DIV.card {
	position: relative;
	border: 0px solid black;
}

A {

}

IMG {
	border: 0px;
}

td {
/*	border: 1px solid red; */
}

a.img:hover {
	border-bottom: 1px solid black;
}

H1 { 
	font: normal normal normal 16pt sans-serif; 
	text-align: center;
}

H2 { 
	font: normal normal normal 12pt sans-serif ; 
}

TD.menu {
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

TD.photo {
	border: 2px solid black;
	text-align: center;
	padding: 10px;
	height: 300px;
}

TD.oferta {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

TD.ofertadp {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
 
#largePhoto {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: transparent;
	left: 0px;
	top: 20px;
	margin: 0px;
	display: none;
}

td.naviLeftBar {
	background-image: url(images/bar1.gif); 
	background-position: bottom left;
	width: 30px;
}

td.naviRightBar {
	background-image: url(images/bar2.gif); 
	background-position: bottom right;
	width: 30px;	
}