body{
background-color: #A7AEB6;
background-image: url(../img/bg.jpg);
background-repeat: repeat;
text-align: center;
font-family: Trebuchet MS, arial;
font-size: 12px;
}

h2{
color: #BE9B03;
font-size: 16px;
margin-bottom: 0px;
}

h3{
color: #BE9B03;
font-size: 14px;
margin-bottom: 0px;
}

a{
text-decoration: none;
color: #BE9B03;
}
img{
border:none;
}

p{
text-align: justify;
}


#container{
margin: 0px auto;
text-align: left;
width: 1000px;
}




#menu{
background-color: #005CA6;
color: white;
background-image: url(../img/menu-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom;
width: 100%;
overflow: hidden;
margin: 0px;
padding-bottom: 0px;
}

#menu img{
margin-bottom: 3px;
}


#menu a{
text-decoration: none;
color: white;
text-transform: uppercase;
font-weight: bold;
}

#menu a:hover{
color: #BE9B03;
}

#menu a.menu-actiu{
color: #BE9B03;
}

#linkdulce{
float: right;
padding-right: 30px;
}

#linkdulce a{
text-decoration: none;
color: #ffffff;
text-transform: none;
} 

#content{
background-color: #53585B;
color: white;
background-image: url(../img/bg-content-top.jpg);
background-position: top;
background-repeat: no-repeat;
margin-top: 10px;
}

#content2{
background-image: url(../img/bg-content-bottom.jpg);
background-position: bottom;
background-repeat: no-repeat;
padding: 20px 35px;
}

.new-portada{
float: left;
width: 190px;
margin-left: 48px;
display: inline;
}

.new-portada h3{
color: #BE9B03;
margin: 5px 0px 0px 0px;
font-size: 16px;
}

.new-portada p{
margin: 0px;
}

#foot{
color: white;
font-weight: bold;
text-align: center;
font-size: 11px;
padding-top: 5px;
}

#container-productos{
width: 100%;
overflow: hidden;
margin-top: 10px;
}

#productos-menu{
float: left;
width: 260px;
color: white;
background-color: #0B2C6F;
}

#productos-content-container{
width: 725px;
background-color: #53585B;
float: right;
background-image: url(../img/bg-products-top.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;
}

#productos-content-container2{
background-image: url(../img/bg-products-bottom.jpg);
background-position: 0% 100%;
background-repeat: no-repeat;
padding: 15px 0px;
width: 100%;
overflow: hidden;
}

#productos-content-intro{
padding: 10px;

}

#productos-menu2{
float: left;
width: 350px;
color: white;
}

#productos-menu2 a{
display: block;
background-color : #BE9B03;
color: #fff;
padding: 2px 10px;
border-bottom: 1px solid white;
font-weight: bold;
}

#productos-menu2 a:hover{
background-color: #03165B;
}

#productos-menu2 a.productos-menu2-actiu{
background-color: #03165B;
color: white;
}

#productos-content{
display: inline;
float: right;
margin-right: 10px;
color: white;
width: 332px;
}

.news-index{
width: 100%;
overflow: hidden;
padding-bottom: 5px;
border-bottom: 1px dashed white;
margin-bottom: 10px;
}

.news-index h3{
color: 
}

#div-puntos-venta{
float: left;
width: 750px;
border-right: 2px white dashed;
font-weight: bold;
color: #BE9B03;
}

#div-puntos-venta a{
color: white;
font-weight: bold;
}

#div-puntos-venta-right{
width: 160px;
float: right;
}

td.tleft{
text-align: right;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 10px;
}

td.tright{
padding-left: 20px;
}

input.txtinput{
width: 600px;
border: 2px solid white;
background-color: #847F79;
color: black;
padding: 1px;
}

textarea.txttextarea{
width: 600px;
border: 2px solid white;
background-color: #847F79;
color: black;
padding: 1px;
height: 100px;
}

/*###################
CSS pel menu dinamic
###################*/

div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
  text-transform: uppercase;
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #246A9D;
	cursor: default;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}
div.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
	color: #ffffff;
}
div.sdmenu div a {
	text-transform:none;
	padding: 3px 2px 3px 15px;
	background: #0B2C6F;
	display: block;
	text-decoration: none;
	font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid white;
}
div.sdmenu div a.current {
	background : #BE9B03;
	color: #246A9D;
}
div.sdmenu div a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	background : #BE9B03;
	color: #fff;
	text-decoration: none;
}

div.sdmenu a {
	padding: 3px 50px 3px 10px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #246A9D;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid white;
  text-transform: uppercase;
}
div.sdmenu a.current {
	background : #BE9B03;
	color: #246A9D;
}
div.sdmenu a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	background : #BE9B03;
	color: #fff;
	text-decoration: none;
}

/*###################
fi CSS pel menu dinamic
###################*/
