/*
	ESTILOS PARA EL CATALOGO
================================ */

#main #center-main table#table-catalogue {
	width: 100%;
}
#main #center-main table#table-catalogue td.items {
	width: 50%;
	border-top: 1px solid #282828;
	padding: 10px;
}
#main #center-main table#table-catalogue td.items table{
	width: 100%;
}
#main #center-main table#table-catalogue td.items table td.photo a.foto_link{
	border: 1px solid #F0027F;
	width: 110px;
	height: 110px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#main #center-main table#table-catalogue td.items table td.data{
	padding: 0 5px 0 10px;
	font-family: Arial, sans-serif; 
}
#main #center-main table#table-catalogue td.items table td.data h3{
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: normal;
}
#main #center-main table#table-catalogue td.items table td.data p{
	margin-bottom: 5px;
}
#main #center-main table#table-catalogue td.items table td.data h2{
	font-size: 18px;
	background: none;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}
#main #center-main table#table-catalogue td.items table td.data span{
	color: #F0027F;
}