body{
	background:#FFF4D6;
	margin:0;
	padding:0;
	font-family: 'Puritan', arial, serif;
	color:#210F0A;
}
#wrapper{
	width:980px;
	height:auto;
	margin:0 auto;
}
#header{
	width:980px;
	height:223px;
	display:block;
	position:relative;
}
#logo{
	position:absolute;
	top:20px;
	left:20px;
}
#top
{
	width:704px;
	height:131px;
	position:absolute;
	right:20px;
	top:20px;
}
#menu{
	width:704px;
	height:30px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(ie-css3.htc);
	background:url(../images/bkmenu.png) no-repeat 550px 8px #3A1C13;
	position:absolute;
	bottom:0;
	right:20px;
	padding-top:10px;
}
#menu a{
	color:#fff;
	text-decoration:none;
	margin:0 25px;
}
#menu a:hover, #menu a.on{
	color:#ED5661;
}
#content{
	width:980px;
	height:auto;
	display:block;
	position:relative;
	background: url(../images/bk.jpg) repeat-x #FBF9F2;
}

#slideshow{
	width:980px;
	height:500px;
	display:block;
	padding:20px 0;
	position:relative;
}

#images{
	width:980px;
	height:450px;
	overflow:hidden;
}

#buttons{
	width:980px;
	height:40px;
	position:absolute;
	top:480px;
	right:0;
	text-align:right;
	border:1px solid red;
}

#footer{
	width:980px;
	height:150px;
	display:block;
	position:relative;
	background:url(../images/bkfoot.png) no-repeat 800px 20px #210F0A;
}

#footer .logo{
	position:absolute;
	top:30px;
	left:50px;
}
#footer .txt{
	width:450px;
	color:#fff;
	margin-left:250px;
	padding:5px 0;
}
#sociales{
	width:90px;
	height:30px;
	position:absolute;
	top:90px;
	left:635px;
}
.clear{
	clear:both;
}
#productos{
	padding:20px;
	text-align:center;
}
.producto{
	width:286px;
	height:310px;
	display:block;
	float:left;
	background:#fff;
	margin:12px;
}
.producto .titulo{
	width:245px;
	height:25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(ie-css3.htc);
	background:#3A1C13;
	color:#FFF;
	text-align:left;
	margin:5px 0 5px 13px;
	padding:5px 0 0 15px;
}
.producto .desc{
	font-size:12px;
	text-align:left;
	padding:10px 15px;
}
.texto{
	padding:25px;
}

/*Ticker Home*/
div#slide-holder {
z-index : 40;
width : 980px;
height : 450px;
position : absolute;
}
div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 980px;
height : 450px;
overflow : hidden;
position : absolute;
}
div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#slide-holder div#slide-controls {
right : 0;
bottom : -55px;
width : 973px;
height : 46px;
display : none;
position : absolute;
}
div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
color:#fff;
}
div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -25px;
}
div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../images/silde-nav.png);
}
#contacto fieldset{
	border:1px solid #ccc;
}
#contacto input[type="text"]{
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
	display: block;
}
#contacto textarea{
	width: 200px;
	height: 100px;
	border: 1px solid #ccc;
	display: block;
}
#btn_enviar{
	width: 70px;
	height: 40px;
	display: block;
	background: #999;
	color: #FFF;
	text-align: center;
	border: 0;
	margin-left: 60px;
}