﻿/* Tienda   */
/* Contenido dentro de col */
#cols_tienda {position:relative; margin:10px 0; }

	#info_tienda {float:left; width:320px; overflow:hidden;  }
		
		#info_tienda_col
		{
			background-color:#e2ecf5;
			height:530px;
		}
		#img_tienda {
			margin: 0px 10px 10px 10px;
			overflow: hidden;
		}
		
		#info_tienda-cont {
			margin:10px;
			padding:0;			
		}
		
		#info_tienda-top {width:320px; height:10px; background:url("../tienda/design/info_top.png") 0 0 no-repeat; font-size:0; line-height:0;}
		#info_tienda-bottom {width:320px; height:10px; background:url("../tienda/design/info_b.png") 100% 0 no-repeat; font-size:0; line-height:0;}
		.caja_tienda {
		background-color: #b8d7f5;
		color: #DF0000;
		padding: 0;
		text-align: center;
	}
	
	#mapa_tienda {float:right; width:610px; overflow:hidden;}

