h1 {
	font-size: 20px;
}

div#titular {
	height: 86px;
}

div#tituloProductos {
	height: 30px;
}

div#fotoficha {
	text-align: center;
	width: auto;
	height: auto;
	float: center;
	border: 0px solid black;
}

div#fotoficha img {
	margin-right: 15px;
	padding: auto;
	float: center;
	border: 2px solid #747882;
}

.Datos {
	text-align: left;
	display: block;
	padding: 2px;
	font-size: 12px;
}

.TituloSeccion {
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #C8BC00;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #747882;
	border-bottom: 0;
}

.SeccionDatos {
	width: auto;
	text-align: left;
	max-height: 450px;
	/*overflow: auto;*/
	padding: 5px;
	border: 2px solid #747882;
	border-top: 0;
}

.SeccionDatos2 {
	width: auto;
	text-align: left;
	max-height: 450px;
	overflow: auto;
	padding: 5px;
	border: 2px solid #747882;
	border-top: 0;
}

.TituloSeccionAmplia {
	width: auto;
	font-size: 12px;
	color: #000000;
	background-color: #C8BC00;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #747882;
	border-bottom: 0;
}

.SeccionDatosAmplia {
	width: auto;
	text-align: left;
	overflow: auto;
	padding: 5px;
	border: 2px solid #747882;
}

.TituloProductos {
	width: auto;
	height: 25px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #C8BC00;
	padding: 10px;
	font-weight: bold;
	border: 2px solid #747882;
}

.SeccionDatosProducto {
	width: auto;
	text-align: left;
	max-height: 450px;
	overflow: auto;
	padding: 5px;
	border: 2px solid #747882;
	border-top: 0;
}

table.etiqueta {
	width: 350px;
	background: #FFFFFF;
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	font-size: 0.9em;
	margin: 0px;
	border: 0px solid #000000;
	text-align: justify;
}

table.etiqueta td.top_left {
	width: 50px;
	height: 50px;
	background: transparent url(../img/top_left.png) no-repeat right bottom;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}

table.etiqueta td.top_middle {
	height: 50px;
	background: transparent url(../img/top_middle.png) repeat-x bottom;
	border: 0px solid #000000;
}

table.etiqueta td.top_right {
	width: 50px;
	height: 50px;
	background: transparent url(../img/top_right.png) no-repeat left bottom;
	border: 0px solid #000000;
}

table.etiqueta td.middle_left_top {
	width: 50px;
	/*height: auto;  */
	background: url(../img/middle_left.png) repeat-y right;
	border: 0px solid #000000;
}

table.etiqueta td.middle_hole {
	width: 50px;
	height: 50px;
	background: transparent url(../img/middle_hole.png)  no-repeat right;
	border: 0px solid #000000;
}

table.etiqueta td.middle_left_bottom {
	width: 50px;
	/*height: auto;  */
	background: transparent url(../img/middle_left.png) repeat-y right;
	border: 0px solid #000000;
}

table.etiqueta td.middle_middle {
	/*height: 50px;*/
	/*height: 100%;*/
	height: auto;
	background: #FFFFDA url(../img/middle_middle.png) repeat;
	border: 0px;
	text-align: left;
	border: 0px solid #000000;
}

table.etiqueta td.middle_right {
	width: 50px;
	background: transparent url(../img/middle_right.png) repeat-y;
	border: 0px solid #000000;
}

table.etiqueta td.bottom_left {
	width: 50px;
	height: 50px;
	background: transparent url(../img/bottom_left.png) no-repeat right top;
	border: 0px solid #000000;
}

table.etiqueta td.bottom_middle {
	height: 50px;
	background: transparent url(../img/bottom_middle.png) repeat-x top;
	border: 0px solid #000000;
}

table.etiqueta td.bottom_right {
	width: 50px;
	height: 50px;
	background: transparent url(../img/bottom_right.png) no-repeat left top;
	border: 0px solid #000000;
}
