@charset "utf-8";
/* CSS Document */

body{
	background-color:#EAEDBE;
	text-align:center;
	margin-top:15px;
}

#contenedor{
margin:0 auto 0 auto;
width:515px;
height:auto;
}
#top{
width:515px;
height:40px;
background-image:url(../productos/img/bg_top.jpg);
background-repeat:no-repeat;
margin:0 auto 0 auto;
background-color:#FFFFFF;
}
#centro{
	width:515px;
	height:auto;
	background-color:#ffffff;
	margin:0 auto 0 auto;
}
#bottom{
width:515px;
height:40px;
background-image:url(../productos/img/bg_btm.jpg);
background-repeat:no-repeat;
margin:0 auto 0 auto;
background-color:#FFFFFF;
}
#titulo{
	width:480px;
	height:40px;
	margin: 0 auto 0 auto;
	font-family:Tahoma;
	font-weight: bold;
	color:#AAC80F;
	text-align:left;
	padding-left:0px;
	background-image:url(../productos/img/separa.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:1px;
}
#texto{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-align:left;
}

