body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color: #7C7C7C;
	padding: 0;
	margin: 0;
	line-height: 14px;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}
a img{
	border:none;
	}
p{
	margin-top:0;
}
/* header */
#cespedSintetico{
	width:740px;
	height:135px;
}
#cespedSintetico h1, #cespedSintetico h3{
	padding:10px 20px 0;
}
/* menu txt */
.menutxt{
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
	border-top:1px solid #dedede;
	padding:3px 0 5px;
}
.menutxt a{
	color:#999;
}
.menutxt a:hover{
	color:#444;
	text-decoration:none;
}
/* TITULOS */
h1{
	font-size: 15px;
	padding:0;
	margin:0;
}
h3{
	font-size: 13px;
}
/* CONTENEDOR */
#contenedor{
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background-color: #FFF;
	}
/* CENTRO */
#centro{
	width: 700px;
	margin: 0 auto;
	}
/* FOOTER */
#footer{
	width: 740px;
	height: 35px;
	background: #000 url(bg_foot.jpg) no-repeat center;
	}
#footer p{
	text-align: center;
	font-size: 10px;
	color: #FC0;
	padding: 10px 0 0;
	margin: 0;
	}
#footer a{
	text-decoration: none;
	color: #FDCA00;
	}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
	}
.Mis_Neg {
	color:#FFF
}
.Mis_Ama {
	color:#FC0
}
.Imagenes {
	border-bottom: 3px solid #FC0;
}
.Destacado_a {
	border-bottom: 3px solid #FC0;
	border-top: 3px solid #FC0;
}
.Destacado_productos {
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	background-color: #EAEAEA;
	padding: 5px;
}
.ProductoName {
	font-size: 15px;
	background-color: #F2F2F2;
	padding: 0 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.ProductoDescripcion{
	color:#FFF;
	background-color: #000;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
	padding: 0 5px;
	}
#volver{
	background:#000;
	font-size: 12px;
	color: #336;
	font-weight: bold;
	width: 70px;
}	
#volver a {
	color: #FDCA00;
	}
#volver a:hover{
	color: #FFF;
	}
.Form_input {
	border:1px solid #000;
}
.bg-light-1{
	background-color:#EAEAEA;
}
.bg-light-2{
	background-color:#F5F5F5;
}