/* NUEVOS ESTILOS */
#imagePrint{
position:absolute;
z-index:999px;
background-color:#f6fafb;
border:1px solid black;
display:			none;
}
#categories
{
	display:			none;
	position:			absolute;
	border:				1px solid #c5c5c5;
	background-color:	white;
}

#categories a
{
	font-family: 		arial;
	font-size: 			12px;
	color: 				#003399;
	padding: 			3px;
	line-height: 		17px;
	width: 				128px;
	height: 			17px;
	display: 			block;
	margin: 			0px;
	cursor:				pointer;

}

#categories a:hover
{
	color: 				#cc0000;
	background-color: 	#f0f0f0;
}

.dropCategory
{
	/*engines/pdfimage*/
	background-image:	url(../images/catalog/dropDown140.gif);
	width:				140px;
	text-align:			center;
	font-family:		arial;
	font-size:			11px;
	line-height:		20px;
}


#catalog-container
{
	width: 100%;
}

#catalog-container img
{
	margin: 5px;
	padding: 2px;
	border: #333333 solid 1px;
	background-color: #cccccc;
}

.tdTitle
{
	font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: normal;
	color: #2a6a8d;
}

.GalleryItem
{
	border: 1px #c5c5c5 solid;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color:transparent;
	text-align: left;
}

.GalleryItem .ie_Info
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
}


#paginador
{
	text-align: center;
	font-family: arial;
	font-size: 12;
}

#paginador a
{
	color: #003399;
	cursor:pointer;
}
