#borrar_ambos {
	clear: both;
}
.ancho1 {
	width: 350px;
}
.ancho2 {
	width: 500px;
	clear: both;
}
#imagenes_Lat {
	/* NUNCA PONER  overflow (Visibilidad)*/
	text-align: center;
	width: 140px;
	position: relative; /* Fundamental position:relative; para que en IE6 se vean las imagenes laterales*/
	float: right;
	clear: right;
	_clear: none; /* Fundamental _clear: none; para que en IE6 las imagenes laterales no salgan de posicion*/
	margin: 0px;
	padding: 0px;
}
.ancho2 #imagenes_Lat {
	padding-left: 10px;
}
.ancho1 #imagenes_Lat {
	margin-right: -140px;
	left: 10px;
	padding-left: 0px;
}
#imagenes {
	text-align: center;
	color: #1E3960;
}
#imagenes_Lat + #imagenes {
	width: 350px;
	overflow: hidden;
	clear: left;
	float: left;
}
#articulo {
	text-align: left;
	padding-bottom: 18px;
	clear: both;
}
#vino_titulo {
	height: 90px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1E3960;
	width: 100%;
	vertical-align: bottom;
}
#vino_titulo td {
	vertical-align: bottom;
}
#ficha_vinos {
	clear: both;
	padding-top: 15px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#etiqueta {
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
#botella_td {
	text-align: center;
	vertical-align: middle;
	width: 50px;
	padding-right: 20px;
}
#botellaFicha {
	margin-top: auto;
	margin-bottom: auto;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
	display:inline-block;
}
html[xmlns] .clearfix{
	display:block;
}
* html .clearfix{
	height:1%;
}
#volver_arriba {
	font-size: 10px;
	text-align: center;
	clear: both;
}
#separador1 {
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6E88AF;
	height: 2px;
	clear: both;
}
