
div#contenido h1.contenido
{
	width: 547px; /* 567 - 20padding */
	height: 18px; /* 26 - 8padding */
	
	padding: 4px 10px;
	
	background-image: url('img/producto_titulo.jpg');
	background-repeat: no-repeat;
	background-position: top center;

	font-size: 14px;
}


div#contenido p.contenido
{
	width: 547px;
	padding: 10px 10px 10px 10px;
	
	background-color: #6D0D0E;
}

div#contenido h3.contenido
{
	width: 547px;
	padding: 20px 10px 0px 10px;
	
	background-color: #6D0D0E;
}


div#contenido div.contenido
{
	height: auto;
	width: 547px;
	padding: 10px 10px 10px 10px;
	
	background-color: #6D0D0E;
}


div#contenido ul.contenido
{
	width: 547px;
	padding: 10px 10px 10px 10px;
	
	background-color: #6D0D0E;
}

li
{
	list-style-type: disc;
	list-style-position: outside;
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 4px;
}

table.contenido th
{
	font-weight: bold;
	text-align: center;
	padding: 2px 4px;
	background-color: #b41617;
}
table.contenido td
{
	border: 1px solid #b41617;
	padding: 2px 4px;
}
