/*
--------------------------------------------------------
Plantilla CSS Crapuchetti.com
Cebra Comunicación Visual
Versión:  -- Feb 2008
------------------------------------------------------- */

#productos {
	display: table;
	width: 620px;
	float: right;
	border-collapse: collapse;
	border-spacing: 0;
	background: #e5cfb8;
}

#productos h1 { padding: 20px 0 20px 10px; float: left; }
#productos h2 { margin: 10px 20px 0 0; float: right; clear: all; }

#nota { display: block; clear: both; margin: 20px 20px 20px 10px; }


.tablita { display: table-row; width: 600px; margin: 0 10px; border-bottom: 1px solid #000; }

.tablita h3 { display: block; clear: both; }

.grande dl, .chica dl { 
	width: 150px;
	text-align: center;
	display: table-cell;
	empty-cells: show;
	float: left;
	border-top: 1px solid #000; 
 }

.grande dl { height: 210px; }
.chica dl  { height: 110px; }


dt,dd { display: block; padding-top: 5px; }
dd { margin: 0; }

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 5px; 
	background: #e5cfb8;
	margin: 3px;
}

dl:hover, dl:focus { font-weight: 900; }

#lineas { width: 150px; padding: 5px 0; }
#lineas ul { list-style: none; }
#lineas ul li ul li { border-bottom: 1px #F3B6AA solid; margin: 3px 0; padding: 2px; }

#lineas a, #lineas a:link { text-decoration: none; }
#lineas a:hover { font-weight: 900; }