.bg_fondo{
	background-repeat:repeat-x;
	background-image: url(../images/bg_fondo.jpg);
	background-position: top;
}
.bg_fproductos {
	background-image: url(../images/mo_bg_productos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 197px;
	height: 71px;
}


/*estilos link*/

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #5b6609;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #5b6609;
}
.menu:hover {
	text-decoration: underline;
	color: #666666;
}
.menu:active {
	text-decoration: none;
	color: #5b6609;
}

/*estilos link 2*/

.menu_blank {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.menu_blank:link {
	text-decoration: none;
}
.menu_blank:visited {
	text-decoration: none;
	color: #ffffff;
}
.menu_blank:hover {
	text-decoration: underline;	
	color: #d8e198;
}
.menu_blank:active {
	text-decoration: none;
	color: #ffffff;
}

/*textos*/

.txt_general {
	font-family: Arial;
	font-size: 11px;
	color: #7a7b7a;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.txt_resaltado {
	font-family: Arial;
	font-size: 10px;
	color: #6c8910;
	font-weight: bold;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.txt_titulo {
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	color: #4a5305;
	font-weight: bold;
	padding-left: 10px;
}

.txt_subtitulo {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #6c8910;
	font-weight: bold;
	padding-left: 10px;
}

.txt_noticias {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 8px;
}

.txt_titulonot {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 8px;
}
.txt_footer{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

