/* CSS Document */
body{
	margin:0px;
	padding:0px;
	color:#6B6854;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FCFDF6;
	background-image: url(../images/b-body.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div, ul, h1, h2, h4, img, form, label{
padding:0px; margin:0px;
}
ul{
list-style-type:none;
}
#esqueleto{
	background-image: url(../images/b-contenedor.gif);
	background-repeat: repeat-x;
	background-position: 0px 39px;
}
#contenedor{
	width:780px;
	position:relative;
	padding:0px;
	min-height:800px;
	background-image: url(../images/b-menu.gif);
	background-repeat: repeat-y;
	background-position: 20px 100px;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#izquierda{
	width:261px;
	float:left;
}
#izquierda h1{

}
#izquierda h1 img{
	border:0;
}
#izquierda #menu{	
	
}
#izquierda #menu ul{
	width:261px;
	height:231px;
	display:block;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#izquierda #menu ul li{
	width:190px;
	height:27px;
	position:relative;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#izquierda #menu ul li a{
	width:140px;
	height:26px;
	display:block;
	color:#FFFFFF;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	text-align:right;

}
#izquierda #menu ul li a:hover{
	color:#ADC917;
	text-decoration:none;
/*	background-image: url(../images/flor.gif);
	background-position: 32px 50%;
	background-repeat: no-repeat;*/
}
#izquierda #menu ul li.home{
	width:190px;
	height:27px;
	display:block;
	color:#E1ECAB;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#derecha{
	position:relative;
	float:left;
	width:519px;
	margin-top:39px;

}
#derecha #cabecera{
	height: 164px;
	background-image: url(../images/orquidea.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#derecha #contenido{
	margin-top:40px;
}
a{
	color:#6B6854;
}
a:hover{
	color: #A60084;
	
}
.borde{
	border: 1px solid #A60084;

}

#pie{
	background-image: url(../images/pie2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:4px;
	margin-bottom:10px;
	margin-top:40px;
	color: #A60084;
	text-align:center;
}

.imgpedidos{
	text-align:center;
	margin-left:36px;
	margin-top:30px;
}

#contenido ul{
	margin-left:50px;
}

#contenido ul li{
	list-style-type:circle;
}

#fotos{
	margin: 0;
	padding: 0;
	border: 0;
	width:100%;
}

.fotopek img{
	border:0;
}


.fotopek a, .fotopek a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.fotopek a:hover {
	background-color: #f3f3f3;
	border: 1px solid #A60084;
}

.fotopek {
	float: left;
}

h2{
	font-size:20px;
}

.promocion{
	font-style: italic;
	font-weight: bold;
	text-decoration: blink;
	color: #A60084;
}
.clear{
	clear:both;
}